// JavaScript Document

function goHelp(){
	location.href="help_manav_foundation.html";
	}
	
function getSid(section){
	switch(section){
		case "allabout" : return 0;
		case "therapy" : return 1;
		case "prerna" : return 2;				
		case "health" : return 3;		
		case "psychiatry" : return 4;
		case "events" : return 5;	
		case "shop" : return 6;	
		case "gallery" : return 7;			
		default :  return 0;
	}
	
}