// JavaScript Document

function popblank(file) {
	popup = window.open(file,'blank','width=600,height=400,screenX=75,screenY=75');
	if (document.images) {
	popup.focus();
	}
}