// PageMac Network Banner
// For use on PageMac Network sites

// Originally Coded By:
//   Alejandro Barreto (Speedy)
//   April 2003

// Modified by:
//   Daniel Smith (AzureIce, SqueakMac)
//   May 2003


var network = new Array(
// ********************** NUMBER OF ELEMENTS **************************
	17
// ********************************************************************
 * 2);
var i = 0;



// **************************ELEMENT DATA******************************
network[i++] = "#";
network[i++] = " - PageMac Network -  ";

network[i++] = "#";
network[i++] = "- - - - - - - - - - - - - - -";

network[i++] = "http://www.pagemac.com";
network[i++] = "PageMac";

network[i++] = "http://root.pagemac.com";
network[i++] = "PageMac [root]";

network[i++] = "http://forums.pagemac.com";
network[i++] = "PageMac Forums";

network[i++] = "http://root.pagemac.com/build_comp/";
network[i++] = "Build Computer";

network[i++] = "#";
network[i++] = " ";

network[i++] = "#";
network[i++] = " - Hosted Sites - ";

network[i++] = "#";
network[i++] = "- - - - - - - - - - - - - - -";

network[i++] = "http://dapngwnman.pagemac.com";
network[i++] = "dapngwnman";

network[i++] = "http://www.kitsunenet.net";
network[i++] = "KitsuneNET";

network[i++] = "http://blackfrog.pagemac.com";
network[i++] = "Black Frog";

network[i++] = "#";
network[i++] = " ";

network[i++] = "#";
network[i++] = " - Affiliates - ";

network[i++] = "#";
network[i++] = "- - - - - - - - - - - - - - -";

network[i++] = "http://www.infiniteray.com";
network[i++] = "InfiniteRay";

network[i++] = "http://www.howtocode.net";
network[i++] = "HowToCode.Net";
// ********************************************************************




if (bar_showFull) document.write(" \
	<style> \
	.selecter { \
		font-size: 9pt; \
		color: " + selector_text + "; \
		background-color: " + selector_bg + "; \
	} \
	</style> \
	<div align = \"center\"> \
	<table bgcolor = \"#000000\" cellspacing = \"1\" cellpadding = \"3\" width = \"90%\"> \
		<tr> \
			<td bgcolor = \"" + color_1 + "\" width = \"150\" align = \"center\"> \
				<font color = \"" + text_1 + "\" face = \"" + text_face + "\"> \
					<strong>PageMac Network</strong> \
				</font> \
			</td> \
			<td bgcolor = \"" + color_2 + "\" align = \"right\"> \
				<font color = \"" + text_2 + "\" face = \"" + text_face + "\"> \
					&nbsp;&nbsp;" + bar_message + "&nbsp;&nbsp; \
				</font> \
");

document.write("<select name = \"network\" class = \"selecter\" onChange = \"window.location = this.value;\">");
document.write("	<option selected value = \"" + network[i = 0] + "\">" + network[++i] + "</option>");
while (i < (network.length - 1))
	document.write("<option value = " + network[++i] + ">" + network[++i] + "</option>");
document.write("</select>");

if (bar_showFull) document.write(" \
			</td> \
		</tr> \
	</table> \
	</div> \
");
