﻿// JScript File

function windowopen(sURL,height,width ){

    window.open(sURL,null,"height=" + height + ",width=" + width  + ",status=no,resizable=yes,toolbar=no,menubar=no,location=no,scrollbars=yes");
    return(false);

}

