function subcatalog(id,img){
	if (document.getElementById(id).style.display=='none'){
		document.getElementById(id).style.display='';
		document.getElementById(img).src='images/Tminus.gif';
	}else{
		document.getElementById(id).style.display='none';
		document.getElementById(img).src='images/Tplus.gif';
	}
}
function jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}
function mailto(id,svcImage,vcName){
	window.open("mailto.asp?id="+id,"","height=400,width=460,left=190,top=110,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}
