document.ns = navigator.appName == "Netscape"
function ichatload()
{
if (navigator.appName == "Netscape")
{document.ichat.pageY=pageYOffset+window.innerHeight-150-480;
document.ichat.pageX=1;
document.ichat2.pageY=pageYOffset+window.innerHeight-630;
document.ichat2.pageX=1;
ichatmove();
}
else
{
ichat.style.top=document.body.scrollTop+document.body.offsetHeight-630;
ichat.style.right=1;
ichat2.style.top=document.body.scrollTop+document.body.offsetHeight-630;
ichat2.style.right=1;
ichatmove();
}
}
function ichatmove()
{
if(document.ns)
{
document.ichat.top=pageYOffset+window.innerHeight-630
document.ichat.right=1;
document.ichat2.top=pageYOffset+window.innerHeight-630
document.ichat2.right=1;
setTimeout("ichatmove();",5)
}
else
{
ichat.style.top=document.body.scrollTop+document.body.offsetHeight-630;
ichat.style.right=1;
ichat2.style.top=document.body.scrollTop+document.body.offsetHeight-630;
ichat2.style.right=1;
setTimeout("ichatmove();",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 ichatover()
{
if(navigator.appName == "Netscape"){
document.ichat2.visibility="show";
}else 
{
ichat2.style.visibility="visible";
}
}
function ichatout()
{
if(navigator.appName == "Netscape"){
document.ichat2.visibility="hide";
}else 
{
ichat2.style.visibility="hidden";
}
}

if (navigator.appName == "Netscape")
{document.write("<layer id=ichat top=100 width=103 height=308><a href='http://www.netecweb.com' onmouseover=ichatover() onmouseout=ichatout() border=0 target=_blank><img src=/images/piao_fk.jpg  width='103' height='308' border=0></a></layer>"
+"<layer id=ichat2><a href='http://www.netecweb.com' onmouseover=ichatover() onmouseout=ichatout() border=0 target=_blank><img src=/images/piao_fk.jpg  width='103' height='308' border=0></a></layer>");
ichatload()}
else
{
document.write("<div id=ichat style='position: absolute;width:64;top:100;visibility: visible;z-index: 1'><a href='http://www.netecweb.com' onmouseover=ichatover() onmouseout=ichatout() target=_blank><img src=/images/piao_fk.jpg  width='103' height='308' border='0'></a></div>"
+"<div id=ichat2 style='position: absolute;visibility: hidden;z-index: 10'><a href='http://www.netecweb.com' onmouseover=ichatover() onmouseout=ichatout() target=_blank><img src=/images/piao_fk.jpg  width='103' height='308' border='0'></a></div>");
ichatload()
}
