
<!--

function new_window(version) 
{
        edify = window.open('','edify','resizable=yes,menubar=no,toolbar=no,scrollbars=no,status=no,width=450,height=325');
        edify.location.href= version;
}

function ver_window(version) 
{
        edify = window.open('','edify','resizable=yes,menubar=no,toolbar=no,scrollbars=no,status=no,width=400,height=450');
        edify.location.href= version;
}

function long_window(version) 
{
        edify = window.open('','edify','resizable=yes,menubar=no,toolbar=no,scrollbars=no,status=no,width=590,height=250');
        edify.location.href= version;
}

function new_html_win(url) 
{
	abc = '';
	content = '<html><title>Best Landscape Award for Private Property Development</title><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="white"><table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%"><tr valign=middle align=center><td align="center"><a href="javascript:top.window.close();"><img src="' + url + '" border=0 title="Close Image Window" alt="Close Image Window"></a></td></tr></table></body></html>';
	eval("nw = window.open(abc, 'best','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,pageXOffset=0,pageYOffset=0,top=0,left=0,width=500,height=384')");
	nw.focus();
	nw.document.write(content);
	nw.document.close();
}

//-->

