function close_open_group(group){
	if(document.getElementById(group).style.display == 'none'){
		document.getElementById(group).style.display = 'block';
	}else{
		document.getElementById(group).style.display = 'none';
	}
}



//GOOGLE ANALIST

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


try {
var pageTracker = _gat._getTracker("UA-8824588-4");
pageTracker._trackPageview();
} catch(err) {}


//GOOGLE ANALIST
