﻿// JScript File

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function newwindow(url){
    window.open(url,'','width=1000, height=800, resizable=yes,scrollbars=yes,menubar=1,toolbar=1,location=1,status=0');
}

