

<!-- Hide from old browsers
// Copyright © 1999 Doug Popeney
// Created by Doug Popeney (easyjava@easyjavascipt.com)
// JavaScript Made Easy!! - http://www.easyjavascript.com

var FirstForm;
function StartSearch(){
	document.forms[FirstForm+document.InputForm.SearchSelect.selectedIndex].elements[0].value=document.InputForm.SearchWords.value;
	document.forms[FirstForm+document.InputForm.SearchSelect.selectedIndex].submit();
}
// -->
