//Ö´ÐÐתµ½
 public void activeGoto()
 {
     if (showItemList == null)
     {
         return;
     }
     showItemList.activeGoToItem(listBox_content.SelectedIndex);
 }