')
document.write('
')
document.write('
')
document.write('
')
document.write('
[切换城市]
')
document.write('
')
document.write('
北京大连天津')
document.write('
')
document.write('
')
document.write('
')
if ($('city_selector')) {
var handle;
Event.observe('city_selector', 'mouseover', function() {
clearTimeout(handle);
$('city_selector_cities').show();
});
Event.observe('city_selector', 'mouseout', function() {
clearTimeout(handle);
handle = setTimeout("$('city_selector_cities').hide()", 500);
});
}
function htmlovershow(name){
document.getElementById('cssReqInfo').style.left=getCheckuserPostionX(document.getElementById(name))-50;
document.getElementById('cssReqInfo').style.top=getCheckuserPostionY(document.getElementById(name))+17;
document.getElementById('cssReqInfo').style.display='block';
}
function htmlouthide(name){
document.getElementById('cssReqInfo').style.display='none';
} function getCheckuserPostionY(e){
var y=e.offsetTop;
while(e=e.offsetParent){
y+=e.offsetTop;
}
return y;
}
function getCheckuserPostionX(e){
var x=e.offsetLeft;
while(e=e.offsetParent){
x+=e.offsetLeft;
}
return x;
}
document.write('