/*
 * $Id: cmcustom-MASTER.txt 169625 2011-05-05 17:12:54Z whbird $
 * $Revision: 169625 $
 */

function cmCreatePageviewTag(__pi,__cg,__se,__sr,_pv1,_pv2,_pv3, attributes, extraFields) {
	if (!attributes) {
		cmTempAtt = new Array();
		cmTempAtt[0]=_pv1;
		cmTempAtt[1]=_pv2;
		cmTempAtt[2]=_pv3;
		attributes=cmTempAtt.join("-_-");
	}
	cmMakeTag(["tid","1","pi",__pi,"cg",__cg,"se",__se,"sr",__sr,"pv1",_pv1,"pv2",_pv2,"pv3",_pv3,"pc","Y",
				"cmAttributes",attributes,"cmExtraFields",extraFields]);
}

function cmCreateProductviewTag(productID, productName, categoryID,_ps1,_ps2,_ps3, attributes, cm_vc) {
	if (!attributes) {
		cmTempAtt = new Array();
		cmTempAtt[0]=_ps1;
		cmTempAtt[1]=_ps2;
		cmTempAtt[2]=_ps3;
		attributes=cmTempAtt.join("-_-");
	}
	cmMakeTag(["tid","5","pi",c1(cm_ClientID) ? c1(cm_ClientID) : "Product: " + productName + " (" + productID + ")","pr",productID,"pm",productName,"cg",categoryID, "ps1", _ps1, "ps2", _ps2, "ps3", _ps3,"pc","Y","cm_vc",cm_vc?cm_vc:cmExtractParameter("cm_vc",document.location.href),"cmAttributes",attributes]);
}

function cmCreateRegistrationTag(customerID, customerEmail, customerCity, customerState, customerZIP,__nl,__sd, customerCountry, attributes) {
	cmMakeTag(["tid","2","cd",customerID,"em",customerEmail,"ct",customerCity,"sa",customerState,"zp",customerZIP,"nl",__nl,"sd",__sd,"cy",customerCountry,"cmAttributes",attributes]);
}

