function subWin3(wURL){
	newWin = window.open("","gallery","width=570,height=600,scrollbars=yes,toolbars=no,left=20,top=20,resizable=no");
	newWin.location.href = wURL;
				if	(navigator.appName.charAt(0) =="N" &&
						navigator.appVersion.charAt(0) >= 3){
						newWin.focus();
						}
	}
