var sImagePath = './images/';

if (document.images) {

	imgGlobalNavRegion = new Image();
	imgGlobalNavRegion.loc = sImagePath;
	imgGlobalNavRegion.onsrc = 'but_region_ro.gif';
	imgGlobalNavRegion.offsrc = 'but_region_norm.gif';

	imgGlobalNavTestimonials = new Image();
	imgGlobalNavTestimonials.loc = sImagePath;
	imgGlobalNavTestimonials.onsrc = 'but_testimonials_ro.gif';
	imgGlobalNavTestimonials.offsrc = 'but_testimonials_norm.gif';

	imgGlobalNavOkcnews = new Image();
	imgGlobalNavOkcnews.loc = sImagePath;
	imgGlobalNavOkcnews.onsrc = 'but_okcnews_ro.gif';
	imgGlobalNavOkcnews.offsrc = 'but_okcnews_norm.gif';

	imgGlobalNavPartnership = new Image();
	imgGlobalNavPartnership.loc = sImagePath;
	imgGlobalNavPartnership.onsrc = 'but_partnership_ro.gif';
	imgGlobalNavPartnership.offsrc = 'but_partnership_norm.gif';

}

// THIS NOTE
		function searchVal() {
			if (document.forms['search'].srch.value=='Search'){
				alert('Please enter a search criterion.');
			}else{ 
				document.forms.search.submit();
			}
		}

		function MM_findObj(n, d) { //v4.01
		  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
		    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
		  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
		  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
		  if(!x && d.getElementById) x=d.getElementById(n); return x;
		}

		function MM_changeProp(objName,x,theProp,theValue) 
		{ //v3.0
		  var obj = MM_findObj(objName);
		  if (obj && (theProp.indexOf("style.")==-1 || obj.style)) eval("obj."+theProp+"='"+theValue+"'");
		}
		function menu_goto( menuform )
		{

		    var baseurl = "http://65.64.80.77/" ;
		    selecteditem = menuform.newurl.selectedIndex ;
		    newurl = menuform.newurl.options[ selecteditem ].value ;
		    if (newurl.length != 0) {
		      location.href = baseurl + newurl ;
		    }
		}
