﻿// JScript File

function OpenNewWindow(wpath)
{
   window.open(wpath,null,"height=400,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes");    
}