var Products = {
	abletrendFeatures: function(feature) {
		Utils.cssWindow('/products/abletrendFeatures/'+feature, 'AbleTrend Feature');
	},
	
	asctrendFeatures: function(feature) {
		Utils.cssWindow('/products/asctrendFeatures/'+feature, 'ASCTrend Feature');
	},
	
	wintickFeatures: function(feature) {
		Utils.cssWindow('/products/wintickFeatures/'+feature, 'WinTick Feature');
	},
	
	chartDemo: function() {
		Utils.cssWindow('/products/chartDemo', 'Example');
	},
	
	definition:function(key) {
		Utils.cssWindow('/products/definition/'+key, '', 300, 200);
	}
}