document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=700:imgheight=700
window.screen.width>800 ? imgleft=150:imgleft=150
function conrowafireload()
{
if (navigator.appName == "Netscape")
{document.conrowafire.pageY=pageYOffset+window.innerHeight-imgheight;
document.conrowafire.pageX=pageXOffset+window.innerWidth-imgleft;
conrowafiremove();
}
else
{
conrowafire.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
conrowafire.style.left=document.body.offsetWidth-imgleft;
conrowafire2.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
conrowafire2.style.left=document.body.offsetWidth-imgleft-80;
conrowafiremove();
}
}
function conrowafiremove()
{
if(document.ns)
{
document.conrowafire.top=pageYOffset+window.innerHeight-imgheight
document.conrowafire.left=pageXOffset+window.innerWidth-imgleft;
setTimeout("conrowafiremove();",80)
}
else
{
conrowafire.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
conrowafire.style.left=document.body.offsetWidth-imgleft;
conrowafire2.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
conrowafire2.style.left=document.body.offsetWidth-imgleft-80;
setTimeout("conrowafiremove();",80)
}
}

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("<img src='../images/qq.gif' width='100' height='281' />")
conrowafireload()}
else
{
document.write("<div id=conrowafire style='position: absolute;width:64;top:300;hidden: visible;z-index: 1'><img src='../images/qq.gif' width='100' height='281' /></div>");
conrowafireload()
}