/* Optimized Javascript code from homepage.js starts here */
function themeholidaytabs(divName)
{
for(i=0; i<=3; i++)
	{
		document.getElementById('themeholiday'+i).style.display='none';
		document.getElementById(divName).style.display='';
	}
		
}
function btnon(li)
{
for(i=0; i<=3; i++)
	{
		document.getElementById('menuid'+i).className='';
		document.getElementById(li).className='themeholidaymenuon';
	}
		
}
/* Optimized Javascript code from tabcontent.js Ends here */