var tqContent=new Array("","晴 - 多云 0℃~-6℃","多云 - 晴 -2℃~-6℃","多云 -3℃~-5℃","晴 - 多云 1℃~-8℃","晴 1℃~-7℃","晴 - 多云 0℃~-5℃","晴 2℃~-6℃");
var tqCityName=new Array("","青岛","烟台","威海","潍坊","淄博","日照");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln(" 青岛");
document.writeln(" 烟台");
document.writeln(" 威海");
document.writeln(" 潍坊");
document.writeln(" 淄博");
document.writeln(" 日照");
document.writeln(" ");
document.writeln("
");
document.writeln("
");
function openTopTQ()
{
document.getElementById('tqTopHid').style.visibility='visible';
document.getElementById('hidMap').style.visibility='visible';
setTimeout("document.getElementById('tqTopHid').style.visibility='hidden'",5000);
setTimeout("document.getElementById('hidMap').style.visibility='hidden'",5000);
}
function closeTopTQ()
{
document.getElementById('tqTopHid').style.visibility='hidden';
document.getElementById('hidMap').style.visibility='hidden';
}
function togTopTQ(c)
{
document.getElementById('tqCity').innerHTML=tqCityName[c];
document.getElementById('tqContent').innerHTML=tqContent[c];
closeTopTQ();
}
document.getElementById('tqCity').innerHTML=tqCityName[1];
document.getElementById('tqContent').innerHTML=tqContent[1];