function menumouseover(xname){
	document.all[xname].style.backgroundColor = "#D7EDD8";
}

function menumouseout(xname){
	document.all[xname].style.backgroundColor = "#ffffff";
}

function enlarge(xid, width, height){
	window.open("enlarge.cfm?id="+xid, "enlarge", "toolbar=no,directories=no,location=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width="+width+",height="+height);
}