function stop(){
return false;
}
//document.oncontextmenu=stop;


//========== 导航部分


document.write('<style>');
document.write('.tomg { color: #000000; font-size:12px; text-decoration:none}');
document.write('a.tomg:hover { color: #FF0000; text-decoration:none}');
document.write('a.tomg:visited {  color: #000000; text-decoration: none}');
document.write('a.tomg:link {color: #000000; text-decoration:none}');
document.write('</style>');


document.write('<table width=773 border=0 cellspacing=0 cellpadding=0 align=center>');
document.write('<tr><td width=230 background=/images/logo/cbg.gif><a href="http://l.tom.com/home/tom/autohome_001/?http://tom.com/"><img src=http://mms.tom.com/images/logo/tom.gif height=36 border=0 alt=TOM></a><a href="http://l.tom.com/home/tom/autohome_002/?http://mms.tom.com/"><img src=http://mms.tom.com/images/logo/logo.gif height=36 border=0 alt=彩信></a><a href=http://www.tom.com/redir/holiday.html target=_blank><img src=http://mms.tom.com/images/logo/holiday.gif height=36 border=0></a></td>');
document.write('<td background=http://mms.tom.com/images/logo/cbg.gif align=right width=543><a href="http://l.tom.com/home/tom/autohome_003/?http://tom.com/" class="00"><font style="font-size:12px;color:000000"><u>首页</font></u></a><img src=/images/logo/l.gif align=absmiddle height=9><a href="http://l.tom.com/home/tom/autohome_004/?http://news.tom.com/" class="00"><font style="font-size:12px;color:000000"><u>新闻</u></font></a><img src=/images/logo/l.gif align=absmiddle height=9><a href="http://l.tom.com/home/tom/autohome_005/?http://sports.tom.com/" class="00"><font style="font-size:12px;color:000000"><u>体育</u></font></a><img src=/images/logo/l.gif align=absmiddle height=9><a href="http://l.tom.com/home/tom/autohome_006/?http://auto.tom.com/" class="00"><font style="font-size:12px;color:000000"><u>汽车</u></font></a><img src=/images/logo/l.gif align=absmiddle height=9><a href="http://l.tom.com/home/tom/autohome_007/?http://ent.tom.com/" class="00"><font style="font-size:12px;color:000000"><u>娱乐</a></u></a><img src=/images/logo/l.gif align=absmiddle height=9><a href="http://l.tom.com/home/tom/autohome_014/?http://games.tom.com/" class="00"><font style="font-size:12px;color:000000"><u>游戏</u></font></a><img src=/images/logo/l.gif align=absmiddle height=9><a href="http://l.tom.com/home/tom/autohome_008/?http://sms.tom.com/" class="00"><font style="font-size:12px;color:000000"><u>短信</u></font></a><img src=/images/logo/l.gif align=absmiddle height=9><a href="http://l.tom.com/home/tom/autohome_009/?http://karma.tom.com/" class=00><font style="font-size:12px;color:red"><u>雷霆战队</font></u></a><img src=/images/logo/l.gif align=absmiddle height=9><a href="http://l.tom.com/home/tom/autohome_010/?http://mail.tom.com/" class="00"><font style="font-size:12px;color:000000"><u>邮箱</u></font></a><img src=/images/logo/l.gif align=absmiddle height=9><a href="http://l.tom.com/home/tom/autohome_011/?http://search.tom.com/" class="00"><font style="font-size:12px;color:000000"><u>搜索</u></font></a><img src=/images/logo/l.gif align=absmiddle height=9><a href="http://l.tom.com/home/tom/autohome_012/?http://tech.tom.com/zhuanti/dayi.html" class="00"><font style="font-size:12px;color:000000"><u>答疑</u></font></a><img src=/images/logo/l.gif align=absmiddle height=9><a href="http://l.tom.com/home/tom/autohome_013/?http://www.tom.com/nav.html" class="00"><font style="font-size:12px;color:000000"><u>导航</u></font></a><img src=/images/logo/l.gif align=absmiddle height=9><A href onclick=this.style.behavior=\"url(#default#homepage)\";this.setHomePage(\"http://www.tom.com\");return false; style=cursor:hand class=00><font style="font-size:12px;color:000000"><u>设为首页</u></font></a>&nbsp;</td></tr>');
document.write('<tr bgcolor=#C9E5AE><td colspan=4><nobr></td></tr>');
document.write('</table>');



//========== 图层变换

function reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }}
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();
}
reloadPage(true);
// -->

function findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function showHideLayers() { //v3.0
  var i,p,v,obj,args=showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}


//table样式
function TableMouseOver(Obj){
	Obj.style.backgroundColor='#f2f2f2';
}
function TableMouseOut(Obj){
	Obj.style.backgroundColor='';
}



//彩信发送弹出窗口
function SendMMS(ID){
	window.open('/sendmms_step0.php?var=1&id='+ID+'&mobtype=10010003&mtype=10010003','','width=490,height=320,scrollbars=no');
}

function SendAMR(ID){
	window.open('/sendmms_step0.php?var=1&id='+ID+'&mobtype=10010001','','width=490,height=320,scrollbars=no');
}

function SendMID(ID){
	window.open('/sendmms_step0.php?var=1&id='+ID+'&mobtype=10010001&mtype=10010001','','width=490,height=320,scrollbars=no');
}

function SendMMF(ID){
	window.open('/sendmms_step0.php?var=1&id='+ID+'&mobtype=10040001','','width=490,height=320,scrollbars=no');
}   

//广告分析统计
document.write('<scr'+'ipt src="http://mms.tom.com/include/mms_function.js"></scr'+'ipt>');


//======== 其它输出
var DWH1='';
DWH1+='<table width="100%" border="0" cellpadding="1" cellspacing="0">';
DWH1+='<tr><td background="/images/bg_bar.gif" height="21"> MMS 手机设置说明</td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_p802.html">索尼爱立信 P802</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_t312.html">索尼爱立信 T312</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_t68ie.html">索尼爱立信 T68ie</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_n8.html">NEC-N8</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_n8.html">NEC-N800</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_gd88.html">松下 GD88</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_gd88.html">松下 GD86A</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_s57.html">西门子 S57</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_c868.html">康佳 C868</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_7650.html">诺基亚 7650</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_7250.html">诺基亚 7250</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_7210.html">诺基亚 7210</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_6610.html">诺基亚 6610</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_6100.html">诺基亚 6100</a></td></tr>';
DWH1+='<tr><td>·<a href="help_mobile_3650.html">诺基亚 3650</a></td></tr>';
DWH1+='</table>';

var DWH2='';
DWH2+='<table width="100%" border="0" cellpadding="2" cellspacing="0">';
DWH2+='<tr><tr><td background="/images/bg_bar.gif" height="21"> TOM彩信业务指南</td></tr>';
DWH2+='<tr><tr><td>·<a href="help_tom.html">TOM彩信业务简介</a></td></tr>';
DWH2+='<tr><tr><td>·<a href="help_qa.html">彩信常见问题解答</a></td></tr>';
DWH2+='<tr><tr><td>·<a href="help_ani.html">彩图动画下载的问题</a></td></tr>';
DWH2+='<tr><tr><td>·<a href="help_ringtong.html">和弦铃声下载的问题</a></td></tr>';
DWH2+='<tr><tr><td>·<a href="help_diy.html"><font face="Arial">MMS DIY</font>的问题</a></td></tr>';
DWH2+='<tr><tr><td>·<a href="help_voice.html">音效铃声的问题</a></td></tr>';
DWH2+='<tr><tr><td>·<a href="help_subscibe.html">订阅类服务的问题</a></td></tr>';
DWH2+='<tr><tr><td>·<a href="help_caixin.html">中国移动的彩信介绍</a></td></tr>';
DWH2+='</table>';

var DWH3='';
DWH3+='<table width="100%" border="0" cellpadding="1" cellspacing="0">';
DWH3+='<tr><td background="/images/bg_bar.gif" height="21"> 客户服务中心</td></tr>';
DWH3+='<tr><td>北京客服:010-67868800<br>广州客服:020-87324705<br>上海客服:021-52925568<br>(8:00-21:00)<br><br>邮箱:<a href="mailto:mms@gz.tom.com">mms◎gz.tom.com</a><br>传真:020-87320718</td></tr>';
DWH3+='</table>';

var DWH4='';
DWH4+='<table width="90%" height="80" border="0"><tr><td align="center"><marquee id="allmobile" direction="left" width="100%" scrollamount="3" behavior="scroll" TRUESPEED onMouseOver="allmobile.stop();" onMouseOut="allmobile.start();">';

DWH4+='<a href="help_mobile_c2688.html"><img src="/images/mobile/cap_c2688_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="首信 C2688"></a> ';
DWH4+='<a href="help_mobile_e757.html"><img src="/images/mobile/tcl_e757_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="TCL E757 "></a> ';
DWH4+='<a href="help_mobile_k699.html"><img src="/images/mobile/kej_k699_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="科键 K699 "></a> ';
DWH4+='<a href="help_mobile_k606.html"><img src="/images/mobile/kej_k606_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="科键 K606 "></a> ';
DWH4+='<a href="help_mobile_530.html"><img src="/images/mobile/phi_530_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="飞利浦 530"></a> ';
DWH4+='<a href="help_mobile_f1.html"><img src="/images/mobile/bir_f1_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="波导 F1"></a> ';
DWH4+='<a href="help_mobile_v208.html"><img src="/images/mobile/sam_v208_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="三星 V208"></a> ';
DWH4+='<a href="help_mobile_gx10n.html"><img src="/images/mobile/dtt_gx10n_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="大唐 GX10N"></a> ';
DWH4+='<a href="help_mobile_e365.html"><img src="/images/mobile/mot_e365_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="摩托罗拉 E365"></a> ';
DWH4+='<a href="help_mobile_v750.html"><img src="/images/mobile/mot_v750_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="摩托罗拉 V750"></a> ';
DWH4+='<a href="help_mobile_388c.html"><img src="/images/mobile/mot_388c_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="摩托罗拉 388C"></a> ';
DWH4+='<a href="help_mobile_ot735.html"><img src="/images/mobile/alc_ot735_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="阿尔卡特 OT735"></a> ';
DWH4+='<a href="help_mobile_ot535.html"><img src="/images/mobile/alc_ot535_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="阿尔卡特 OT535"></a> ';
DWH4+='<a href="help_mobile_g900.html"><img src="/images/mobile/len_g900_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="联想 G900"></a> ';
DWH4+='<a href="help_mobile_g818.html"><img src="/images/mobile/len_g818_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="联想 G818"></a> ';
DWH4+='<a href="help_mobile_g811.html"><img src="/images/mobile/len_g811_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="联想 G811"></a> ';
DWH4+='<a href="help_mobile_m330.html"><img src="/images/mobile/mit_m330_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="三菱 M330"></a> ';
DWH4+='<a href="help_mobile_c868.html"><img src="/images/mobile/kon_c868_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="康佳 C868"></a> ';
DWH4+='<a href="help_mobile_n8.html"><img src="/images/mobile/nec_n8_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="NEC N8"></a> ';
DWH4+='<a href="help_mobile_n800.html"><img src="/images/mobile/nec_n800_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="NEC N800"></a> ';
DWH4+='<a href="help_mobile_n810.html"><img src="/images/mobile/nec_n810_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="NEC N810"></a> ';
DWH4+='<a href="help_mobile_n700.html"><img src="/images/mobile/nec_n700_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="NEC N700"></a> ';
DWH4+='<a href="help_mobile_gd88.html"><img src="/images/mobile/pan_gd88_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="松下 GD88"></a> ';
DWH4+='<a href="help_mobile_gd86a.html"><img src="/images/mobile/pan_gd86a_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="松下 GD86A"></a> ';
DWH4+='<a href="help_mobile_g60.html"><img src="/images/mobile/pan_g60_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="松下 G60"></a> ';
DWH4+='<a href="help_mobile_gx10.html"><img src="/images/mobile/sha_gx10_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="夏普 GX10"></a> ';
DWH4+='<a href="help_mobile_gx1.html"><img src="/images/mobile/sha_gx1_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="夏普 GX1"></a> ';
//DWH4+='<a href="help_mobile_c60.html"><img src="/images/mobile/sie_c60_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="西门子 C60"></a> ';
DWH4+='<a href="help_mobile_mc60.html"><img src="/images/mobile/sie_mc60_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="西门子 MC60"></a> ';
DWH4+='<a href="help_mobile_sl55.html"><img src="/images/mobile/sie_sl55_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="西门子 SL55"></a> ';
DWH4+='<a href="help_mobile_m55.html"><img src="/images/mobile/sie_m55_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="西门子 M55"></a> ';
DWH4+='<a href="help_mobile_s57.html"><img src="/images/mobile/sie_s57_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="西门子 S57"></a> ';
DWH4+='<a href="help_mobile_p908.html"><img src="/images/mobile/se_p908_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="索尼爱立信 P908"></a> ';
DWH4+='<a href="help_mobile_p802.html"><img src="/images/mobile/se_p802_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="索尼爱立信 P802"></a> ';
DWH4+='<a href="help_mobile_z608.html"><img src="/images/mobile/se_z608_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="索尼爱立信 Z608"></a> ';
DWH4+='<a href="help_mobile_t628.html"><img src="/images/mobile/se_t628_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="索尼爱立信 T628"></a> ';
DWH4+='<a href="help_mobile_t618.html"><img src="/images/mobile/se_t618_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="索尼爱立信 T618"></a> ';
DWH4+='<a href="help_mobile_t312.html"><img src="/images/mobile/se_t312_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="索尼爱立信 T312"></a> ';
DWH4+='<a href="help_mobile_t302.html"><img src="/images/mobile/se_t302_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="索尼爱立信 T302"></a> ';
DWH4+='<a href="help_mobile_t238.html"><img src="/images/mobile/se_t238_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="索尼爱立信 T238"></a> ';
DWH4+='<a href="help_mobile_t68ie.html"><img src="/images/mobile/se_t68ie_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="索尼爱立信 T68ie"></a> ';
DWH4+='<a href="help_mobile_7650.html"><img src="/images/mobile/nok_7650_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 7650"></a> ';
DWH4+='<a href="help_mobile_7250.html"><img src="/images/mobile/nok_7250_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 7250"></a> ';
DWH4+='<a href="help_mobile_7210.html"><img src="/images/mobile/nok_7210_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 7210"></a> ';
//DWH4+='<a href="help_mobile_6800.html"><img src="/images/mobile/nok_6800_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 6800"></a> ';
DWH4+='<a href="help_mobile_6610.html"><img src="/images/mobile/nok_6610_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 6610"></a> ';
//DWH4+='<a href="help_mobile_6600.html"><img src="/images/mobile/nok_6600_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 6600"></a> ';
//DWH4+='<a href="help_mobile_6220.html"><img src="/images/mobile/nok_6220_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 6220"></a> ';
DWH4+='<a href="help_mobile_6108.html"><img src="/images/mobile/nok_6108_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 6108"></a> ';
DWH4+='<a href="help_mobile_6100.html"><img src="/images/mobile/nok_6100_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 6100"></a> ';
DWH4+='<a href="help_mobile_3650.html"><img src="/images/mobile/nok_3650_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 3650"></a> ';
//DWH4+='<a href="help_mobile_3530.html"><img src="/images/mobile/nok_3530_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 3530"></a> ';
DWH4+='<a href="help_mobile_3300.html"><img src="/images/mobile/nok_3300_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 3300"></a> ';
DWH4+='<a href="help_mobile_3200.html"><img src="/images/mobile/nok_3200_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 3200"></a> ';
DWH4+='<a href="help_mobile_3100.html"><img src="/images/mobile/nok_3100_s.gif" border="0" onMouseOver=this.style.backgroundColor="#BDDFFF" onMouseOut=this.style.backgroundColor="" alt="诺基亚 3100"></a> ';

DWH4+='</marquee></td></tr></table>';

       