function EJSL_LaunchDemoStage2(SessID,Promotion_ID,StartTime,UniqueID,FirstName,LastName,CompanyName,CustomField)
{
   var ref = 'http://www.demosondemand.com/EJSL/index.aspx?sessID=' + SessID +'&promotion_id=' + Promotion_ID + '&startTime=' + StartTime + '&uniqueID=' +UniqueID + '&firstName='+ FirstName + '&lastName=' + LastName + '&companyName=' + CompanyName + '&customField='+ CustomField ;
   window.open( ref,'DemoStage2','top=0,left=0,width=900,height=750,toolbars=off');
    
}

