﻿// JScript File
function openPopup(strOpen)
    {
        open(strOpen, "Info", "status=1, width=310, height=400, top=100, left=300");
    }

