function openwindow(url) {
popupWin = window.open(url,'Name', 'top=250,left=240,resizable=yes,width=550,height=250,scrollbars=yes,menubar=yes')
}

function NoRightClick(b){ 
document.onmousedown = NoRightClick;
{
   if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))
   ||((navigator.appName=="Netscape")&&(b.which > 1))){
   alert("Copyright © HERSEY & Associates CC");
   return false;
   }
}
} 

function JOne(){
//var location = document.MainCat.Stage1.options[document.MainCat.Stage1.selectedIndex].text
location = document.Main.Stage1.options[document.Main.Stage1.selectedIndex].value
//alert(location)
		} 
function JTwo(){
location = document.Main.Stage2.options[document.Main.Stage2.selectedIndex].value
//alert(location)
		} 
function JThree(){
location = document.Main.Stage3.options[document.Main.Stage3.selectedIndex].value
		} 
