function jumpTo2(targ,selObj,restore){
		 //alert ("page/" + selObj.options[selObj.selectedIndex].value);
  eval(targ+".location='"+"http://www.crosbyandtaylor.com/" + selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;

}



