﻿function OMOver(OMO){OMO.style.backgroundColor='#fffacd';}
function OMOut(OMO){OMO.style.backgroundColor='';}

function do_down(fid,c_url){
	if (fm1.number.value == "")
	{
		alert('請填入認證數字');
		return false;
	}else
	{
		getData2('ajax_p.php?idParse=down&showDiv=act_msg&num='+fm1.number.value+'&fid='+fid+'&c_url='+c_url, 'ajax_p.php?idParse=down&showDiv=act_msg&num='+fm1.number.value+'&fid='+fid+'&c_url='+c_url, 'act_msg');
	}
}

var time=10000;//設定倒數10秒   
function DisableEnable(objid,fid,hos_w){   
    if(time<=0){   
       
	document.getElementById('act_msg').innerHTML = '<a href=http://'+hos_w+'/file/dp.php?idParse=down_ok&showDiv=act_msg&fid='+fid+' OnmouseOver=\"window.status=\'下載檔案\';return true;\" OnMouseOut=\"window.status=\'  \';\"><img src=\"images/icon-down.gif\" width=\"108\" height=\"26\" border=\"0\"></a>';
    }else{   
        
        document.getElementById('act_msg').innerHTML = (time/1000) + " sec...";   
         setTimeout("DisableEnable('" + objid + "','"+fid+"','"+hos_w+"')",1000);   
     }   
     time-=1000;    
 }   
 
function do_oo(fid){
	alert(fid);	
	return false;
}