//SECONDARY NAVIGATION SETS FOR PRODUCT OVERVIEW
//Bulleted Items
function bullet(name,url) {
fullurl = "/thirdparty/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 = "/thirdparty/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>') }
}
//Secondary Navigation Sets
function thirdpartyinfo() {
nobullet('Third-Party Products','3rdpartyprods.html');
if (window.location.pathname == "/thirdparty/html/3rdpartyprods.html") {
tpprods();}
if (window.location.pathname == "/thirdparty/html/3rdpartyalllist.cfm") {
tpprods();}
if (window.location.pathname == "/thirdparty/html/3rdpartynfmx.cfm") {
tpprods();}
nobullet('Developer Information','padevinfo.html');
if (window.location.pathname == "/thirdparty/html/padevinfo.html") {
tpdevinfo();}
if (window.location.pathname == "/thirdparty/html/padevtools.html") {
tpdevinfo();}
if (window.location.pathname == "/thirdparty/html/padevlist.cfm") {
tpdevinfo();}
if (window.location.pathname == "/thirdparty/html/padevnewsgroups.html") {
tpdevinfo();}
if (window.location.pathname == "/thirdparty/html/padevfaq.html") {
tpdevinfo();}
if (window.location.pathname == "/thirdparty/html/padevresource.html") {
tpdevinfo();}
//nobullet('Authorized Training Centers','paatc.html');
if (window.location.pathname == "/thirdparty/html/paatc.html") {
tpatcinfo();}
if (window.location.pathname == "/thirdparty/html/paatcbenefits.html") {
tpatcinfo();}
if (window.location.pathname == "/thirdparty/html/pamemreq.html") {
tpatcinfo();}
if (window.location.pathname == "/thirdparty/html/pajoin.html") {
tpatcinfo();}
if (window.location.pathname == "/thirdparty/html/pajoin_success.html") {
tpatcinfo();}
if (window.location.pathname == "/thirdparty/html/pajoin_error.html") {
tpatcinfo();}
if (window.location.pathname == "/thirdparty/html/paatclist.html") {
tpatcinfo();}
if (window.location.pathname == "/thirdparty/html/paatclistwest.cfm") {
tpatcinfo();}
if (window.location.pathname == "/thirdparty/html/paatclistcentral.cfm") {
tpatcinfo();}
if (window.location.pathname == "/thirdparty/html/paatclisteast.cfm") {
tpatcinfo();}
if (window.location.pathname == "/thirdparty/html/paatclistcanada.cfm") {
tpatcinfo();}
}
function ukthirdpartyinfo() {
nobullet('Third-Party Products','uk3rdpartyprods.html');
if (window.location.pathname == "/thirdparty/html/uk3rdpartyprods.html") {
uktpprods();}
if (window.location.pathname == "/thirdparty/html/uk3rdpartyalllist.cfm") {
uktpprods();}
if (window.location.pathname == "/thirdparty/html/uk3rdpartynf5list.cfm") {
uktpprods();}
nobullet('Developer Information','ukpadevinfo.html');
if (window.location.pathname == "/thirdparty/html/ukpadevinfo.html") {
uktpdevinfo();}
if (window.location.pathname == "/thirdparty/html/ukpadevtools.html") {
uktpdevinfo();}
if (window.location.pathname == "/thirdparty/html/ukpadevlist.cfm") {
uktpdevinfo();}
if (window.location.pathname == "/thirdparty/html/ukpadevnewsgroups.html") {
uktpdevinfo();}
if (window.location.pathname == "/thirdparty/html/ukpadevfaq.html") {
uktpdevinfo();}
if (window.location.pathname == "/thirdparty/html/ukpadevresource.html") {
uktpdevinfo();}
nobullet('Authorized Training Centers','ukpaatc.html');
if (window.location.pathname == "/thirdparty/html/ukpaatc.html") {
uktpatcinfo();}
if (window.location.pathname == "/thirdparty/html/ukpaatcbenefits.html") {
uktpatcinfo();}
if (window.location.pathname == "/thirdparty/html/ukpamemreq.html") {
uktpatcinfo();}
if (window.location.pathname == "/thirdparty/html/ukpajoin.html") {
uktpatcinfo();}
if (window.location.pathname == "/thirdparty/html/ukpajoin_success.html") {
uktpatcinfo();}
if (window.location.pathname == "/thirdparty/html/ukpajoin_error.html") {
uktpatcinfo();}
if (window.location.pathname == "/thirdparty/html/ukpaatclist.html") {
uktpatcinfo();}
if (window.location.pathname == "/thirdparty/html/ukpaatclistwest.cfm") {
uktpatcinfo();}
if (window.location.pathname == "/thirdparty/html/ukpaatclistcentral.cfm") {
uktpatcinfo();}
if (window.location.pathname == "/thirdparty/html/ukpaatclisteast.cfm") {
uktpatcinfo();}
if (window.location.pathname == "/thirdparty/html/ukpaatclistcanada.cfm") {
uktpatcinfo();}
}
//Bulleted Sets
function tpprods() {
bullet('All Products','3rdpartyalllist.cfm');
bullet('NetObjects Fusion MX Components','3rdpartynfmx.cfm');
}
function tpdevinfo() {
bullet('Development Tools','padevtools.html');
bullet('Developers Listing','padevlist.cfm');
bullet('Newsgroups','padevnewsgroups.html');
bullet('FAQ','padevfaq.html');
bullet('Developer Resources','padevresource.html');
}
function tpatcinfo() {
bullet('Benefits','paatcbenefits.html');
bullet('Membership Requirements','pamemreq.html');
bullet('Application Form','pajoin.html');
bullet('ATC Listing','paatclist.html');
}
function uktpprods() {
bullet('All Products','uk3rdpartyalllist.cfm');
bullet('NetObjects Fusion 5 Components','uk3rdpartynf5list.cfm');
}
function uktpdevinfo() {
bullet('Development Tools','ukpadevtools.html');
bullet('Developers Listing','ukpadevlist.cfm');
bullet('Newsgroups','ukpadevnewsgroups.html');
bullet('FAQ','ukpadevfaq.html');
bullet('Developer Resources','ukpadevresource.html');
}
function uktpatcinfo() {
bullet('Benefits','ukpaatcbenefits.html');
bullet('Membership Requirements','ukpamemreq.html');
bullet('Application Form','ukpajoin.html');
bullet('ATC Listing','ukpaatclist.html');
}