function upload_dialog()
{
	return true;
}

function listing_wizard()
{
	var top = screen.height / 2 - 273;
	var left = screen.width / 2 - 312;
	
	if ( navigator.userAgent.indexOf('Opera') != -1 )
	{
		top -= 90;
	}
	else
	{
		top -= 25;
	}
	
	window.open('https://secure.thepropertyhut.com/account/listing.php?mode=popup','','height=546,width=625,top=' + top + ',left=' + left);
}