
var nettl;
var versjon = navigator.appVersion;
versjon = versjon.substring(0,1);

var tabBG;

if((navigator.userAgent.indexOf("Netscape") != -1) && (versjon > 4)){

tabBG = '<TD width="100%" vAlign="top" background="images/top/m_tom_bg.gif">&nbsp;</TD>';

}else if(navigator.userAgent.indexOf("Opera") != -1){

tabBG = '<td width="100%" background="images/top/m_tom_bg.gif">&nbsp;</td>';

}else{

tabBG = '<TD width="100%" vAlign="top"><img src="images/top/m_tom.gif" width="100%" height="20"></TD>';

}



