
function SetFlash()
{
	
		
		var f="Flash/Home.swf";
		var fo = new FlashObject(f, "HomeMenu", "770", "440", "7", "");   
		/**/fo.addParam("quality", "high");
		fo.addParam("WMode", "Transparent");
		fo.write("flashHomeMenu");
		
		var f2="Flash/HomeRotator.swf";
		var fo = new FlashObject(f2, "HomeMenu", "330", "219", "7", "");   
		fo.addParam("quality", "high");
		/*fo.addParam("WMode", "Transparent");*/
		fo.write("flashHomeRotator");
}
function ClickOptions(option)
{
  /*alert(option);*/
   switch (option)
   {
        case 1 : document.location ="Internal.aspx?sSection=AboutLEVCOR&Id=2"; break;
		case 2 : document.location ="Internal.aspx?sSection=Projects&Id=3"; break;
		case 3 : document.location ="Internal.aspx?sSection=Leasing&Id=4"; break;
		case 4 : document.location ="Internal.aspx?sSection=Acquisitions&Id=5"; break;
		case 5 : document.location ="Internal.aspx?sSection=CaseStudies&Id=6"; break;
		case 6 : document.location ="Internal.aspx?sSection=News&Id=7"; break;
		case 7 : document.location ="Internal.aspx?sSection=ContactUs&Id=8"; break;
		case 8 : document.location ="Default.aspx"; break;
		case 9 : document.location ="Internal.aspx?sSection=AboutLEVCOR&Id=2"; break;
		case 10 : document.location ="Internal.aspx?sSection=Projects&Id=3"; break;
		case 11 : document.location ="Internal.aspx?sSection=Leasing&Id=4"; break;
		case 12 : document.location ="Internal.aspx?sSection=Acquisitions&Id=5"; break;
		case 13 : document.location ="Internal.aspx?sSection=CaseStudies&Id=6"; break;
		case 14 : document.location ="Internal.aspx?sSection=News&Id=7"; break;
		case 15 : document.location ="Internal.aspx?sSection=ContactUs&Id=8"; break;
		
   }

}
