function goTo() {
		        var myindex=document.quickLinks.go.selectedIndex;
				if (document.quickLinks.go.options[myindex].value == "stay")
				{
				return false;
				}
				else
		        {
		        location='#'+document.quickLinks.go.options[myindex].value;
				return true;
				}
				
						}

function goTo2() {
		        var myindex=document.quickLinks2.go.selectedIndex;
				if (document.quickLinks2.go.options[myindex].value == "stay")
				{
				return false;
				}
				else
		        {
		        location='#'+document.quickLinks2.go.options[myindex].value;
				return true;
				}
				
						}
						
						function goTo3() {
		        var myindex=document.quickLinks3.go.selectedIndex;
				if (document.quickLinks3.go.options[myindex].value == "stay")
				{
				return false;
				}
				else
		        {
		        location='#'+document.quickLinks3.go.options[myindex].value;
				return true;
				}
				
		}
		
		function goTo4() {
		        var myindex=document.quickLinks4.go.selectedIndex;
				if (document.quickLinks4.go.options[myindex].value == "stay")
				{
				return false;
				}
				else
		        {
		        location='#'+document.quickLinks4.go.options[myindex].value;
				return true;
				}
				
		}
		
		function MM_jumpMenu(targ,selObj,restore){ //v3.0
  re= /\s/gi;
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value.replace(re,'%20')+"'");
  if (restore) selObj.selectedIndex=0;
}

