// +------------------------------------------------------------+ // | Menu G3(loader/non-frame) Last Modified 01/10/2002 | // | Web Site: http://yx.webprovider.com | // | eMail: m_yangxin@hotmail.com | // +------------------------------------------------------------+ // | Copyright 2001,2002 Xin Yang All Rights Reserved. | // +------------------------------------------------------------+ var isN6=(navigator.userAgent.indexOf("Gecko")!=-1); var isN60=(isN6)?((navigator.userAgent.indexOf("6.0")!=-1)):false; var isNN4x=(document.layers)?true:false; var isNN405=(isNN4x)?(navigator.appVersion.substring(0,4)=="4.05"):false; var isIE=(document.all)?true:false; var isMac=(navigator.userAgent.indexOf("Mac")!=-1); var menuSafe=(isN6 || (isNN4x && !isNN405) || (isIE && !isMac)); function buildMenu() { return; } if(menuSafe) { document.write("<\/scr" + "ipt>"); if (!(typeof(webPath)!="undefined" && webPath!="")) { webPath=""; } var menuScript=webGraphicsPath+((isN6)?"menuG3N6.js":((isNN4x)?"menuG3NN.js":"menuG3IE.js")); document.write("<\/scr" + "ipt>"); if (typeof(contentScript)!="undefined" && contentScript!="") { document.write("<\/scr" + "ipt>"); } if (typeof(styleScript)!="undefined" && styleScript!="") { document.write("<\/scr" + "ipt>"); } if (typeof(instanceScript)!="undefined" && instanceScript!="") { document.write("<\/scr" + "ipt>"); } } else if (isNN405 && NN405Page!="") { setTimeout("window.location.replace('"+NN405Page+"')",0); } else if (nonMenuPage!="") { setTimeout("window.location.replace('"+nonMenuPage+"')",0); }