﻿
﻿var RootUrl="http://www.5432e.com";

document.write('<div id="arealist_5432e_area" style="display:none;width:324px; height:auto; z-index:3000; position:absolute; cursor:default;">');
document.write('<div style="width:100%;">');
document.write('<div  style="height:20px;  background-color:#e42300; background:url('+RootUrl+'/images2/area_title.gif);border:1px solid #e42300;border-bottom:0px;padding-top:8px;padding-right:8px;">');
document.write('<div style="float:left;width:280px;color:#fff;padding-left:10px;"><b>切换城市</b></div><div style="float:left;"><a href="javascript:hiddenList();"><span style="color:#fff;">关闭</span></a></div>');
document.write('</div>');
document.write('</div>');
document.write('<div style="border:1px solid #e42300;">');
document.write('<div style="width:100%;">');
document.write('<iframe scrolling="no" src="'+RootUrl+'/inc/jsp/arealistpage.htm" width="320" height="240" frameborder="0"></iframe>');
document.write('</div>');
document.write('</div>');
document.write('</div>');

function showList(){
var e=getEvent();
var obj=document.getElementById("arealist_5432e_area");
if(obj!=null){
obj.style.left=e.clientX-30+"px";
obj.style.top=e.clientY+"px";
obj.style.display="";
}
}
function hiddenList(){
	var obj=document.getElementById("arealist_5432e_area");
	if(obj!=null){
		obj.style.display="none";
	}
}

function getEvent(){
  if(document.all) return window.event; 
  func=getEvent.caller; 
  while(func!=null){ 
    var arg0=func.arguments[0]; 
    if(arg0){ 
      if((arg0.constructor==Event || arg0.constructor ==MouseEvent) || (typeof(arg0)=="object" && arg0.preventDefault && arg0.stopPropagation)){ 
        return arg0; 
      } 
    } 
    func=func.caller; 
  } 
  return null; 
}

