/*
 * @author rur@bauer.de
 * @2009-10-23
 * 
 * Layout Modifications for BAUER Standard Template
 * 
 * 
 * 
 */


/*
 * Don't show these paths in the main navigation
 * 
 * 
 
this.mainnav = function() {

	
	
	var paths = new Array;
	
	paths[0]="/de/bma/";
	paths[1]="/en/bma/";
	paths[2]="/de/bst/";
	paths[3]="/en/bst/";
	paths[4]="/de/bre/";
	paths[5]="/en/bre/";
	
	for (var i = 0; i<paths.length;i++)
	{
		$("div.hlist li a[href='"+paths[i]+"']").parent("li").hide();
	}
	
	

};
*/
/*
 * Here the scripts are called when the document is ready
 * 
 * 
 * 
 */

$(document).ready(function() {
	//mainnav();

});
