sfHover = function() {
	var nav=document.getElementById("nav");
	if(nav!=null){
		var sfEls = nav.getElementsByTagName("LI");
		if(sfEls!=null){
			for (var i=0; i<sfEls.length; i++) {
				sfEls[i].onmouseover=function() {
					this.className+=" sfhover";
					selectsSwap('hidden');
				}
				sfEls[i].onmouseout=function() {
					this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
					selectsSwap('visible');
				}
			}
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

function selectsSwap(action)
{ 
	//document.getElementsByName('ddl_Link').style.visibility=action;


	var allSelects = document.getElementsByTagName('select');
	for(i=0;i<allSelects.length;i++)
	{
	  if (allSelects[i].id == 'ddl_Link')
	  {
		allSelects[i].style.visibility=action;
	  }
	}
}

function chgcolor() {
	
	document.getElementById("what").className='whaton';
	document.getElementById("what").style.color='white';
	}
	
function chgcolor2() {
	
	document.getElementById("what").className='what';
	document.getElementById("what").style.color='#E6000B';	
	}
	
function chgcolor3() {
		
	document.getElementById("all").className='whaton';
	document.getElementById("all").style.color='white';
		}
		
function chgcolor4() {
		
	document.getElementById("all").className='what';
	document.getElementById("all").style.color='#E6000B';
	}
	
function chgcolor5() {
	document.getElementById("where").className='whaton';
	document.getElementById("where").style.color='white';
	}
	
function chgcolor6() {
	document.getElementById("where").className='what';
	document.getElementById("where").style.color='#E6000B';	
	}
	
function chgcolor7() {
		
	document.getElementById("about").className='whaton';
	document.getElementById("about").style.color='white';
		}
		
function chgcolor8() {
		
	document.getElementById("about").className='what';
	document.getElementById("about").style.color='#E6000B';
	}
	
function chgcolor9() {
		
	document.getElementById("magazine").className='whaton';
	document.getElementById("magazine").style.color='white';
		}
		
function chgcolor10() {
		
	document.getElementById("magazine").className='what';
	document.getElementById("magazine").style.color='#E6000B';
	}	
function chgcolor11() {
		
	document.getElementById("services").className='whaton';
	document.getElementById("services").style.color='white';
		}
		
function chgcolor12() {
		
	document.getElementById("services").className='what';
	document.getElementById("services").style.color='#E6000B';
	}	
	
function chgcolor13() {
	
document.getElementById("contact").className='whaton';
document.getElementById("contact").style.color='white';
	}
		
function chgcolor14() {
		
	document.getElementById("contact").className='what';
	document.getElementById("contact").style.color='#E6000B';
	}
	
function chgcolor15() {
	
document.getElementById("bridal").className='whaton';
document.getElementById("bridal").style.color='white';
	}
		
function chgcolor16() {
		
	document.getElementById("bridal").className='what';
	document.getElementById("bridal").style.color='#E6000B';
	}	
