// JavaScript Document

function pic(dispFile){
	picWin = window.open(dispFile,"PICTURE","width=675,height=650,resizable=yes,scrollbars=yes");
}

