//jQuery.noConflict();
jQuery(document).ready(function() {
	jQuery("a[rel='external']").click(function() {
	if (this.getAttribute("class") == "visualizer-link") {
		dcsMultiTrack('DCS.dcsuri','/ColorVisualizer/','WT.ti','Color Visualizer','DCSext.SW_u','1','DCSext.SW_e','cv','WT.tx_e','p','WT.pn_sku','Color Visualizer','WT.tx_u','1','WT.tx_s','10.00','WT.cg_n','Color Visualizer','WT.cg_s','');
		window.open(this.getAttribute("href"), "popup", "width=994,height=668");
		return false;
	} else {
		window.open(this.getAttribute("href"), "popup", "");
		return false;
	}
	});
}); // document ready
