//Bulleted Items
function bullet(name,url) {
fullurl = "/support/html/" + url;
if (window.location.pathname != fullurl) {
	document.write('<TR><TD WIDTH=6 valign=top><IMG id="Picture45" HEIGHT=12 WIDTH=6 SRC="bullet_gray_lg.gif"  VSPACE=0 HSPACE=0 ALIGN=TOP BORDER=0 ></TD><TD width=128 valign=top><a href="'+url+'"><FONT COLOR="#333333" SIZE="-2" FACE="Verdana,Tahoma,Arial,Helvetica">'+name+'</FONT></A></TD></TR>')
	} else { document.write('<TR><TD WIDTH=6 valign=top><IMG id="Picture45" HEIGHT=12 WIDTH=6 SRC="bullet_gray_lg.gif"  VSPACE=0 HSPACE=0 ALIGN=TOP BORDER=0 ></TD><TD width=128 valign=top><FONT COLOR="#FFFFFF" SIZE="-2" FACE="Verdana,Tahoma,Arial,Helvetica">'+name+'</FONT></TD></TR>') }
}
//Non-Bulleted Items
function nobullet(name,url) {
fullurl = "/support/html/" + url;
if (window.location.pathname != fullurl) {
	document.write('<TR><TD COLSPAN=2><B><a href="'+url+'"><FONT COLOR="#333333" SIZE="-2" FACE="Verdana,Tahoma,Arial,Helvetica">'+name+'</FONT></A></TD></TR>')
	} else {document.write('<TR><TD COLSPAN=2><B><FONT COLOR="#FFFFFF" SIZE="-2" FACE="Verdana,Tahoma,Arial,Helvetica">'+name+'</FONT></TD></TR>')}
	}
//NETOBJECTS NEWSGROUPS
function newsgroups() {
nobullet('David Alexander','team_dalexander.html');
nobullet('Julian Haley','team_jhaley.html');
nobullet('Max Kington','team_mkington.html');
nobullet('Dallas Lewis','team_dlewis.html');
nobullet('David Lewis','team_davidl.html');
nobullet('David McGroty','team_dmcgroty.html');
nobullet('Simon Lister','team_slister.html');
nobullet('Jay Sudowski','team_jsudowski.html');
nobullet('Prakash Thadani','team_pthadani.html');
}
//NAS 2K
function nas2kdocs() {
nobullet('Known Issues','nas2kbugs.html');
if (window.location.pathname == "/support/html/nas2kbugs.html") {
nas2kknown();}
if (window.location.pathname == "/support/html/nas2kbugs_az.html") {
nas2kknown();}
nobullet('Technical FAQ','nas2kfaq.html');
if (window.location.pathname == "/support/html/nas2kfaq.html") {
nas2ktf();}
if (window.location.pathname == "/support/html/nas2kfaq_ai.html") {
nas2ktf();}
if (window.location.pathname == "/support/html/nas2kfaq_jp.html") {
nas2ktf();}
if (window.location.pathname == "/support/html/nas2kfaq_sz.html") {
nas2ktf();}
}
//NETOBJECTS FUSION 5.0
function nf5docs() {
nobullet('Known Issues','nf501knownissues.html');
if (window.location.pathname == "/support/html/nf501knownissues.html") {
nf5known();}
if (window.location.pathname == "/support/html/nf5knownissues_az.html") {
nf5known();}
nobullet('Fixed Bugs','nf502fixbugs.html');
}
//NETOBJECTS FUSION 4.0
function nf4docs() {
nobullet('Known Issues','nf4knownissues.html');
if (window.location.pathname == "/support/html/nf4knownissues.html") {
nf4known();}
if (window.location.pathname == "/support/html/nf4knownissues_az.html") {
nf4known();}
nobullet('Fixed Bugs','nf401fixed.html');
nobullet('Technical FAQ','nf4faq.html');
if (window.location.pathname == "/support/html/nf4faq.html") {
nf4tf();}
if (window.location.pathname == "/support/html/nf4faq_ag.html") {
nf4tf();}
if (window.location.pathname == "/support/html/nf4faq_hm.html") {
nf4tf();}
if (window.location.pathname == "/support/html/nf4faq_nz.html") {
nf4tf();}
}
//NETOBJECTS FUSION 3.0
function nf3docs() {
nobullet('Known Issues for Version 3.0.1 for Windows','nf3wknownissues.html');
nobullet('Known Issues for Macintosh','nf3mknownissues.html');
nobullet('Technical FAQ for Windows','nf3wfaq.html');
if (window.location.pathname == "/support/html/nf3wfaq.html") {
nf3tfw();}
if (window.location.pathname == "/support/html/nf3wfaq_ag.html") {
nf3tfw();}
if (window.location.pathname == "/support/html/nf3wfaq_hm.html") {
nf3tfw();}
if (window.location.pathname == "/support/html/nf3wfaq_nz.html") {
nf3tfw();}
nobullet('Technical FAQ for Macintosh','nf3mfaq.html');
if (window.location.pathname == "/support/html/nf3mfaq.html") {
nf3tfm();}
if (window.location.pathname == "/support/html/nf3mfaq_ag.html") {
nf3tfm();}
if (window.location.pathname == "/support/html/nf3mfaq_hm.html") {
nf3tfm();}
if (window.location.pathname == "/support/html/nf3mfaq_nz.html") {
nf3tfm();}
}
//NETOBJECTS FUSION 2.0
function nf2docs() {
nobullet('Known Issues With Version 2.0.2','nf202knownissues.html');
nobullet('Technical FAQ for Windows','nf2wfaq.html');
nobullet('Technical FAQ for Macintosh','nf2mfaq.html');
}
//Bulleted Sets
function nas2ktf() {
bullet('Generak and A-I','nas2kfaq_ai.html');
bullet('J-P','nas2kfaq_jp.html');
bullet('S-W','nas2kfaq_sz.html');
}
function nas2kknown() {
bullet('A-Z','nas2kbugs_az.html');
}
function nf5known() {
bullet('A-Z','nf5knownissues_az.html');
}
function nf4known() {
bullet('A-Z','nf4knownissues_az.html');
}
function nf4tf() {
bullet('A-G','nf4faq_ag.html');
bullet('H-M','nf4faq_hm.html');
bullet('N-Z','nf4faq_nz.html');
}
function nf3tfw() {
bullet('A-G','nf3wfaq_ag.html');
bullet('H-M','nf3wfaq_hm.html');
bullet('N-Z','nf3wfaq_nz.html');
}
function nf3tfm() {
bullet('A-G','nf3mfaq_ag.html');
bullet('H-M','nf3mfaq_hm.html');
bullet('N-Z','nf3mfaq_nz.html');
}