function winOpen(page){
window.open(page,'','scrollbars=yes,statusbar=no,menubar=no,,left=0,top=0,height=545,width=790');

}

function popWin(page){
window.open(page,'','scrollbars=yes,statusbar=no,menubar=no,,left=0,top=0,height=400,width=500');

}


function showLink1(){
if(navigator.appName=="Netscape"){
document.box1.visibility="show"
document.box1.top=103
document.box1.left=-80
hideLink2()
hideLink3()
}
else{
box1.style.visibility="Visible"
box1.style.top=95
box1.style.left=200
hideLink2()
hideLink3()
}
}

function hideLink1(){
if(navigator.appName=="Netscape"){
document.box1.visibility="Hide"
}
else{
box1.style.visibility="Hidden"
}
}

function showLink2(){
if(navigator.appName=="Netscape"){
document.box2.visibility="show"
document.box2.top=103
document.box2.left=80
hideLink1()
hideLink3()
}
else{
box2.style.visibility="Visible"
box2.style.top=95
box2.style.left=330
hideLink1()
hideLink3()
}
}

function hideLink2(){
if(navigator.appName=="Netscape"){
document.box2.visibility="Hide"
}
else{
box2.style.visibility="Hidden"
}
}
function showLink3(){
if(navigator.appName=="Netscape"){
document.box3.visibility="show"
document.box3.top=103
document.box3.left=220
hideLink1()
hideLink2()
}
else{
box3.style.visibility="Visible"
box3.style.top=95
box3.style.left=435
hideLink1()
hideLink2()
}
}

function hideLink3(){
if(navigator.appName=="Netscape"){
document.box3.visibility="Hide"
}
else{
box3.style.visibility="Hidden"
}
}
