<!--JavaScript Function
function openNewWindow(URLtoOpen,windowName, windowFeatures) { 
newWindow=window.open(URLtoOpen, windowName, windowFeatures); } 

window.onerror = null;
function pic(dispFile){
picWin = window.open(dispFile,"PICTURE","width=350,height=580,resizable=yes,scrollbars=yes");
}
// END --->