// Pulldown LINK Menu Scriptfunction Link(form, sel)	{	n = sel.selectedIndex;	adrs = sel.options[n].value;	if (adrs != "-" ){top.location.href=adrs;}	}