	function Change(i,j) {		Img = i		ImgName = j		document.images[Img].src = ImgName	}	function Return(i,j) {		Img = i		ImgName = j		document.images[Img].src = ImgName	}	function PULL(targ,selObj){		if(selObj.options[selObj.selectedIndex].value !=0){			eval(targ+".location=\'"+selObj.options[selObj.selectedIndex].value+"\'");		}	}	function pullDownMenu(location){		if (location != "0"){			window.location.href=location;		}	}	function pullDownMenuP(location){		if (location != "0"){			parent.location=location;		}	}