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

function popUpPolicy(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=700,left = 476,top = 417');");
}

function OnRegisterNowClick()
{
	alert("On Register Now Click");
     var s=s_gi('rhmtparamountprod');
      s.linkTrackVars='events';
      s.linkTrackEvents='event14';
      s.events='event14';
      s.tl(this,'o','Reg1-Contact');
}
