/* selectプルダウン用 */

function SelectBt(sel){ 
	mlink=sel.options[sel.selectedIndex].value; 
	if(mlink!="-"){ location.href=mlink;} 
} 