<!--
var picshow = "";
function popwin(piccy,fname)
{
picshow = piccy;
win=window.open("pix.htm",fname,"location=no,scrollbars=yes,status=yes,menubar=0,left=0,top=0,screenx=0,screeny=0,width=640,height=450"); 
win.window.focus();
}

function infopopscroll(w,h,page)
{
wintype = "location=no,scrollbars=yes,status=no,menubar=0,left=0,top=0,screenx=0,screeny=0,width="+w+",height="+h;
win=window.open(page,"newwin",wintype); 
win.focus();
}
//-->