function checkMessages(tbTitle,w,h){
	tbTitle = tbTitle || "MESSAGGIO";
	w 	= w || 620;
	h	= h || 6;
	messageElement = $("messages");
	Rex = /[a-zA-Z0-9]/;
	if(messageElement &&  (messageElement.getChildren().length > 0 || messageElement.get("html").test(Rex) != "" ) ) {
		TB_show(tbTitle,"#TB_inline?height="+h+"&width="+w+"&inlineId=messages"); 
	}	
}

function goTo(section){
	switch (section) {
		case "sudorazione":	
			location.href = rootPath+'sudorazione/index.php';
		break;
		
		case "quiz":	
			location.href = rootPath+'quiz/index.php';
		break;
		
		case "dove":	
			location.href = rootPath+'dove_lo_trovi/index.php';
		break;

		case "esp-parere":	
			location.href = rootPath+'chiedi_all_esperto/index.php';
		break;
		
		case "donna":	
			location.href = rootPath+'speciale_donna/index.php';
		break;
		
		case "cara-oro":	
			location.href = rootPath+'orodispersibilita/index.php';
		break;
		
		case "quiz-gioca":	
			location.href = rootPath+'quiz/index.php?s=quiz';
		break;
		
		case "quiz-classifica":	
			location.href = rootPath+'quiz/index.php?s=classifica';
		break;
		
		case "cose":	
			location.href = rootPath+'cose_mapooro/index.php';
		break;

		default:
			location.href = rootPath;
	}
}