//	This function is used on each page to call the various reports.

function CallTabular(v_fice,v_cip,cip_name,ReportType)
	{
		
		//window.document.frmPassToTabular.action = ReportType
		//window.document.frmPassToTabular.PassedCIP.value = v_cip;
		//window.document.frmPassToTabular.PassedFICE.value = v_fice;
		//window.document.frmPassToTabular.PassedName.value = cip_name;						
		//window.document.frmPassToTabular.submit();
		window.open(ReportType + '?PassedCIP='+v_cip+'&PassedFICE='+v_fice+'&PassedName='+cip_name)
	}					