// JavaScript Document

function B(image,w,h) {
        options="toolbar=0,status=0,menubar=0,scrollbars=0,"+
                         "screenX=40,screenY=40,resizable=0,width="+w+",height="+h;
        window.open(image,"",options);
        }
