	// this script is for the popup that is the kinard tour
function popblank(file) {
	popup = window.open(file,'blank','width=768,height=526,screenX=50,screenY=50');
	if (document.images) {
		popup.focus();
	}
}
