﻿var endCity="<ul id=\"popHotCity\"></ul>"+
"<ul id=\"popAllCity\"></ul>";

function PopMouseOver(obj)
{
    obj.style.backgroundColor="#fe7b20";
}
function PopMouseOut(obj)
{
    obj.style.backgroundColor="";
}