﻿// JScript File

function openPopup(url,width,height) {
window.open( url, "myWindow", 
"status = 1, height = "+height+", width = "+width+", resizable = 0" )
}
