
function WOpen(name, url, width, height) {
    return (document.open(url, name, "toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,fullscreen=yes,menubar=yes,width="+width+",height="+height));
}
