function openBrWindow(url,winName,features) {
  window.open(url,winName,features);
}


// Hide the menu - till it sorts itself oot
jQuery('html').addClass('js');


jQuery(document).ready(function(jQuery) {
	
	// Preload some images
	//jQuery.preLoadImages(
	//			"/img/gui/bg_a_viewAll_over.png"
	//		);


	jQuery('#nav').superfish({
		delay:       1000,                            // one second delay on mouseout 
		animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
		speed:       0,                          // faster animation speed 
		autoArrows:  false,                           // disable generation of arrow mark-up 
		dropShadows: false   	
	}); 

});

