
function dynDropOn(menuName,dispClass){if(document.getElementById(menuName).style.visibility=="visible"){document.getElementById(currMenu).style.visibility="hidden";}
else{sTrap=dispClass+"Trap";document.getElementById(sTrap).style.visibility="visible";dynDropOff();currMenu=menuName;document.getElementById(menuName).style.visibility="visible";document.getElementById(menuName).style.zIndex=1;}}
function dynDropOff(){if(currMenu){document.getElementById(currMenu).style.visibility="hidden";currMenu=false;}}
function dynDropClose(dispClass){sTrap=dispClass+"Trap";document.getElementById(sTrap).style.visibility="hidden";dynDropOff();}
function dynDropElmShow(sectionDiv,bgColor){document.getElementById(sectionDiv).style.backgroundColor=bgColor;document.getElementById(sectionDiv).style.cursor="pointer";}
function dynDropElmHide(sectionDiv,bgColor){document.getElementById(sectionDiv).style.backgroundColor=bgColor;}
function dressMenuOn(menuName){if(document.getElementById(menuName).style.visibility=="visible"){document.getElementById(currMenu).style.visibility="hidden";}
else{document.getElementById('dressTrap').style.visibility="visible";dressMenuOff();currMenu=menuName;document.getElementById(menuName).style.visibility="visible";document.getElementById(menuName).style.zIndex=1;}}
function dressMenuOff(){if(currMenu){document.getElementById(currMenu).style.visibility="hidden";currMenu=false;}}
function closeDressMenu(){document.getElementById('dressTrap').style.visibility="hidden";dressMenuOff();}
function showDressBorder(sectionDiv,gender){if(gender=='w'){document.getElementById(sectionDiv).style.backgroundColor="#FFF1F1";}
else{document.getElementById(sectionDiv).style.backgroundColor="#E7E7E7";}
document.getElementById(sectionDiv).style.cursor="pointer";}
function hideDressBorder(sectionDiv,gender){if(gender=='w'){document.getElementById(sectionDiv).style.backgroundColor="#FFDFDF";}
else{document.getElementById(sectionDiv).style.backgroundColor="#C8C8C8";}}
function overIt(gender,catnum){document.getElementById('styleRolloverImage').src="http://s.onlineshoes.com/images/dress/dress_"+gender+"_"+catnum+".jpg";}
function outOfIt(gender){document.getElementById('styleRolloverImage').src="http://s.onlineshoes.com/images/dress/dress_bystyle_off.jpg";}