<!--
function pic1(dispFile){
	picWin1 = window.open(dispFile,"color6","width=800,resizable=yes,scrollbars=yes");
}
// -->

<!--
function openwindow(url,target)
{
win=window.open(url,target, "scrollbars=1,resizable=1,status=0,width=760,height=800,left=0,top=0")
win.focus();
}
// -->
