function createWindow(URL) {
	window.open (URL,'','width=801,height=645,top=200,left=150,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0');
}
