
<!--// ½Å¿ë¾ÆÄ«µ¥¹Ì,¿¹½ÃÈ­¸éº¸±â ¸µÅ© ½ºÅ©¸³Æ®(O) //-->
<!--
function quick_link(feb) {

var myindex=feb.selectedIndex;
if (myindex == 0)
	return;
if (feb.options[myindex].value != null) {
link_feb.action = feb.options[myindex].value;
link_feb.submit();
feb.selectedIndex = 0;
}
}

//-->

