/*
function openURLInWindow(url,winwidth,winheight) {
	var winl = (screen.width - winwidth) / 2;
	var wint = (screen.height - winheight) / 2;
	window.open(url,'Night of the Living Jews Trailer','width='+winwidth+',height='+winheight+',top='+wint+',left='+winl+',toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0');
}
*/


function openURLInWindow(url) {
	window.open(url,'Night of the Living Jews','width=700,height=500,top=50,left=50,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0');
}
