function getMenusCS_13(theTabID)
{
	var sTmpRet='';
	switch (theTabID)
	{
		case 'M72':
		sTmpRet=getMenuTag(0,'M72',0,'menuTab',100,13,25,50,0,0,'Global','hMOt(0)','hMOv(this,0)');
		sTmpRet+=getMenuHTML('M72','5','M72','Global',13,0,'/promo/calendar_global.php',50,0,'');
		sTmpRet+='</div>';
		break;
		case 'M73':
		sTmpRet=getMenuTag(0,'M73',0,'menuTab',101,13,25,65,0,0,'Other','hMOt(0)','hMOv(this,0)');
		sTmpRet+=getMenuHTML('M73','4','5M73','Other',13,0,'#mtabother',65,0,'');
		sTmpRet+='</div>';
		sTmpRet+=getMenuTag(2,'5M73',1,'sM',103,0,0,0,0,0,'','hMOt(1)','hMOv(this,1)');
		sTmpRet+=getMenuHTML('5M73','','','',20,1,'',0,0);
		sTmpRet+='</div>';
		break;
		
	}
	return(sTmpRet)
}
