function Show(divid,str) {
divid.filters.revealTrans.apply();
str ='
空运特价 | 地区 | 范围 | 起价 |
| 上海 | 全境 | 40 |
| 浙江 | 一类地区 | 40 |
| 二类地区 | 45 |
| 江苏 | 一类地区 | 40 |
| 二类地区 | 45 |
| 北京 | 五环内全境 | 40 |
| 二类地区 | 45 |
| 广东 | 珠三角 | 40 |
| 二类地区 | 45 |
| 河北 | 石家庄 | 40 |
| 天津 | 限市区 | 40 |
| 郊县 | 45 |
';
divid.innerHTML = str;
divid.style.visibility = "visible";
divid.filters.revealTrans.play();
}
function Hide(divid) {
divid.filters.revealTrans.apply();
divid.style.visibility = "hidden";
divid.filters.revealTrans.play();
}
function trim(a_string)
{
var len=a_string.length;
while(a_string.substring(0,1)==" ")
{
a_string=a_string.substring(1,len);
len=a_string.length;
}
while(a_string.substring(len-1,len)==" ")
{
a_string=a_string.substring(0,len-1);
len=a_string.length;
}
return a_string;
}
function is_ok()
{
var _mobile=trim(form1.u_name.value);
if(_mobile=="")
{
alert("请输入您的帐号!");
form1.u_name.focus();
form1.u_name.select();
return false;
}
if (form1.u_pass.value=="") {
alert("请输入您的密码!");
form1.u_pass.focus();
form1.u_pass.select();
return false;
}
return true;
}
document.write (' ');
document.write (' ');
document.write (' ');
document.write (' ');
document.write (' ');
document.write (' | 捷运服务 国际快递特价>> | ');
document.write (' ');
document.write (' ');
document.write (' | ');
document.write (' ');
document.write (' ');
document.write (' ');
document.write (' | ');
document.write ('
');
document.write (' ');
document.write (' | ');
document.write (' ');
document.write (' | ');
document.write ('
');
document.write (' ');
document.write (' ');
document.write (' ');
document.write (' ');
document.write ('  | ');
document.write ('  | ');
document.write (' ');
document.write (' ');
document.write (' | ');
document.write ('
');
document.write (' ');
document.write ('  | ');
document.write ('
');
document.write ('
');