//          POP UP WINDOW          //function popupWindow(URL, width, height) {			window.open(URL,'launch','width= '+width+',height='+height+',fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0');     		window.name='mainwin';		}
