﻿/* Pop-Up Window */

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/* Copyright Year */

var time=new Date();
var year=time.getYear();
if (year < 2000)
year = year + 1900;