<!--
function OpenWin(){
win=window.open("info.html","win","width=430,height=530,scrollbars=1,resizable=1");
win.moveTo(0,0);
}

function OpenPV(){
win=window.open("pv.html","win","width=430,height=565,scrollbars=0,resizable=1");
win.moveTo(0,0);
}

// -->
