// JavaScript Document




function newWindow(uAdress){

window.open (uAdress,"mywindow","resizable=0,width=800,height=600,scrollbars=1"); 

}

