// JavaScript Document


function showOption1(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option1")
: nct=document.all.Option1
nct.style.visibility="visible";
}
}
function showOption2(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option2")
: nct=document.all.Option2
nct.style.visibility="visible";
}
}
function showOption3(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option3")
: nct=document.all.Option3
nct.style.visibility="visible";
}
}
function showOption4(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option4")
: nct=document.all.Option4
nct.style.visibility="visible";
}
}
function showOption5(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option5")
: nct=document.all.Option5
nct.style.visibility="visible";
}
}
function showOption6(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option6")
: nct=document.all.Option6
nct.style.visibility="visible";
}
}
function showOption7(){
if(document.all||document.getElementById){
(document.getElementById)?
nct=document.getElementById("Option7")
: nct=document.all.Option7
nct.style.visibility="visible";
}
}
