var htmlstr_citylist='<table border="0" cellspacing="0" cellpadding="0" width="100%">'
					   	        +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Beijing\');"><td align="left" class="h14Left">Beijing</td><td align="left" class="h14Right">provice:Beijing</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Guangzhou\');"><td align="left" class="h14Left">Guangzhou</td><td align="left" class="h14Right">provice:Guangdong</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Kunming\');"><td align="left" class="h14Left">Kunming</td><td align="left" class="h14Right">provice:Yunnan</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Sanya\');"><td align="left" class="h14Left">Sanya</td><td align="left" class="h14Right">provice:Hainan</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Chengdu\');"><td align="left" class="h14Left">Chengdu</td><td align="left" class="h14Right">provice:Sichuan</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Hangzhou\');"><td align="left" class="h14Left">Hangzhou</td><td align="left" class="h14Right">provice:Zhejing</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Nanjing\');"><td align="left" class="h14Left">Nanjing</td><td align="left" class="h14Right">provice:Jiangshu</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Shanghai\');"><td align="left" class="h14Left">Shanghai</td><td align="left" class="h14Right">provice:Shanghai</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Chongqing\');"><td align="left" class="h14Left">Chongqing</td><td align="left" class="h14Right">provice:Chongqing</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Harbin\');"><td align="left" class="h14Left">Harbin</td><td align="left" class="h14Right">provice:Heilongjiang</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Wuhan\');"><td align="left" class="h14Left">Wuhan</td><td align="left" class="h14Right">provice:Hubei</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Shenzhen\');"><td align="left" class="h14Left">Shenzhen</td><td align="left" class="h14Right">provice:Guangdong</td></tr>'
								      +'<tr height="20" onMouseOver="this.style.backgroundColor=\'#E0F2FF\'" onMouseOut="this.style.backgroundColor=\'#FFFFFF\'" onMouseDown="get800City(\'Tianjin\');"><td align="left" class="h14Left">Tianjin</td><td align="left" class="h14Right">provice:Tianjin</td></tr>'
								      +'</table>';
var select_tr = null;
