var str= (navigator.userAgent)

if ((str.indexOf("Safari") > 0)&&(str.indexOf("Windows") == -1))

{

  document.write('<link rel="stylesheet" href="http://www.who-stocks.com/general.css" type="text/css">');

}

else

{

  document.write('<link rel="stylesheet" href="http://www.who-stocks.com/general.css" type="text/css">');

}




function sub_menu_loader_on(thebutton,thediv)

{

document.getElementById(thediv).style.display="block";
thebutton.style.width="220px";

}

function sub_menu_loader_off(thebutton,thediv)

{

document.getElementById(thediv).style.display="none";
thebutton.style.width="199px";

}




function sub_menu_loader_div_on(thediv,thebutton)

{

thediv.style.display="block";
document.getElementById(thebutton).style.width="220px";

}

function sub_menu_loader_div_off(thediv,thebutton)

{

thediv.style.display="none";
document.getElementById(thebutton).style.width="199px";

}

