﻿function OpenWindow(url) 
    {
    window.open( url, "myWindow", "status = 1, height = 300, width = 500, resizable = 0" )
    }

