function newwindow(adresa)  
{  
window.open(adresa,'jav','width=800,height=430,left=400,top=200,resizable=no,scrollbars=yes');  
}  

