	window.onresize = new Function("window.location.reload();");
	var ie=(document.all)?1:0;
	var hide=-1;
	var isMozilla=false;
	var bDom = document.getElementById?1:0;
	var bVersion=navigator.appVersion;
	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;
	opera=window.opera?1:0;

	//menus - X
	if(opera) var menu_x=(screen.width == 800)?[230,264,342]:[342,376,454];	
	else if(ie) var menu_x=(screen.width == 800)?[230,264,342]:[342,340,454];
	else if(isMozilla)  var menu_x=(screen.width == 800)?[230,264,342]:[342,376,454];
	else var menu_x=(screen.width == 800)?[230,264,342]:[342,376,454];
	
	if(opera) var smenu_x=(screen.width == 800)?[373]:[485];	
	else if(ie) var smenu_x=(screen.width == 800)?[373]:[485];
	else if(isMozilla)  var smenu_x=(screen.width == 800)?[373]:[485];
	else var smenu_x=(screen.width == 800)?[373]:[485];
	
	
	// menus - Y	
	if(ie) var menu_y=[177,238,242];
	else if(isMozilla) var menu_y=[179,186,242];
	else var menu_y=[179,186,242];  

	var str="";
	str+="<style>";
	if(ie)
	{
		str+="#Mmenu0{filter:alpha(opacity=100); position:absolute;top:" + menu_y[0] +  ";left:" + menu_x[0] + ";visibility:hidden;z-index:10;}\n"; 
	}
	else
	{
		str+="#Mmenu0{position:absolute;top:" + menu_y[0] +  ";left:" + menu_x[0] + ";visibility:hidden;}\n"; 
	}
	str+="</style>";
	document.write (str);

	function smout(x,y){
		if (!isMozilla){
		eval("s"+x+y).style.backgroundColor = "#f1f1f1";
		eval("s"+x+y).childNodes[0].style.color="black";
		}
		else{
			document.getElementById("s"+x+y).style.backgroundColor = "#E3E3E1";
			document.getElementById("s"+x+y).childNodes[0].style.color="black";
		}
	}

	function smover(x,y){
		if (!isMozilla){
			eval("s"+x+y).style.backgroundColor = "#E3E3E1";
			eval("s"+x+y).childNodes[0].style.color="black";
		}
		else{
			document.getElementById("s"+x+y).style.backgroundColor = "#CCCCCC";
			document.getElementById("s"+x+y).childNodes[0].style.color="black";
		}
	}

	function hideall(){
			for(i=0;i<=1;i++) { 
			if(ie) {
				eval("Mmenu"+i +".style.visibility='hidden';");
			}
			else if (isMozilla){
				var objMDiv = document.getElementById("Mmenu"+i);
				objMDiv.style.visibility="hidden";
			}
			else  document.layers[i].visibility="hide";
			}
	}

	function menu(x){
		temp=x;
		hideall();
		if(ie) eval("Mmenu"+ x +".style.visibility='visible';");
		else if (isMozilla){
				var objMDiv = document.getElementById("Mmenu"+ x);
				objMDiv.style.visibility="visible";
			}
		else  document.layers[x].visibility="show";
	}
	

	document.write ("<div id='Mmenu0'>");
	document.write ("<table width=130 cellpadding=0 cellspacing=0 border=0 bgcolor=#468BC6>");
	document.write ("<tr><td>");
	document.write ("<table border=0 width='100%' cellpadding='3' cellspacing='1'>");
	document.write ("<tr><td bgcolor='#F1F1F1' id='s10' name='s10' onmouseover=smover('1','0'); onmouseout=smout('1','0')><a class='menulnk' href='website_development.html' title='Website Development'>Website Development</a></td></tr>");
	document.write ("<tr><td bgcolor='#F1F1F1' id='s11' name='s11' onmouseover=smover('1','1'); onmouseout=smout('1','1')><a class='menulnk' href='custom_applications.html' title='Custom Applications'>Custom Applications</a></td></tr>");
	document.write ("<tr><td bgcolor='#F1F1F1' id='s12' name='s12' onmouseover=smover('1','2'); onmouseout=smout('1','2')><a class='menulnk' href='website_maintenance.html' title='Website Maintenance'>Website Maintenance</a></td></tr>");
	document.write ("<tr><td bgcolor='#F1F1F1' id='s13' name='s13' onmouseover=smover('1','3'); onmouseout=smout('1','3')><a class='menulnk' href='website_promotion.html' title='Website Promotion'>Website Promotion</a></td></tr>");
	document.write ("<tr><td bgcolor='#F1F1F1' id='s14' name='s14' onmouseover=smover('1','4'); onmouseout=smout('1','4')><a class='menulnk' href='package_designs.html' title='Package Designs'>Package Designs</a></td></tr>");
	document.write ("</table>");
	document.write ("</td></tr>");	
	document.write ("</table>");
	document.write ("</div>");

	document.write ("<div id='Mmenu1'>");
	document.write ("</div>");
	

