// ブックマーク＆ハイパーリンク用　リストボックス
function Mylink(sel)
{
	mlink=sel.options[sel.selectedIndex].value;
	if(mlink!="-")
	{
		location.href=mlink; 
	}
}

