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