function header(nr){
	if (document.all){
		//IE;
		document.all['HeadFlash'].TGotoFrame("_root", nr);
		return true;
	}
	
	if (document.getElementById){
		//Mozilla;
		document.getElementById('HeadFlash').TGotoFrame("_root", nr);
		return true;
	}
	return true;
}
