var int_osl_id;
function okno(co,w,h){
eval("window.open('/foto.asp?img=" + co + "','_new','width=" + w + ",height=" + h + ",left=50,top=50,scrollbars=1')")
}
function drukuj() {
						var printwin,elem,root,elem2,del1;
						elem =document.getElementById("printarea");
						root = document.getElementsByTagName("html")[0];
						printwin = window.open('about:blank','','width=640, height=380, left=50, top=50, menubar=0,scrollbars=1');
try{
						printwin.document.open("text/html", "replace");
						printwin.document.write(root.outerHTML);						
}
catch(E){
}
						printwin.document.close();
						printwin.document.body.innerHTML="<div class='robert'>"+elem.innerHTML+"</div>";
						printwin.print();
}




function okno2(co,w,h){

eval("window.open('" + co + "','_new','width=" + w + ",height=" + h + ",left=50,top=50,scrollbars=0')")
}

function pop(){

	eval("window.open('/popup.htm','_blank','width=460,height=700,left=250,top=10,scrollbars=0')")
}
