if (parent.frames.length < 1) {
  document.location.href = 'http://www.netsurfair.com';
}

function HidePop(n) {
    document.getElementById(n).style.visibility= "hidden";
}

function ShowPop(n) {
    document.getElementById(n).style.visibility= "visible";
}

