<!--


function openWin(w, h, pic) {
window.open(pic, "_blank", "width="+w+",height="+h+"status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=no,alwaysLowered=no,alwaysRaized=no,dependent=yes,hotkeys=no,innerWidth=100,innerHeight=100,outerWidth=200,outerHeight=200,screenX=0,screenY=0,titlebar=no,z-lock=yes");
}

function openWin2(w, h, pic) {
window.open(pic, null, "width="+w+",height="+h+"status=yes,toolbar=no,menubar=no,location=no,directories=no,resizable=no,alwaysLowered=no,alwaysRaized=no,dependent=yes,hotkeys=no,innerWidth=0,innerHeight=0,outerWidth=0,outerHeight=0,screenX=0,screenY=0,titlebar=no,z-lock=yes, scrollbars=yes");
}

//-->