function img(anchor,w,h,scroll) {

xxx = window.open(anchor.href, anchor.target, 'toolbar=no,menubar=no,location=no,directories=no, scrollbars='+scroll+',resizable=no,status=no,width='+w+',height='+h+',top=0,left=0');
return (xxx != null);
}
