function openPic(url,winName,winParams) {
	var theWindow = window.open(url,winName,winParams);
	if (theWindow)  {theWindow.focus();}
}

function JumpToSite(Box) {
	ID=Box[Box.selectedIndex].value;
	if(ID!="") {
		window.location.href="/Quickfinder."+ID+".0.html";
	}
}

