// JavaScript Document
function popwin(file) {
	var windowprops="width=600,height=565,location=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=yes";
	window.open(file,"new", windowprops);
	}
