<!--- Added by Jason for Al on Feb.8/2006 START:  New Javascript to pup up window (there is already a js function with same name, but this one has different settings, therefore is renamed) --->
	function oWin2(w,h,url) {
		specs="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistor=no,width=" + w + ",height=" + h;
		var imgWin = window.open(url,"windowname",specs);
	}
<!--- Added by Jason for Al on Feb.8/2006 END:  New Javascript to pup up window (there is already a js function with same name, but this one has different settings, therefore is renamed) --->

