var $o = jQuery.noConflict();
$o(document).ready(function($){	

	// initialise jQuery
	if($.browser.msie&&$.browser.version.substr(0,1)<7) alert ('You are using Internet Explorer 6, an out-dated and insecure browser. It is highly recommended that you upgrade to a free, modern, standards-compliant browser such as Firefox, Chrome or Opera. Much of the functionality of this site will not work in Internet Explorer 6.');
	
	if(typeof TopUp != "undefined") {
		TopUp.addPresets({
				"a[href=#videobox]" : {
				  shaded : 1,
				  width : 960,
				  height : 496,
				  type : "dom", 
				  title : "Video Demo - Mobile Channel Manager", 
				  layout : "flatlook", 
				  resizable : 0,
				  effect : "appear",
				  ondisplay : function(content) {
					// trigger GA event
					_gaq.push(['_trackEvent', 'Videos', 'Popup', 'Configurator video']);	
				  },
				  onclose : function() {
				  }
				}
			});		
	}
});
