﻿// JScript File

function NewWindow(url)
{
     window.open(url,null);
}
