
if (navigator.userAgent.indexOf("MSIE") !=-1)
{
	web_type="Internet Explorer";
	height=21;
	height2=20;
	top_padding=0;
	width_add=7;
	top_height=0;
	if (navigator.appVersion.indexOf("Macintosh") !=-1)
	{
		width_add=10;
		web_type="Macintosh";
		top_height=15;
	}
}
else if (navigator.userAgent.indexOf("Safari") !=-1)
{
	web_type="Safari";
	height=20;
	height2=18;
	top_padding=3;
	width_add=9;
	top_height=0;
}
else if (navigator.userAgent.indexOf("Firefox") !=-1)
{
	web_type="Firebox";
	height=19;
	height2=21;
	top_padding=0;
	width_add=8;
	top_height=0;
}
else if (navigator.userAgent.indexOf("Netscape") !=-1)
{
	web_type="Netscape";
	height=20;
	height2=21;
	top_padding=0;
	width_add=9;
	top_height=0;
}
else
{
	web_type="Unknow Brower";
	height=20;
	height2=21;
	top_padding=0;
	width_add=0;
	top_height=0;
}

function Change(aa)
{
	aa.style.color='#DCE9F0'; 
	aa.style.backgroundColor='#000066';
	document.getElementById('b1').style.visibility='hidden';
}
function Original(aa)
{
	aa.style.color='#000066';
	aa.style.backgroundColor='#DCE9F0';
	document.getElementById('b1').style.visibility='hidden';
}
function C_Change(aa)
{
	aa.style.color='#DCE9F0'; 
	aa.style.backgroundColor='#ff0000';
	document.getElementById('b1').style.visibility='hidden';
}
function C_Original(aa)
{
	aa.style.color='#ff0000';
	aa.style.backgroundColor='#DCE9F0';
	document.getElementById('b1').style.visibility='hidden';
}

function Change_submenu(aa)
{
	aa.style.color='#DCE9F0'; 
	aa.style.backgroundColor='#000066';
	document.getElementById('b1').style.visibility='visible';
}
function Original_submenu(aa)
{
	aa.style.color='#000066';
	aa.style.backgroundColor='#DCE9F0';
//aa.style.borderColor='#dce9f0';
	document.getElementById('b1').style.visibility='visible';
}

function fhead_menu(menu_name,menu_link,menu_width)
{	
	var aa="";
	var top_y=0;
	top_y=110+top_height;
	aa=aa+'<div  style="position:absolute;left:145px; top:'+top_y+'px; width: 98%  ">';
  	aa=aa+'<table  border="0" cellpadding=0 cellspacing=0  bgcolor="#DCE9F0"  >';
    aa=aa+'<tr>';
    for (var i=0; i<menu_name.length; i++)
	{
		var width_real=0;
		width_real=menu_width[i]-width_add;
		aa=aa+'<td>';
		aa=aa+'<div>';
		if (menu_link[i]=="")
		{
			aa=aa+'<table cellpadding=0 cellspacing=0 '; 
			aa=aa+'>';
			aa=aa+'<tr>';
			aa=aa+'<td  width='+width_real+' height='+height+'>';
			if (i==3)
				{
					aa=aa+'<p onMouseover="C_Change_submenu(this);" ';
					aa=aa+'onMouseOut="C_Original_submenu(this);" ';
					aa=aa+'style="font-family:Arial;  font-size:12px;text-align:center;vertical-align:middle; padding-top:'+top_padding+'; height:'+height2+'; width:'+width_real+'; line-height:18px; margin:0px; font-weight:bold;color:#ff0000;">';
				}
				else
				{
					aa=aa+'<p onMouseover="Change_submenu(this);" ';
					aa=aa+'onMouseOut="Original_submenu(this);" ';
			//aa=aa+'style="font-family:Arial; font-size:11px; font-weight:bold;color:#000066; height:20px; line-height:18px; text-align:center; vertical-align:middle;margin:0px; padding-top:'+top_padding+';  ">';
		//	aa=aa+'style="font-family:Arial; font-size:11px;text-align:center;vertical-align:middle; font-weight:bold;color:#000066; height:'+height+'; line-height:18px;padding-top:'+top_padding+';margin:0px; width:'+width_real+'; ">';
					aa=aa+'style="font-family:Arial;  font-size:11px;text-align:center;vertical-align:middle; padding-top:'+top_padding+'; height:'+height2+'; width:'+width_real+'; line-height:18px; margin:0px; font-weight:bold;color:#000066;">';
	//  aa=aa+'style="font-family:Verdana;font-size:11.0pt;text-align:center;vertical-align:middle; padding-top:'+top_padding+'; color:'+cell_bgcolor_change+'; height:'+height2+'; width:'+menu_width+';  background-color:'+pbgcolor+';line-height:19px; margin:0px; ">';
				}
			aa=aa+""+menu_name[i]+"";
			aa=aa+'</p>';
			aa=aa+'</td>';
			aa=aa+'</tr>';
    		aa=aa+'</table>';
		}
		else
		{
			aa=aa+'<table cellpadding=0 cellspacing=0 '; 
			aa=aa+'>';
			aa=aa+'<tr>';
			aa=aa+'<td  width='+width_real+' height='+height+'>';
			aa=aa+'<a href="'+menu_link[i]+'" target="mainFrame" style="color:#dce9f0;">';
			//aa=aa+'<u class="aa">';
			if (i==3)
			{
				aa=aa+'<p onMouseover="C_Change(this);" ';
				aa=aa+'onMouseOut="C_Original(this);" ';
				aa=aa+'style="font-family:Arial;  font-size:12px;text-align:center;vertical-align:middle; padding-top:'+top_padding+'; height:'+height2+'; width:'+width_real+'; line-height:18px; margin:0px; font-weight:bold;color:#ff0000;">';
			}
			else
			{
				aa=aa+'<p onMouseover="Change(this);" ';
				aa=aa+'onMouseOut="Original(this);" ';
				aa=aa+'style="font-family:Arial;  font-size:11px;text-align:center;vertical-align:middle; padding-top:'+top_padding+'; height:'+height2+'; width:'+width_real+'; line-height:18px; margin:0px; font-weight:bold;color:#000066;">';
		//  aa=aa+'style="font-family:Verdana;font-size:11.0pt;text-align:center;vertical-align:middle; padding-top:'+top_padding+'; height:'+height2+'; width:'+menu_width+'; line-height:19px; margin:0px; ">';
			}
			aa=aa+""+menu_name[i]+"";
			aa=aa+'</p>';
			//aa=aa+'</u>';
			aa=aa+'</a>'; 
			aa=aa+'</td>';
			aa=aa+'</tr>';
   			aa=aa+'</table>';
		}
	    aa=aa+'</div>';
    	aa=aa+'</td>';
    }
	//aa=aa+'</td>';
	//aa=aa+'</tr>';
    //aa=aa+'</table>';
//    aa=aa+'</div>';
//    aa=aa+'</td>';
	aa=aa+'</tr>';
	aa=aa+'</table>';
	aa=aa+'</div>';
	document.write(aa);
}

function fhead_submenu(menu_name,menu_link,menu_width)
{	
	
	var aa="";
	var top_y=130+top_height;
	aa=aa+'<div id=b1 style="position:absolute;left:145px; top:'+top_y+'px; visibility:hidden; ">';
  	aa=aa+'<table  border="0" cellpadding=0 cellspacing=0  bgcolor="#000066"  >';
    aa=aa+'<tr >';
    for (var i=0; i<menu_name.length; i++)
	{
		aa=aa+'<td>';
		aa=aa+'<div>';
		aa=aa+'<table   cellpadding=0 cellspacing=0  > '; 
		aa=aa+'<tr>';
		aa=aa+'<td width='+menu_width[i]+'  height:'+height+'; >';
		aa=aa+'<a href="'+menu_link[i]+'" target="mainFrame" style="color:#000066;">';
		aa=aa+'<p onMouseover="Original_submenu(this);" ';
		aa=aa+'onMouseOut="Change_submenu(this);" ';
//		aa=aa+'style="font-family:Arial; font-size:11px; font-weight:normal;color:#dce9f0; height:20px; line-height:18px;">';
		aa=aa+'style="font-family:Arial; font-size:11px;text-align:center;vertical-align:middle; font-weight:normal;color:#dce9f0; height:'+height2+'; line-height:18px;padding-top:'+top_padding+';margin:0px;width:'+menu_width[i]+'; ">';
		aa=aa+""+menu_name[i]+"";
		aa=aa+'</p>';
		aa=aa+'</a>'; 
		aa=aa+'</td>';
		aa=aa+'</tr>';
    	aa=aa+'</table>';
    	aa=aa+'</div>';
    	aa=aa+'</td>';
	}
//	aa=aa+'</tr>';
//    aa=aa+'</table>';
//    aa=aa+'</div>';
//    aa=aa+'</td>';
	aa=aa+'</tr>';
	aa=aa+'</table>';
	aa=aa+'</div>';
	document.write(aa);
}
