	  	var NS4 = (document.layers);
	  	var IE4 = (document.all);
	  	var ver4 = (NS4 || IE4);  		

 	 	function openCustomWindow(URL, WindowName, xPos, yPos, intWidth, intHeight, strWindowFeatures){
		//window features include resizeable, status, toolbar, menubar, location, scrollbars
	 		var options = "width=" + intWidth + ",height=" + intHeight;
			options += (NS4) ? ",screenX=" + xPos + ",screenY=" + yPos : ",top=" + xPos + ",left=" + yPos;
			options += "," + strWindowFeatures
	 		window.open(URL, WindowName, options);
			
		 }	
		 
//begin search onchange/submit functions
function LinkCat_onchange(LinkCat) {
links.submit();
}

function BVCategory_onchange(Search2) {
Search2.submit();
}
function Expertise_onchange(Search3) {
Search3.submit();
}
function Section_onchange(AddSMember) {
AddSMember.submit();
}
// end search onchange/submit functions