var write1Flash = '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="650" height="245" id="myFlasher" ALIGN="">  <PARAM NAME="movie" VALUE="images/realestate.swf"><PARAM NAME="menu" VALUE="false"> <PARAM NAME="quality" VALUE="high"> <PARAM NAME="wmode" VALUE="transparent"> <EMBED src="images/realestate.swf" menu="false" quality="high" wmode="transparent" width="650" height="245" NAME="myFlasher" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>'



function show1Flash () {
    document.write(write1Flash);
}


function openpop()
{
window.open("orange_county.aspx","NEW_WINDOW_NAME","toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=644,height=400");
}

