function wview(dispFile){
	picWin = window.open(dispFile,"PICTURE","width=550,height=380, resizable=no,scrollbars=no");
	picWin.focus();
}
function wview2(dispFile){
	picWin = window.open(dispFile,"PICTURE","width=300,height=380, resizable=no,scrollbars=yes");
	picWin.focus();
}
function wview3(dispFile){
	picWin = window.open(dispFile,"PICTURE","width=500,height=450, resizable=no,scrollbars=yes");
	picWin.focus();
}
