<!-- hide script
//	all contents on this site							--
//	are copyright (c) 1998-2010 by				--
//	http://www.art-emission.com					 	--
//	of Switzerland, all rights reserved		--


$(document).ready(function() 
{
	// Tabs sind vorhanden
	if (gTabJQuery && (gTabJQuery > 0))
	{
		for (i=0; i<gTabJQuery; i++)
		{
			$('#tabs'+(i+1)).tabs({ cache: true });
		}
	}
	
	// Accordion ist vorhanden
	if (gAccordionJQuery && (gAccordionJQuery == true))
	{
		//$("#accordion").hide();
		$("#accordion").css("display","block");
		$("#accordion").accordion({ 
			header: "h6", 
			collapsible: true, 
			autoHeight: true
		});
		//$('#accordion').accordion('option', 'autoHeight', false);
	}
	
		
	gPath = "http://www.gcmz.ch/web_downloads/";
	// Adresse
	if (gRoot == "")
	{
		pathAdr = "address_root.html";
	}
	else
	{
		pathAdr = "address.html";
	}
	$("#textaddress").load(gPath+pathAdr);
	
	// Language
	pathAdr = "language.html";
	$('#textlanguage').load(gPath+pathAdr);		
	
});

		
// stop hiding -->	
		
	