/**
 * @author torleif
 */

 jQuery(window).load(function(){
	/*var tabHolder = jQuery("#Tabs");
 	var tabs = tabHolder.children("li");
	var tabWidth = tabHolder.width()/(tabs.length)-12;
	
	tabs.each(function() {
		jQuery(this).children("a").css("width", tabWidth);
	});*/
 });
