function MM_openBrWindow(theURL,winName,features) { //v2.0
if(theURL=="sizechart"){
window.open("size-chart.html",winName,features);
}else{
	var url="http://yst.graduationgown.com/enlarge-view//enlarge-view.php?image="+ theURL;
	document.getElementById("enlargeform").action = url;
	window.open(url,winName,features);
	document.form1.submit();
	}
}
