<!--
/* COPYRIGHT BIG FISH Kft.   email: info@big.hu
*/

function fordit(n,w,h) {
	kepablak=window.open("","mswin","top=2,left=2,location=false,width="+w+",height="+h+",statusbar=false,personalbar=false,toolbar=false,scrollbars=true,history=false");
	kepablak.document.open();
	kepablak.document.write("<html><head><title>Fordítás</title><LINK REL='StyleSheet' HREF='styles.css' TYPE='text/css'>");
	kepablak.document.write("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2'>");
	kepablak.document.write("</head><body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
	kepablak.document.write("<H2>Fordítás:</h2><center>"+n);
	kepablak.document.write("<br><br><a href='javascript:window.close()'>bezár</a></center>");
	kepablak.document.write("</body></html>");
	kepablak.document.close();
}


  function x(cim)
   {
    window.open(cim,"",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=450,height=350');
   }



//-->
