function formatter() {  //quick function to do tab highlighting

	tabs = Array('offerings','kittayexperience','community_news','aboutkittay');

	mainid = (_parent) ? _parent : _page;
    
	for(x=0;x<tabs.length;x++) {
		if(tabs[x] == mainid) {
			obj = document.getElementById(mainid);		
			obj.style.backgroundColor = '#9c1d25';
		}
	}
	
}

function f_print() {
	print();	
}