var imgPath imgPath = "../pic/button/"; var about_big5_on = new Image(); about_big5_on.src = imgPath + "about_big5_on.gif"; var about_big5_off = new Image(); about_big5_off.src = imgPath + "about_big5_off.gif"; var faq_big5_on = new Image(); faq_big5_on.src = imgPath + "faq_big5_on.gif"; var faq_big5_off = new Image(); faq_big5_off.src = imgPath + "faq_big5_off.gif"; var news_big5_on = new Image(); news_big5_on.src = imgPath + "news_big5_on.gif"; var news_big5_off = new Image(); news_big5_off.src = imgPath + "news_big5_off.gif"; var link_big5_on = new Image(); link_big5_on.src = imgPath + "link_big5_on.gif"; var link_big5_off = new Image(); link_big5_off.src = imgPath + "link_big5_off.gif"; var member_big5_on = new Image(); member_big5_on.src = imgPath + "member_big5_on.gif"; var member_big5_off = new Image(); member_big5_off.src = imgPath + "member_big5_off.gif"; var contact_big5_on = new Image(); contact_big5_on.src = imgPath + "contact_big5_on.gif"; var contact_big5_off = new Image(); contact_big5_off.src = imgPath + "contact_big5_off.gif"; function over(imgName) { var str; str = "document."+imgName+".src="+imgName+"_big5_on.src"; eval(str); } function out(imgName) { var str; str = "document."+imgName+".src="+imgName+"_big5_off.src"; eval(str); } function openWin(theURL,w,h) { var nWin; var newWin; newWin = "newWin"; var winl; winl = (screen.width - w) / 2; var wint; wint = (screen.height - h) / 2; var features; features = "width="+w+",height="+h+",top="+wint+",left="+winl+",scrollerbars=0,toolbar=0,resizable=0"; nWin = window.open(theURL,newWin,features); if (parseInt(navigator.appVersion) >= 4) { nWin.window.focus(); } }