﻿var endCity="<ul id=\"popHotCity\"></ul>"+
"<ul id=\"popAllCity\"></ul>";
//var endCity="<iframe id=\"popIframe\" style=\"width:400px;border:0;z-index:999;\"   frameborder=0 marginheight=0 marginwidth=0 hspace=0 vspace=0 scrolling=no><ul id=\"popHotCity\"></ul>"+
//"<ul id=\"popAllCity\"></ul></iframe>";

function PopMouseOver(obj)
{
    obj.style.backgroundColor="#fe7b20";
}
function PopMouseOut(obj)
{
    obj.style.backgroundColor="";
}
