﻿
function GetPage(sURL) {
    var sName = "newWindow"
    var sFeatures = "height=545, width=540, toolbar=0, left=7, top=30, resizable=no, scrollbars=yes"
    var newWindow = window.open(sURL, sName, sFeatures)
}
