w=683;l=Math.round((window.screen.availWidth-667)/2);
h=screen.availHeight;t=0;
if(h>875){h=875;t=Math.round((screen.availHeight-875)/2);}else{h=screen.availHeight - 30;}
function openNewWindow(URLtoOpen, windowName) {
	windowFeatures = 'width=' + w + ',height=' + h + ',left=' + l + ',top=' + t + 'toolbar=no,scrollbars=yes';
	newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}