function an()
{document.write('<span style="color:red">Welcome to <br>My homepage!</span>')}
/***广告条或横幅****/
function ad()
{document.write('<embed width="103" height="31" src="images/gz121b.swf" quality="high" align="center"></embed> ')}
/***设置颜色js****/
function set(c)
{document.all("b1").style.background=c;
document.all("b2").style.background=c;
document.all("b3").style.background=c;
document.all("b4").style.background=c;
document.all("b5").style.background=c}
/***导航栏***/
function title()
{document.write('<td width="50" align="center" bgcolor="#94EFFF" style="cursor:hand" onclick=set("#94EFFF")>默认色</td>')
document.write('<td width="50" align="center" bgcolor="#f29c0d" style="cursor:hand" onclick=set("#f29c0d")>炎 黄</td>')
document.write('<td width="50" align="center" bgcolor="#D4D0C8" style="cursor:hand" onclick=set("#D4D0C8")>灰 黑</td>')
document.write('<td width="100" align="center" class="big"><a href="http://www.gd12121.com/">【中心气象台】</a></td>')
document.write('<td width="100" align="center" class="big"><a href="http://www.gd12121.com/qxxw/zytqx_new.htm"><font color="#FF0000">【气象新闻】</a><img border="0" src="images/notic.gif"></td>')
document.write('<td width="80" align="center" class="big"><a href="http://www.gd12121.com/qxzs/zytqx_introu.htm">【气象知识】</a></td>')
document.write('<td width="80" align="center" class="big"><a href="http://www.gd12121.com/qxfg/zytqxfg.htm">【气象法规】</a></td>')
document.write('<td width="80" align="center" class="big"><a href="http://www.gd12121.com/zyttwgk/zyt_jj_jgsz.htm">【关于我们】</a></td>')
//showTabWindow();
}
function showTabWindow()
{
    //window.open ("../qxxw/2005_TC.mht");	
    //window.alert("2006年广东汛期气候趋势放在“气象新闻”中");
}
/***双击滚屏js****/
var currentpos,timer;
function initialize()
{timer=setInterval("scrollwindow()",40);}
function sc(){
clearInterval(timer);}
function scrollwindow()
{currentpos=document.body.scrollTop;
window.scroll(0,++currentpos);
if (currentpos != document.body.scrollTop)
sc();}
document.onmousedown=sc
document.ondblclick=initialize
function adfv()
{window.external.addFavorite('http://www.tqyb.com.cn/','广东气象')}
function menu(txt,url,col)
{document.write("<div style='text-align: center; font-size:12px; background-color:"+col+"'><a href="+url+" target=_blank>"+txt+"</a></div>")}
/***网站链接****/
function link()
{
menu("[中国气象局]","http://www.cma.gov.cn/");
menu("[香港天文台]","http://www.weather.gov.hk/");
menu("[台湾气象局]","http://www.cwb.gov.tw");
menu("[澳门气象局]","http://www.smg.gov.mo/www/c_index.php");
menu("[广东省气象]","http://www.grmc.gov.cn/");
}
function study()
{
menu("【Go Eway.com】","http://www.goeway.com");
}
function link2()
{
menu("[日本JMA天气]","http://www.jma.go.jp/jp/g3/","");
menu("[关岛TC预报网]","https://metoc.npmoc.navy.mil/jtwc.html","");
menu("[新加坡气象网]","http://intranet.mssinet.gov.sg/marine/","");
menu("天气用语简写说明","http://www.gd12121.com/qxzs/tianqiyongyujianxie.html","#FFFFCC");
}
/***网页信息****/
function info()
{document.write('GuangZhou.China    广州中心气象台GZCMO 制作')}
