var xPos = 0, yPos = 0, goPos = 0; 
var actNav = "";

if(top.frames.length > 0){top.location.href=self.location;}



document.onmousedown = getPos;

function getPos(e){
if(document.all){xPos = window.event.screenX; yPos = window.event.screenY;}
else if(document.getElementById){xPos = e.screenX;yPos = e.screenY;}
if(document.body.scrollTop){goPos = document.body.scrollTop;}else{goPos = window.pageYOffset;}if(goPos==null){goPos=0;}}

function clPos(){window.name="pos" + goPos;}



function vOn(x)
{document.getElementById(x).style.visibility  = "visible";}
function vOff(x)
{document.getElementById(x).style.visibility  = "hidden";}



function topInfo(cont,target,w,h)
{var topInf = window.open(cont,target,'width='+w+',height='+h+',dependent=yes,resizable=yes,scrollbars=yes,menubar=yes,status=yes'); topInf.focus(); return false;}
