function launchWindow(URL) {
	if(document.all) {
		openedWin = window.open(URL,"Legend Valley - Hookahville 25","width=900px,height=650px,menubar=no,scrollbars=no");		
	}
	else {
		openedWin = window.open(URL,"Legend Valley - Hookahville 25","resizable=no,scrollbars=no,outerWidth=900px,outerHeight=650px,z-lock=yes,alwaysRaised=yes,menubar=no");
	}
}
