window.name="parentWin";
	function openWin(file, name) {
	popupWin = window.open(file, name, 'resizable,width=440,height=350,left=100,top=100');
	if ( (navigator.appName != "Microsoft Internet Explorer") && 	(navigator.appVersion.substring(0,1) == "3") )
	popupWin.focus();
}
