function openwin(winame,file,height,width,skrol,menu,risayz)  {
window.open(file,winame,"scrollbars="+skrol+",toolbar="+menu+",resizable="+risayz+",menubar="+menu+",width="+width+",height="+height);
};