// http://localhost/Interstore/JavaScript Document
<!--
function ShowSub(menuitem){
document.getElementById(menuitem).style.visibility="visible"}
function HideSub(menuitem){
document.getElementById(menuitem).style.visibility="hidden"}
function HighLight(menuitem){
document.getElementById(menuitem).className="SubMenu a"}
function UnHighLight(menuitem){
document.getElementById(menuitem).className="over"}
-->
