﻿function LD_jumpList(fname, lname, restore){
	fid = "document."+fname+"."+lname;
	selid = eval(fid+".selectedIndex");
	selval = eval(fid+"["+selid+"].value");
	if (selval) location.href=selval;
	if (restore) eval(fid+".selectedIndex=0");
}
