<!--

function submit_search(){
	document.search_form.submit();
	return true;
}

function submit_search_header(){
	document.search_form_header.submit();
	return true;
}

function popWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}



function MM_popupMsg(msg) { //v1.0
  alert(msg);
}

function OpenWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



        if (document.images)
          {
                image1on = new Image(97,24);
                image1on.src="images/button01_over.gif";

                image2on = new Image(91,24);
                image2on.src="images/button02_over.gif";
                
                image3on = new Image(100,24);
                image3on.src="images/button03_over.gif";

                image4on = new Image(97,24);
                image4on.src="images/button04_over.gif"
				
				image5on = new Image(93,24);
                image5on.src="images/button05_over.gif";

				image6on = new Image(99,18);
                image6on.src="images/button06_over.gif";

                
               
                
                image1off = new Image(97,24);
                image1off.src="images/button01.gif";

                image2off = new Image(91,24);
                image2off.src="images/button02.gif";
                
                image3off = new Image(100,24);
                image3off.src="images/button03.gif";
                
                image4off = new Image(97,24);
                image4off.src="images/button04.gif";
				
				image5off = new Image(93,24);
                image5off.src="images/button05.gif";
				
				image6off = new Image(99,18);
                image6off.src="images/button06.gif";
                

         }

         function turnon (imgName)
           {
             if (document.images)
                 {
                   imgOn=eval (imgName + "on.src");
                   document[imgName].src= imgOn;
                 }
           }

        function turnoff (imgName)
          {
            if (document.images)
                 {
                   imgOff=eval (imgName + "off.src");
                   document[imgName].src= imgOff;
                 }
          }




/////////////Fade Button Function

function DoSubmit(string)
{
   document.form.mybutton.disabled=true;
   document.form.mybutton.value = string;
   document.form.submit();
   return string;
}


function OpenWindow (URL, WinName, Features) { //v2.0 
	window.open(URL, WinName, Features);
	}



function fadeBt(Fd,Msg){
	Fd.disabled=true;
	Fd.value=Msg;
	document.form.submit();
	return Msg;
}



function change( x, n ) 
{ x.bgColor = n ? "#CECEFF" : "#8080FF" }

function go( x ){ 
	//var myWindow = window.open(x);
	location.href = x 
}


