function showHeadOver(obj){
obj.src=obj.src.replace(".gif","over.gif");
}
function showHeadOut(obj){
obj.src=obj.src.replace("over","");
}
function shlist(){
document.getElementById("t_select-list").style.display=document.getElementById("t_select-list").style.display=="block"?"none":"block";
}
function cws(val){
iws=val;
}
function hlist(){
if(!iws)document.getElementById("t_select-list").style.display="none";
}
//*** FLY_Mail_mingxing ***//
function showDiv(obj,num,len)
{
for(var id = 1;id<=len;id++)
{
var ss=obj+id;
var snav =obj+"nav"+id;
if(id==num){
try{document.getElementById(ss).style.display="block"}catch(e){};
try{document.getElementById(snav).className="active"}catch(e){};
}else{
try{document.getElementById(ss).style.display="none"}catch(e){};
try{document.getElementById(snav).className=""}catch(e){};
}
}
}
function writeflash1(_src,fw,fh,_transparent,_vars){
if (_transparent=="") _transparent="transparent";
var html = ''
+ '\n';
document.write(html);
}
//发送FLY 定时FLY 首页提示请登录
function sendFly(id) {
if(Number(id.length) > 0) {
if(document.frm_phone.fly_msg.value == "") {
alert("请填写内容");
document.frm_phone.fly_msg.focus();
return;
} else {
startRequest();
}
} else {
alert('请登录');
}
}
function sendFlyTime(id) {
if(document.frm_phone.checkTime.checked){
var len=document.frm_phone.fly_fee_type.length;
for(i=0;i 0) {
if(document.frm_phone.fly_msg.value == "") {
alert("请填写内容");
document.frm_phone.fly_msg.focus();
document.frm_phone.checkTime.checked = false;
return;
} else {
startRequestTimer();
}
} else {
alert('请登录');
document.frm_phone.checkTime.checked = false;
return;
}
}
}
function loginPhone(){
alert("请登录");
document.form.UFOid.focus();
return;
}