if (typeof(tagVars)=="undefined")
	tagVars = "";


if (typeof(lpUASorderTotal_started)!="undefined")
	tagVars = tagVars + '&SESSIONVAR!OrderTotal_Started=' + escape(lpUASorderTotal_started);

if (typeof(lpUASorderTotal_submitted)!="undefined")
	tagVars = tagVars + '&SESSIONVAR!OrderTotal_Submitted=' + escape(lpUASorderTotal_submitted);

if (typeof(lpUASconversionStage)!="undefined")
	tagVars = tagVars + '&PAGEVAR!ConversionStage=' + escape(lpUASconversionStage);

if (typeof(lpUASsection)!="undefined")
	tagVars = tagVars + '&SESSIONVAR!Section=' + escape(lpUASsection);

if (typeof(lpUASorderTotal_approved)!="undefined")
	tagVars = tagVars + '&PAGEVAR!OrderTotal_Approved=' + escape(lpUASorderTotal_approved);

if (typeof(lpUASerrorCounter)!="undefined")
	tagVars = tagVars + '&PAGEVAR!ErrorCounter=' + escape(lpUASerrorCounter);

if (typeof(lpUASapplicationID)!="undefined")
	tagVars = tagVars + '&PAGEVAR!ApplicationID=' + escape(lpUASapplicationID);

if (typeof(lpUASproductSelected)!="undefined")
	tagVars = tagVars + '&PAGEVAR!ProductSelected=' + escape(lpUASproductSelected);

if (typeof(lpUASusOffice)!="undefined")
	tagVars = tagVars + '&PAGEVAR!UsOffice=' + escape(lpUASusOffice);

if (typeof(lpUASstate)!="undefined")
	tagVars = tagVars + '&SESSIONVAR!State=' + escape(lpUASstate);






lpUAStrimTagvars();
