function ShowNews()
{
   //window.open("NewMessageForIndex.asp","_blank","left=20,top=20,height=400,width=600,status=NO,toolbar=NO,scrollbars=yes,menubar=NO,location=no");
   window.open("news.asp","_blank","left=20,top=20,height=400,width=600,status=NO,toolbar=NO,scrollbars=yes,menubar=NO,location=no");
}


function SendData(mJ,mAct_id)
{
//   window.load();
   window.opener.focus();   
   window.opener.location.href="act_main.asp?page="+mJ+"&act_id="+mAct_id;
}

//subWin = window.open("http://bamboo.mmmtravel.com.tw/index.php?ptype=vote_up&up_id=25&vote_id=5&name= &tel= &ptel= &addr= &email= ","vote","screenX=0,ScreenY=0,left=0,top=0,width=0,hight=0,status=NO,toolbar=NO,scrollbars=NO,menubar=NO");
//indexsubWin.window.close();

