a=new Array('blank_submenu','homefactory_submenu','sales_submenu','visuals_submenu'); //your_business_submenu');function show(pos){  for(var i=0;i<a.length;i++){    hide(a[i]);  }  var t=a[pos];  if(document.getElementById){    var obj=document.getElementById(t);    obj.style.display="block";  }}function hide(t){  if(document.getElementById){    var obj=document.getElementById(t);    obj.style.display="none";  }}a2=new Array('blank_panel','news_panel','press_panel','contact_panel','newsletter_panel');function showside(pos){  for(var i=0;i<a2.length;i++){    hideside(a2[i]);  }  var t=a2[pos];  if(document.getElementById){    var obj=document.getElementById(t);    obj.style.display="block";  }}function hideside(t){  if(document.getElementById){    var obj=document.getElementById(t);    obj.style.display="none";  }}function printQuote(){	var ran=Math.round(Math.random()*2);	switch(ran){		case 0:			document.write('<p id="quote1"><span>&#8220;How can I own a beautiful apartment without earning pots of money?&#8221;</span></p>');			break;		case 1:			document.write('<p id="quote2"><span>&#8220;Why are all first time buyer homes so expensive and bland?&#8221;</span></p>');			break;		case 2:			document.write('<p id="quote3"><span>&#8220;Why should I have to buy something that I&#8217;m not even proud of?&#8221;</span></p>');			break;	}}/* eolas workaround */function printFlashObj(p,file,w,h,alt){	document.write('<object type="application/x-shockwave-flash" data="'+p+'flash/path.swf?path='+p+file+'" width="'+w+'" height="'+h+'">');	document.write('<param name="movie" value="'+p+'flash/path.swf?path='+p+file+'" />');	document.write('<param name="menu" value="false" />');	document.write('<param name="wmode" value="transparent" />');	if(alt!=null){		document.write(alt);	}else{		document.write('<p><a href="http://www.adobe.com/go/getflash" title="Get Flash">Install flash to view this animation</a></p>');	}	document.write('</object>');}function popUp(url,type,w,h) {	w+=16;	h+=100;	var str="";	switch(type){		case "console":			str="resizable,height="+h+",width="+w;			break;		case "fixed":			str="status,height="+h+",width="+w;			break;		case "elastic":			str="toolbar,menubar,scrollbars,resizable,location,height="+h+",width="+w;			break;	}	window.open(url, 'newWin', str);}