function menu_en_corp ()
{
		if(navigator.appName=="Microsoft Internet Explorer")
		{
			document.write("<LINK rel='stylesheet' type='text/css' href='../css/menu_en_corp_ie.css'>");
		}
		else
		{
			document.write("<LINK rel='stylesheet' type='text/css' href='../css/menu_en_corp_ff.css'>");
		}
}
;

function menu_en_corp_c ()
{
		if(navigator.appName=="Microsoft Internet Explorer")
		{
			document.write("<LINK rel='stylesheet' type='text/css' href='../../css/menu_en_corp_ie.css'>");
		}
		else
		{
			document.write("<LINK rel='stylesheet' type='text/css' href='../../css/menu_en_corp_ff.css'>");
		}
}
;

function menu_en_corp_p ()
{
		if(navigator.appName=="Microsoft Internet Explorer")
		{
			document.write("<LINK rel='stylesheet' type='text/css' href='../../../css/menu_en_corp_ie.css'>");
		}
		else
		{
			document.write("<LINK rel='stylesheet' type='text/css' href='../../../css/menu_en_corp_ff.css'>");
		}
}
;
