//Készítette: Goldinfo
html=null;
function newwindow(url2,width,height)
  { url='';
   for(var i=0;i<=url2.length;i++) 
    if (url2.charAt(i)=='^') url+='/'; else url+=url2.charAt(i);
    if (html != null) html.close();
    html = window.open("","htm_kep","width=" + width + ",height=" + height + ",top=50,left=40") ;
    if (html != null)
    { //html.resizeTo(width,height) ; 
      html.focus() ;
     html.document.writeln('<HTML><TITLE>BIO-ZÓNA KFT</TITLE><BODY TOPMARGIN=0 LEFTMARGIN=0><IMG SRC="'+url+'"></BODY></HTML>');
 } }

