var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=200:imgheight=200
 function myload()
{
if (navigator.appName == "Netscape")
{document.ctw.pageY=pageYOffset+window.innerHeight-imgheight;
document.ctw.pageX=+window.innerWidth-130;
mymove();
}
else
{
ctw.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
ctw.style.left=document.body.offsetWidth-130;
mymove();
}
}
 function mymove()
 {
 if(document.ns)
 {
 document.ctw.top=pageYOffset+window.innerHeight-imgheight;
 document.ctw.left=pageXOffset+window.innerWidth-220;
 setTimeout("mymove();",50)
 }
 else
 {
 ctw.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 ctw.style.left=document.body.scrollLeft+document.body.offsetWidth-220;
 setTimeout("mymove();",50)
 }
 }

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)




if (navigator.appName == "Netscape")
{document.write("<layer id=ctw top=0 width=180 height=80><a target=blank href=http://www.oemsolution.net><img src=http://www.oemsolution.net/images/oemsolution.gif border=1></a></layer>");
myload()}
else
{
document.write("<div id=ctw style='position: absolute;width:180;top:80;left:100;visibility: visible;z-index: 1'><a target=blank href=http://www.oemsolution.net><img src=http://www.oemsolution.net/images/oemsolution.gif border=1></a></div>");
myload()
}
