        // JavaScripts for www.algoritmic.hu

	// Copyright (C) 2007 Algoritmic Kft. |- http://www.algoritmic.hu -|


  self.focus();  
  
  <!-- -------------------- ablak 1 keppel  ---------------------- -->

  function ablaksize(cime) { 


	   ablak=window.open('','kepablak', "scrollbars=no,toolbar=no,location=no,directories=no,menubar=no,status=no,width=750,height=580,left=20,top=20,resizeable=yes");
	   ablak.document.write('<html>');
	   ablak.document.write(' <head>');
	   ablak.document.write('  <title>');
	    ablak.document.write('Algoritmic Kft. - kép');
	   ablak.document.write('  </title>');
	   ablak.document.write('  <meta http-equiv=Page-Enter content=revealTrans(Duration=2,Transition=12)>');
	   ablak.document.write(' </head>');

	   ablak.document.write('<body scroll=\"no\" bgcolor=\"ffffff\">');   
	   ablak.document.write('<table width=100% height=100% border=0><tr><td><div align=center>');
	    ablak.document.write('<a href=\"javascript:window.close()\"><img border=0 src=\'');
	    ablak.document.write(cime);
	    ablak.document.write('\'></a>');
	   ablak.document.write('</div></td></tr></table>'); 
	   ablak.document.write('</body></html>'); 
   }

  
  <!-- -------------------- ablak 1 keppel vege  ---------------------- -->
  
 