// JavaScript Document

	<!--

	function openwin(pagetype, width, height) {
		openwindow = open(pagetype,"win2","screenx=60,screeny=60,width=" + width + ",height=" + height + ",resizable=1,scrollbars=yes,");
		openwindow.focus();
	}
	
	// -->
