function w(url){var win=window.open(url,'okno','width=532,height=402,left=0,top=0,scrollbars=no,location=no,resizable=yes');if(win){win.focus;return false;}else return true;}
function h(url){var win=window.open(url,'okno','width=402,height=532,left=0,top=0,scrollbars=no,location=no,resizable=yes');if(win){win.focus;return false;}else return true;}
function t(url){var win=window.open(url,'okno','width=640,height=500,left=0,top=0,scrollbars=yes,location=yes,resizable=yes');if(win){win.focus;return false;}else return true;}
