﻿// JScript File
function openWindow(PageURL,width,height)
{
    window.open(PageURL,"MyPopup","width="+width+",height="+height+",toolbar=no,location=no,menubar=no,resizable=yes,status=yes,scrollbars=yes");
}
