if(top.frames.length>0) top.location.href=self.location;
if(navigator.userAgent.toLowerCase().indexOf('msie')!=-1
&& navigator.appName.toLowerCase().indexOf('opera') ==-1)
{
document.write('<link rel="stylesheet" type="text/css" href="/ie6.css" media="screen">\n');
}
function ExtraForm()
{
document.Search.Lxtri.value=navigator.appName+", "+navigator.userAgent;
document.Search.Lxone.value=screen.width;
document.Search.Lxtwo.value=screen.height;
}
function ExtraImg()
{
document.Imgsearch.Lxtri.value=navigator.appName+", "+navigator.userAgent;
document.Imgsearch.Lxone.value=screen.width;
document.Imgsearch.Lxtwo.value=screen.height;
}
function ExtraImg2()
{
document.Imgsearch2.Lxtri.value=navigator.appName+", "+navigator.userAgent;
document.Imgsearch2.Lxone.value=screen.width;
document.Imgsearch2.Lxtwo.value=screen.height;
}
function ExtraImg3()
{
document.Imgsearch3.Lxtri.value=navigator.appName+", "+navigator.userAgent;
document.Imgsearch3.Lxone.value=screen.width;
document.Imgsearch3.Lxtwo.value=screen.height;
}
function ExtraFwd()
{
document.Fwdpage.Lxtri.value=navigator.appName+", "+navigator.userAgent;
document.Fwdpage.Lxone.value=screen.width;
document.Fwdpage.Lxtwo.value=screen.height;
}
function ExtraRel()
{
document.Related.Lxtri.value = navigator.appName + ", " + navigator.userAgent;
document.Related.Lxone.value = screen.width;
document.Related.Lxtwo.value = screen.height;
}
function ExtraText()
{
document.Textsearch.Lxtri.value = navigator.appName + ", " + navigator.userAgent;
document.Textsearch.Lxone.value = screen.width;
document.Textsearch.Lxtwo.value = screen.height;
}
var agt=navigator.userAgent.toLowerCase();
function aiTab(a,m)
{
if(!(agt.indexOf("msie")!=-1 && agt.indexOf("opera")==-1))
{
for(i=1;i<=m;i++){document.getElementById("tab"+i).className = "naTab";}
document.getElementById("tab"+a).className = "naTab naSelTab";
}
}
function hinp()
{
document.write('<input type=hidden name="Lxtri" value="'+navigator.appName+', '+navigator.userAgent+'">');
document.write('<input type=hidden name="Lxone" value="'+screen.width+'*'+screen.height+'">');
}
