function image(src,w,h) {
var outp=window.open('','','toolbar=no, width='+w+', height='+h+',0,0');
with (outp.document){
open();
write("<html><head><title>Регистрация компаний в Англии, в Чехии, на Кипре</title></head><body style='margin:0; padding:0'><IMG src='"+src+"' border=0></body></html>");
close();
}}
<!-- processing 0.0037600994110107 sec. sql 0.00064373016357422 sec. See you later! -->