var graphHeight = height;
var width = 530;

document.write("<table cellspacing=0 width="+width+"px>");
document.write("<tr><td>");
document.write("<embed src='http://www.streetsine.com/open-flash-chart.swf?data=http://www.streetsine.com/analysisMonthlyPriceTrends.graph?id="+postalcode+"|false|false|postalcode' quality='high' bgcolor='#FFFFFF' width='100%' height='"+graphHeight+"' name='chart' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' id='chart'/>");
document.write("</td></tr>");
document.write("<tr><td bgcolor='#ccccff'><table><tr><td><img style = 'cursor: pointer; cursor: hand;' onclick=openUrl('http://www.streetsine.com/#homeReport') style='border-style:none;' src='http://www.streetsine.com/css/images/home_report_sample_small.gif'></td><td style='width:"+width+"px; text-align:center; font-size:16px'><b>Get a <u><a href='http://www.streetsine.com/#homeReport' onclick=\"return openUrl('http://www.streetsine.com/#homeReport')\">pricing report</a></u> on your dream home!</b><table style='width:100%;'><tr><td style='padding-top:10px;'><ul style='padding-left:20px; margin-left:20px; margin-bottom:10px;'><li style='font-size:12px;'>Unit Pricing</li><li style='font-size:12px;'>Latest transactions</li><li style='font-size:12px;'>Investment Ratios</li></ul></td><td style='padding-top:10px;'><ul style='margin-bottom:10px;'><li style='font-size:12px;'>Rental Info</li><li style='font-size:12px;'>Comparable Projects</li><li style='font-size:12px;'>Maps & Amenities</li></ul></td></tr></table><button onclick=\"return openUrl('http://www.streetsine.com/common/homeReport.pdf')\">Download Sample</button>&nbsp;&nbsp;&nbsp;&nbsp;<button onclick=\"return openUrl('http://www.streetsine.com/#homeReport')\">Buy</button>&nbsp;&nbsp;&nbsp;&nbsp;<button onclick=\"return openUrl('http://www.streetsine.com/main.html#homeReport-kfpn')\">Subscribe</button><sup><font color='red'>*</font></sup></td></tr><tr><td colspan=2><font color='red'>*</font><span style='font-size:10px;'>Click to subscribe at the virtualhomes.sg preferred rate</span></td></tr></table></td></tr>");
document.write("</td></tr>");
document.write("</table>");

function openUrl(url){
		var params = 'width=800,height=600,toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes';
		window.open(url,'streetsine',params);
		return false; 
}