﻿// JScript File
function openWindow(href, target)
{
    newWin = window.open(href, target,'status,scrollbars=no,width=650,height=475, ' + 
    'top=15,resizable=no,copyhistory=no');
    newWin.focus();
    return false;
}
