
<!--
function subMenu(id){
	if(document.getElementById("m"+id).style.display == ""){
		showDBox = "none";
		showImg = "/includes/ico_exp.gif";
	}else{
		showDBox = "";
		showImg = "/includes/ico_contr.gif";
	}

	document.getElementById("m"+id).style.display = showDBox;
	document.getElementById("img"+id).src =  showImg;
}
-->
