<!--
function PokazOkno(x1, x2, x3){
okno=window.open(x1,x2,x3)
}
//-->