var currentId = '';

if(navigator.userAgent.indexOf('Mac') != -1)

{document.write ('<style type="text/css">#dropdown a{ width:57px;}#dropdown a:hover{ width:57px;}</style>');}
	
function showmenu(id)
{
    document.getElementById(id).style.display ='block';        
    document.getElementById('weddingmenu').style.background ='#6ab2e7';        
    document.getElementById('weddingmenu').style.color ='#fff';        
}

function hidemenu(id)
{
    document.getElementById(id).style.display='none';        
    document.getElementById('weddingmenu').style.background='';        
    document.getElementById('weddingmenu').style.color='';        
}

function showmenu1(id)
{
    document.getElementById(id).style.display='block';        
    document.getElementById('eventsmenu').style.background='#6ab2e7';        
    document.getElementById('eventsmenu').style.color='#fff';        
}

function hidemenu1(id)
{
    document.getElementById(id).style.display='none';        
    document.getElementById('eventsmenu').style.background='';        
    document.getElementById('eventsmenu').style.color='';        
}
