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>OLYMPUS SERVICES Business consulting Property in Europe</title></head><body style='margin:0; padding:0'><IMG src='"+src+"' border=0></body></html>");
close();
}}
<!-- processing 0.00406909 sec. sql 0.000481129 sec. See you later! -->