function newWindow(URLtogo, width, height) { 
					window.open(URLtogo, "", "Height=" + height + ",Width=" + width + ", fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0");
			}