document.ns = navigator.appName == "Netscape"
function lqdellload()
{
if (navigator.appName == "Netscape")
{document.lqdell.pageY=pageYOffset+window.innerHeight+100;
document.lqdell.pageX=+window.innerWidth+140;
document.lqdell2.pageY=pageYOffset+window.innerHeight+280;
document.lqdell2.pageX=+window.innerWidth+296;
lqdellmove();
}
else
{
lqdell.style.top=document.body.scrollTop+document.body.offsetHeight+100;
lqdell.style.right=document.body.offsetWidth+140;
lqdell2.style.top=document.body.scrollTop+document.body.offsetHeight+280;
lqdell2.style.right=document.body.offsetWidth+296;
lqdellmove();
}
}
function lqdellmove()
{
if(document.ns)
{
document.lqdell.top=pageYOffset+window.innerHeight+100
document.lqdell.right=+window.innerWidth+140;
document.lqdell2.top=pageYOffset+window.innerHeight+280
document.lqdell2.right=+window.innerWidth+296;
setTimeout("lqdellmove();",5)
}
else
{
lqdell.style.top=document.body.scrollTop+document.body.offsetHeight+100;
lqdell.style.right=document.body.offsetWidth+140;
lqdell2.style.top=document.body.scrollTop+document.body.offsetHeight+280;
lqdell2.style.right=document.body.offsetWidth+296;
setTimeout("lqdellmove();",5)
}
}

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)


function lqdellover()
{
if(navigator.appName == "Netscape"){
document.lqdell2.visibility="show";
}else 
{
lqdell2.style.visibility="visible";
}
}
function lqdellout()
{
if(navigator.appName == "Netscape"){
document.lqdell2.visibility="hide";
}else 
{
lqdell2.style.visibility="hidden";
}
}


