<!-- Hide script from old browsers

function newWindow(URL) {
	larWindow=window.open(URL,"popwin","resizable=yes,menubar=yes,scrollbars=yes,width=800,height=600,screenX=100,screenY=100");
}

// End script from old browsers -->