// JavaScript Document

function hideOption1(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option1")
: nct=document.all.Option1
nct.style.visibility="hidden";
}
}
function hideOption2(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option2")
: nct=document.all.Option2
nct.style.visibility="hidden";
}
}
function hideOption3(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option3")
: nct=document.all.Option3
nct.style.visibility="hidden";
}
}
function hideOption4(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option4")
: nct=document.all.Option4
nct.style.visibility="hidden";
}
}
function hideOption5(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option5")
: nct=document.all.Option5
nct.style.visibility="hidden";
}
}
function hideOption6(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option6")
: nct=document.all.Option6
nct.style.visibility="hidden";
}
}
function hideOption7(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option7")
: nct=document.all.Option7
nct.style.visibility="hidden";
}
}
