﻿// JScript File

function ShowTerms(){

    CommonAdd("Company");
}

function SaveTerms()
{

  
if(ValidForm("TermsForm")) {
		var soapData = SoapDataBuilder("SaveTerms", parseForm('TermsForm'));
		AjaxRequest("Company.asmx", soapData, "Company.xsl");
	}
    
}

function DownLoadInjuryReport()
{
     window.open("PDFWriter.aspx",'_parent');
}
