function openNewWindow(l) {
NewWindow=window.open("http://www.cagliostro.fk.lutsk.ua/rhytm.asp?BirthDay="+document.forms['myForm'].elements['BirthDay'].value+
"&ryear="+document.forms['myForm'].elements['ryear'].value+"&rmonth="+document.forms['myForm'].elements['rmonth'].value+"&lang="+l,
"awindow", "width=620,height=530"); 
} 
