/**
 * OpenSystems
 */

var subClientID = "90128201";
var baseCategory = "";
var currentPage = "";

 
function s7Tag(eventInfo){
    var params = eventInfo.split(",");
	var eventType = params[0].toString();
	var eventData = "";
	if (params.length > 1)
		eventData = params[1].toString();

    if (eventType == "PAGE") {
		baseCategory = company+sku;
        cmCreatePageviewTag(baseCategory,"", baseCategory, subClientID);        
    }
	
}
//
// UNCOMMENT the following line when the site goes live - this causes data to 
// go into live databases. (cmSetProduction() is what needs to be run.)
//
cmSetProduction();
if(typeof setHost != "undefined")
	setHost();
cmCreateTechPropsTag("ZOOM VIEWER", "ZOOMVIEWER", subClientID);

function init() {
}
 

