function PrintWindow(url,jmeno){
 jmeno=window.open(url,jmeno);
 jmeno.focus();
}