// SWG_Web.js version 1.00
// (C) 2001, 2002 Quark AudioVisual


<!--  -=-=-=-=-  Global variables for these scripts  -=-=-=-=-  -->


var bar = "";


<!--  -=-=-=-=-  Web forms for new web site  -=-=-=-=-  -->


<!--  -=-=-=-=-  Generate the <meta> tags  -=-=-=-=-  -->


function quark_metas() {
	document.write( '<title>' + doctitle + ' - &copy; ' + doccopyright + y0 + ', ' + docauthor + '</title>' );
	document.write( '<meta name="author" content="' + docauthor + '" />' );
	document.write( '<meta name="description" content="' + doctitle + '" />' );
	document.write( '<meta name="copyright" content="' + doccopyright + y0 + '" />' );
	document.write( '<meta name="generator" content="Bluefish pre0.7" />' );
	document.write( '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">' );
	document.write( '<link rel=stylesheet href="../static/all.css" type="text/css" />' );
	document.write( '<link rel=stylesheet href="../static/layout.css" type="text/css" />' );
}


<!--  -=-=-=-=-  Generate the <meta name="keywords"> tag -=-=-=-=-  -->
<!--  -=-=-=-=-  Depends on the "sectionname" variable  -=-=-=-=-  -->


function quark_metasKeywords(sectionname) {

	var common="SmoothWall, SmoothWall GPL, Quark, firewall, internet, security, privacy, modem, PPP, PPPoE, broadband, USB, ADSL, cable modem, ISDN, Linux, GPL, open source, Telstra, BigPond, Optus, Australia, Windows, web"

	if ( sectionname=="index" ) {
		document.write( '<meta name="keywords" content="' + common + '" />' );
	}
	else if ( sectionname=="SWGNews" ) {
		document.write( '<meta name="keywords" content="' + common + 'news, latest news" />' );
	}
	else if ( sectionname=="quickstart" ) {
		document.write( '<meta name="keywords" content="' + common + '3COM, 3C509B, IRQ, quickstart, quick start, help, faq, guide" />' );
	}
	else if ( sectionname=="3C509B" ) {
		document.write( '<meta name="keywords" content="' + common + '3COM, 3C509B, NIC, 3C5x9cfg, IRQ" />' );
	}
	else if ( sectionname=="WinHTTP" ) {
		document.write( '<meta name="keywords" content="' + common + 'HTTP install" />' );
	}
	else if ( sectionname=="Connexion" ) {
		document.write( '<meta name="keywords" content="' + common + 'connection" />' );
	}
	else if ( sectionname=="SWGAppCfg" ) {
		document.write( '<meta name="keywords" content="' + common + 'MSN, Windows Messenger, ICQ, BuddyPhone, mIRC, H.323, NetMeeting, GnomeMeeting, Open Phone" />' );
	}
	else if ( sectionname=="SWGBlockOut" ) {
		document.write( '<meta name="keywords" content="' + common + 'squidGuard, squid, hosts /etc/hosts" />' );
	}
	else if ( sectionname=="SWGSettings" ) {
		document.write( '<meta name="keywords" content="' + common + 'hosts, /etc/hosts, NetBIOS, " />' );
	}
	else if ( sectionname=="SWGServices" ) {
		document.write( '<meta name="keywords" content="' + common + 'dnrd" />' );
	}
	else if ( sectionname=="SWGvpn" ) {
		document.write( '<meta name="keywords" content="' + common + 'VPN, ipsec, pptp, FreeS/WAN" />' );
	}
	else if ( sectionname=="privacy" ) {
		document.write( '<meta name="keywords" content="' + common + 'x10, x10.com, doubleclick, doubleclick.net, VX2, VX2.cc cookie, opt-out" />' );
	}
	else if ( sectionname=="foo" ) {
		document.write( '<meta name="keywords" content="' + common + 'xxx" />' );
	}
	else {
	alert( "quark_metasKeywords()" );
	}
}


<!--  -=-=-=-=-  Generate the contents of the Title div -=-=-=-=-  -->


function quark_writeTitle() {
	document.write( '<h1>' + doctitle + '</h1>' );
	document.write( '<p>' + docsubtitle + '</p>' );
}



<!--  -=-=-=-=-  Generate the contents of the Navigation div -=-=-=-=-  -->
<!--  -=-=-=-=-  Depends on the "sectionname" variable  -=-=-=-=-  -->


function quark_formPrintTop() {
	document.write( '<div align="center"><a href="' + urlprev + '">&lt; Back</a> &nbsp;::&nbsp;Choose a section below&nbsp;::&nbsp; <a href="' + urlnext + '">Next &gt;</a></div>' );
}


function quark_form(sectionname) {    // This is what is called in the Navigation div

	quark_formPrintTop();

	if ( sectionname=="index" || sectionname=="SWGNews" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="SWGNews.php">SmoothWall GPL News<option value="QuickStart_1.1.php">QuickStart Guide<option value="3C509B_1.1.php">3C509B Configuration Guide<option value="Connexion_1.1.php">Connection Options and Configuration<option value="WinHTTP_1.1.php">Windows-Based SmoothWall GPL HTTP Installation Guide<option value="SWG_AppCfg_1.1.php">Configuring Applications to Work With SmoothWall GPL<option value="SWG_BlockOut_1.1.php">Blocking Outbound Access<option value="SWG_Settings_1.1.php">Modifying Some Default Settings<option value="SWG_Services_1.1.php">Services Running On SmoothWall GPL<option value="SWG_vpn_1.1.php">Configuring a VPN<option value="Privacy_1.1.php">Internet Privacy</select></form></div>' );
	}
	else if ( sectionname=="quickstart" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="QuickStart_1.1.php">QuickStart - Overview<option value="QuickStart_1.2.php">QuickStart - Pre-Installation<option value="QuickStart_1.3.php">QuickStart - Installation<option value="QuickStart_1.4.php">QuickStart - Post-Installation<option value="QuickStart_1.5.php">QuickStart - Patching SmoothWall<option value="QuickStart_1.6.php">QuickStart - Referral Error Messages</select></form></div>' );
	}
	else if ( sectionname=="3C509B" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="3C509B_1.1.php">Section 1 - The 3Com 3C509B NIC Family<option value="3C509B_1.1.php">1.1 - Overview<option value="3C509B_1.2.php">1.2 - 3Com&rsquo;s Website<option value="3C509B_1.3.php">1.3 - Driver Downloads<option value="3C509B_1.4.php">1.4 - Making the Disk(s)<option value="#"><option value="3C509B_2.1.php">Section 2 - Configuring the 3C509B NIC<option value="3C509B_2.1.php">2.1 - Disabling PnP Mode<option value="3C509B_2.2.php">2.2 - Selecting the I/O Address and IRQ Address<option value="3C509B_2.3.php">2.3 - Setting the I/O Address and IRQ Address<option value="3C509B_2.4.php">2.4 - Conclusion</select></form></div>' );
	}
	else if ( sectionname=="WinHTTP" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="WinHTTP_1.1.php">Section 1 - HTTP-based Installation<option value="WinHTTP_1.1.php">1.1 - Cool - Install from the SmoothWall website?<option value="WinHTTP_1.2.php">1.2 - We have no Win NT/2000 Server - how can we run a web server?<option value="WinHTTP_1.3.php">1.3 -Why not just burn a CD-ROM?<option value="#"><option value="WinHTTP_2.1.php">Section 2 - Getting Down To It<option value="WinHTTP_2.1.php">2.1 - What Do I Need To Download?<option value="WinHTTP_2.2.php">2.2 - Installing WinImage and SimpleServer:www<option value="WinHTTP_2.3.php">2.3 - Extracting The Files From The SmoothWall GPL ISO<option value="WinHTTP_2.4.php">2.4 - Creating the SmoothWall GPL Boot Diskettes<option value="WinHTTP_2.5.php">2.5 - Cranking Up The Web Server<option value="WinHTTP_2.6.php">2.6 - The Actual HTTP Install<option value="WinHTTP_2.7.php">2.7 - Conclusion</select></form></div>' );
	}
	else if ( sectionname=="Connexion" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="Connexion_1.1.php">Section 1 - Connection Types<option value="Connexion_1.1.php">1.1 - Overview<option value="Connexion_1.2.php">1.2 - ADSL/xDSL<option value="Connexion_1.2billion.php">1.2billion - ADSL - Billion BIPAC-711CE ADSL Modem<option value="Connexion_1.3.php">1.3 - Cable<option value="Connexion_1.4.php">1.4 - DialUp Modem<option value="Connexion_1.5.php">1.5 - Ethernet<option value="Connexion_1.6.php">1.6 - ISDN<option value="Connexion_1.7.php">1.7 - Satellite<option value="#"><option value="Connexion_2.1.php">Section 2 - General Connection Mods<option value="Connexion_2.1.php">2.1 - koops&rsquo; Traffic Graph Mod</select></form></div>' );
	}
	else if ( sectionname=="SWGAppCfg" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="SWG_AppCfg_1.1.php">Section 1 - Buddy-style Applications<option value="SWG_AppCfg_1.1.php">1.1 - Microsoft Messenger and Windows Messenger<option value="SWG_AppCfg_1.2.php">1.2 - Mirabilis ICQ<option value="SWG_AppCfg_1.3.php">1.3 - Mirabilis ICQ 2001b and 2002a<option value="#"><option value="SWG_AppCfg_2.1.php">Section 2 - IRC Applications<option value="SWG_AppCfg_2.1.php">2.1 - mIRC<option value="#"><option value="SWG_AppCfg_3.1.php">Section 3 - Video Conferencing Applications<option value="SWG_AppCfg_3.1.php">3.1 - BuddyPhone<option value="SWG_AppCfg_3.2.php">3.2 - GnomeMeeting, Open Phone and NetMeeting<option value="SWG_AppCfg_3.3.php">3.3 - The H.323 Masquerading Module<option value="SWG_AppCfg_3.4.php">3.4 - DirectPlay and MSN Game Zone<option value="#"><option value="SWG_AppCfg_4.1.php">Section 4 - Remote Control Applications<option value="SWG_AppCfg_4.1.php">4.1 - VNC<option value="SWG_AppCfg_4.2.php">4.2 - Remote Administrator<option value="SWG_AppCfg_4.3.php">4.3 - pcAnywhere</select></form></div>' );
	}
	else if ( sectionname=="SWGBlockOut" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="SWG_BlockOut_1.1.php">Section 1 - Blocking Entire Domains or SubDomains<option value="SWG_BlockOut_1.1.php">1.1 - Using the hosts file to block domains<option value="SWG_BlockOut_1.2.php">1.2 - Using SquidGuard to block sites<option value="#"><option value="SWG_BlockOut_2.1.php">Section 2 - Blocking Services and Particular Users<option value="SWG_BlockOut_2.1.php">2.1 - Blocking Various Services<option value="SWG_BlockOut_2.2.php">2.2 - Blocking Internal Users</select></form></div>' );
	}
	else if ( sectionname=="SWGSettings" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="SWG_Settings_1.1.php">Section 1 - Modifying the Default Firewall Rules<option value="SWG_Settings_1.1.php">1.1 - Blocking Inbound IGMP<option value="SWG_Settings_1.2.php">1.2 - Blocking Outbound NetBIOS<option value="SWG_Settings_1.3.php">1.3 - Blocking Reserved & Special Addresses<option value="#"><option value="SWG_Settings_2.1.php">Section 2 - Modifying Some Default Settings<option value="SWG_Settings_2.1.php">2.1 - Setting the Time on SmoothWall GPL<option value="SWG_Settings_2.2.php">2.2 - Regularly Setting the Time on SmoothWall GPL<option value="SWG_Settings_2.3.php">2.3 - Modifying the Alerts From Snort<option value="SWG_Settings_2.4.php">2.4 - Modifying the /etc/hosts File<option value="SWG_Settings_2.5.php">2.5 - Adding Local Computers to the /etc/hosts File<option value="SWG_Settings_2.6.php">2.6 - Modifying the Ctrl-Alt-Del Shutdown Procedure<option value="SWG_Settings_2.7.php">2.7 - IPAC - Accounting for Individual Internal IPs<option value="SWG_Settings_2.8.php">2.8 - Adding Dynamic DNS Service Providers<option value="SWG_Settings_2.9.php">2.9 - Correcting the Fixes5 snort IDS Bug</select></form></div>' );
	}
	else if ( sectionname=="SWGServices" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="SWG_Services_1.1.php">Section 1 - Services Running On SmoothWall GPL<option value="SWG_Services_1.1.php">1.1 - What external services does SmoothWall GPL provide?<option value="SWG_Services_1.2.php">1.2 - What external services can I run on SmoothWall GPL?<option value="SWG_Services_1.3.php">1.3 - Why does SmoothWall GPL have a DHCP Server - is this essential?<option value="SWG_Services_1.4.php">1.4 - Why does SmoothWall GPL have a Web Server - isn&rsquo;t this a risk?<option value="#"><option value="SWG_Services_2.1.php">Section 2 - Server Configuration<option value="SWG_Services_2.1.php">2.1 -Where do I set up servers inside (behind) SmoothWall GPL?<option value="SWG_Services_2.2.php">2.2 - Important Port-Forwarding Information<option value="SWG_Services_2.3.php">2.3 - Configuring an ident server<option value="SWG_Services_2.4.php">2.4 - Configuring a web server<option value="SWG_Services_2.5.php">2.5 - Configuring an ftp server - Active ftp<option value="SWG_Services_2.6.php">2.6 - Configuring an ftp server - Passive ftp</select></form></div>' );
	}
	else if ( sectionname=="SWGvpn" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="SWG_vpn_1.1.php">Section 1 - General Information About VPNs<option value="SWG_vpn_1.1.php">1.1 - What Is A VPN?<option value="SWG_vpn_1.2.php">1.2 - Why Would I Want A VPN?<option value="SWG_vpn_1.3.php">1.3 - Business VPNs<option value="SWG_vpn_1.4.php">1.4 - Configuration Requirements<option value="SWG_vpn_1.5.php">1.5 - Browsing Across A VPN<option value="#"><option value="SWG_vpn_2.1.php">Section 2 - Configuring a VPN On SmoothWall GPL<option value="SWG_vpn_2.1.php">2.1 - SW <--> SW (Static IPs)<option value="SWG_vpn_2.2.php">2.2 - SW <--> SW (Dynamic IPs)<option value="SWG_vpn_3.1.php">3.1 - Internal PPTP Server<option value="SWG_vpn_3.2.php">3.2 - Internal IPSEC Server</select></form></div>' );
	}
	else if ( sectionname=="privacy" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="Privacy_1.1.php">Section 1 - General Comments On Privacy<option value="#"><option value="Privacy_2.1.php">Section 2 - Opt-Out from Cookies<option value="Privacy_2.1.php">2.1 - DoubleClick.net<option value="Privacy_2.2.php">2.2 - X10.com<option value="Privacy_2.3.php">2.3 - VX2.cc<option value="Privacy_2.4.php">2.4 - YahooGroups<option value="Privacy_2.5.php">2.5 - Hotmail<option value="Privacy_2.5.php">2.6 - MSN/Windows Messenger</select></form></div>' );
	}
	else if ( sectionname=="foo" ) {
		document.write( '<div align="center"><form><select name="url" size="1" OnChange="location.href=form.url.options[form.url.selectedIndex].value" style="font-family:Arial, Helvetica, sans-serif;" style="font-family:Arial; font-size:10"><option value="#">Select<option value="foo_1.1.php">Section 1 - Foo<option value="foo_1.1.php">1.1 - Foo</select></form></div>' );
	}
	else {
	alert( "quark_form()" );
	}
}


<!--  -=-=-=-=-  Generate the contents of the LHS div -=-=-=-=-  -->
<!--  -=-=-=-=-  Depends on the "sectionname" variable  -=-=-=-=-  -->


function quark_navAlpha(sectionname) {

		document.write( '<h2>Internal Links</h2><br />' );
		document.write( '<p><a href="../index.php" title="Back to the main Quark AudioVisual page">Quark Home</a></p><p><a href="index.php" title="Back to the SmoothWall GPL Information Index">SmoothWall GPL 1.0 (and 0.9.9 SE) Information</a></p><hr /><br />' );

	if ( sectionname=="index" || sectionname=="SWGNews") {
		document.write( '<p><a href="SWGNews.php" title="SmoothWall GPL News">Latest Information, Updates and News</a></p><p><a href="QuickStart_1.1.php" title="SmoothWall GPL QuickStart Guide">QuickStart Guide</a></p><p><a href="3C509B_1.1.php" title="3C509B Configuration Guide">3COM 3C509B Configuration Guide</a></p><p><a href="Connexion_1.1.php" title="Connection Options and Configuration">Connection Options and Configuration</a></p><p><a href="WinHTTP_1.1.php" title="HTTP Installation of SmoothWall GPL">Windows-Based SmoothWall GPL HTTP Installation Guide</a></p><p><a href="SWG_AppCfg_1.1.php" title="Configuring Applications to work with SmoothWall GPL">Configuring Applications to work with SmoothWall GPL</a></p><p><a href="SWG_BlockOut_1.1.php" title="Blocking Outbound Access">Blocking Outbound Access</a></p><p><a href="SWG_Settings_1.1.php" title="Modifying Some Default Settings">Modifying Some Default Settings</a></p><p><a href="SWG_Services_1.1.php" title="Services Running On SmoothWall GPL">Services Running On SmoothWall GPL</a></p><p><a href="SWG_vpn_1.1.php"  title="VPN Walk-thru">SmoothWall GPL VPN Configuration</a></p><p><a href="Privacy_1.1.php" title="Privacy, or lack of it, on the Internet">Internet Privacy</a></p>' );
	}
	else if ( sectionname=="quickstart" ) {
		document.write( '<p><a href="SWGNews.php" title="SmoothWall GPL News">Latest Information, Updates and News</a></p><p><a href="3C509B_1.1.php" title="3C509B Configuration Guide">3COM 3C509B Configuration Guide</a></p><p><a href="WinHTTP_1.1.php" title="HTTP Installation of SmoothWall GPL">Windows-Based SmoothWall GPL HTTP Installation Guide</a></p>' );
	}
	else if ( sectionname=="3C509B" ) {
		document.write( '<p><a href="SWGNews.php" title="SmoothWall GPL News">Latest Information, Updates and News</a></p><p><a href="QuickStart_1.1.php" title="SmoothWall GPL QuickStart Guide">QuickStart Guide</a></p><p><a href="WinHTTP_1.1.php" title="HTTP Installation of SmoothWall GPL">Windows-Based SmoothWall GPL HTTP Installation Guide</a></p>' );
	}
	else if ( sectionname=="WinHTTP" ) {
		document.write( '<p><a href="SWGNews.php" title="SmoothWall GPL News">Latest Information, Updates and News</a></p><p><a href="QuickStart_1.1.php" title="SmoothWall GPL QuickStart Guide">QuickStart Guide</a></p><p><a href="3C509B_1.1.php" title="3C509B Configuration Guide">3COM 3C509B Configuration Guide</a></p>' );
	}
	else if ( sectionname=="Connexion" ) {
		document.write( '<p><a href="SWGNews.php" title="SmoothWall GPL News">Latest Information, Updates and News</a></p><p><a href="3C509B_1.1.php" title="3C509B Configuration Guide">3COM 3C509B Configuration Guide</a></p><p><a href="WinHTTP_1.1.php" title="HTTP Installation of SmoothWall GPL">Windows-Based SmoothWall GPL HTTP Installation Guide</a></p><p><a href="SWG_Settings_1.1.php" title="Modifying Some Default Settings">Modifying Some Default Settings</a></p>' );
	}
	else if ( sectionname=="SWGAppCfg" ) {
		document.write( '<p><a href="SWGNews.php" title="SmoothWall GPL News">Latest Information, Updates and News</a></p><p><a href="SWG_BlockOut_1.1.php" title="Blocking Outbound Access">Blocking Outbound Access</a></p><p><a href="SWG_Settings_1.1.php" title="Modifying Some Default Settings">Modifying Some Default Settings</a></p><p><a href="SWG_Services_1.1.php" title="Services Running On SmoothWall GPL">Services Running On SmoothWall GPL</a></p>' );
	}
	else if ( sectionname=="SWGBlockOut" ) {
		document.write( '<p><a href="SWGNews.php" title="SmoothWall GPL News">Latest Information, Updates and News</a></p><p><a href="SWG_AppCfg_1.1.php" title="Configuring Applications to work with SmoothWall GPL">Configuring Applications to work with SmoothWall GPL</a></p><p><a href="SWG_Settings_1.1.php" title="Modifying Some Default Settings">Modifying Some Default Settings</a></p><p><a href="SWG_Services_1.1.php" title="Services Running On SmoothWall GPL">Services Running On SmoothWall GPL</a></p>' );
	}
	else if ( sectionname=="SWGSettings" ) {
		document.write( '<p><a href="SWGNews.php" title="SmoothWall GPL News">Latest Information, Updates and News</a></p><p><a href="SWG_AppCfg_1.1.php" title="Configuring Applications to work with SmoothWall GPL">Configuring Applications to work with SmoothWall GPL</a></p><p><a href="SWG_BlockOut_1.1.php" title="Blocking Outbound Access">Blocking Outbound Access</a></p><p><a href="SWG_Services_1.1.php" title="Services Running On SmoothWall GPL">Services Running On SmoothWall GPL</a></p>' );
	}
	else if ( sectionname=="SWGServices" ) {
		document.write( '<p><a href="SWGNews.php" title="SmoothWall GPL News">Latest Information, Updates and News</a></p><p><a href="SWG_AppCfg_1.1.php" title="Configuring Applications to Work With SmoothWall GPL">Configuring Applications to Work With SmoothWall GPL</a></p><p><a href="SWG_BlockOut_1.1.php" title="Blocking Outbound Access">Blocking Outbound Access</a></p><p><a href="SWG_Settings_1.1.php" title="Modifying Some Default Settings">Modifying Some Default Settings</a></p>' );
	}
	else if ( sectionname=="SWGvpn" ) {
		document.write( '<p><a href="SWGNews.php" title="SmoothWall GPL News">Latest Information, Updates and News</a></p><p><a href="Privacy_1.1.php" title="">Internet Privacy</a></p>' );
	}
	else if ( sectionname=="privacy" ) {
		document.write( '<p><a href="SWGNews.php" title="SmoothWall GPL News">Latest Information, Updates and News</a></p><p><a href="SWG_vpn_1.1.php" title="">Configure a VPN</a></p>' );
	}
	else if ( sectionname=="foo" ) {
		document.write( '<p><a href="" title=""></a></p>' );
	}
	else {
	alert( "quark_navAlpha()" );
	}
}


<!--  -=-=-=-=-  Generate the contents of the RHS div -=-=-=-=-  -->
<!--  -=-=-=-=-  Depends on the "sectionname" variable  -=-=-=-=-  -->


function quark_navBeta(sectionname) {

		document.write( '<h2>External Links</h2><br />' );
		document.write( '<h3>Official Documentation</h3><br />' );
		document.write( '<p><a href="http://www.smoothwall.co.uk/" title="SmoothWall Commercial Website" target="_blank">SmoothWall Limited</a></p><p><a href="http://www.smoothwall.org/" title="SmoothWall GPL Website" target="_blank">SmoothWall GPL</a></p><p><a href="http://www.smoothwall.org/download/pdf/docs/0.9.9/doc.userguide.screen.pdf" title="User Installation Guide" target="_blank">User Installation Guide</a></p><p><a href="http://www.smoothwall.org/download/pdf/docs/0.9.9/doc.config.screen.pdf" title="Post-Installation Configuration Guide" target="_blank">Post-Installation Configuration Guide</a></p><p><a href="http://www.smoothwall.org/download/pdf/docs/0.9.9/doc.networkguide.pdf" title="SmoothWall Basic TCP/IP Networking Guide" target="_blank">SmoothWall Basic TCP/IP Networking Guide</a></p><p><a href="http://www.smoothwall.org/download/pdf/docs/0.9.9/doc.faq.pdf" title="SmoothWall GPL FAQ" target="_blank">SmoothWall GPL FAQ</a></p><hr /><br />' );

	if ( sectionname=="index" ) {
		document.write( '<h3>Unofficial Documentation</h3><br />' );
		document.write( '<p><a href="http://www.users.bigpond.net.au/lwells/smoothwall/0.9.9/final/adsl/index.html" title="BigPong ADSL Installation Information" target="_blank">Lucien Wells&rsquo; Tel$tra BigPong Broadbland ADSL Install Guide</a></p><p><a href="http://www.users.bigpond.net.au/lwells/smoothwall/0.9.9/final/bpalogin/index.html" title="BigPong Cable Installation Information" target="_blank">Lucien Wells&rsquo; Tel$tra BigPong Broadbland Cable Install Guide</a></p><p><a href="http://martybugs.net/smoothwall/" title="SmoothWall GPL Info" target="_blank">mpot&rsquo;s SmoothWall GPL Info</a></p><p><a href="http://koops.go.dyndns.org/" title="SmoothWall Traffic Graph Mod" target="_blank">koops&rsquo; SmoothWall GPL Traffic Graph Mod</a></p>' );
	}
	else if ( sectionname=="SWGNews" ) {
		document.write( '<p><a href="" title="" target="_blank"></a></p>' );
	}
	else if ( sectionname=="quickstart" ) {
		document.write( '<p><a href="http://www.3com.com/" title="The Home of 3Com" target="_blank">3Com Website</a></p><p><a href="http://www.intel.com/" title="The Home of Intel" target="_blank">Intel Website</a></p>' );
	}
	else if ( sectionname=="3C509B" ) {
		document.write( '<p><a href="http://www.3com.com/" title="The Home of 3Com" target="_blank">3Com Website</a></p>' );
	}
	else if ( sectionname=="WinHTTP" ) {
		document.write( '<p><a href="http://www.analogx.com/contents/download/network/sswww.htm" title="AnalogX Website" target="_blank">AnalogX</a></p><p><a href="http://www.winimage.com" title="WinImage - disk duplicator" target="_blank">WinImage</a></p><p><a href="http://www.smoothwall.org/gpl/get/" title="SmoothWall GPL ISO Image" target="_blank">SmoothWall GPL download</a></p>' );
	}
	else if ( sectionname=="Connexion" ) {
		document.write( '<p><a href="http://www.adsl.com/" title="ADSL Forum" target="_blank">ADSL Forum</a></p><p><a href="http://www.adslguide.org.uk/" title="The UK&rsquo;s largest independent ADSL review site" target="_blank">adslguide.org.uk</a></p><p><a href="http://www.cablemodeminfo.com/" title="The source for Cable Modem/xDSL links and information" target="_blank">CableModemInfo.com</a></p><p><a href="http://www.cable-modems.org/" title="Your cable modem reference" target="_blank">Cable-Modems.org</a></p><p><a href="http://www.ausforum.com/" title="The Australian Technology Forum" target="_blank">Ausforum.com</a></p><p><a href="http://www.v92.com/" title="V92 Home Page" target="_blank">V.92 Modem Information</a></p><p><a href="http://www.ralphb.net/ISDN/" title="ISDN Tutorial" target="_blank">ISDN Tutorial</a></p><p><a href="http://www.whirlpool.net.au/" title="Broadband Internet News Australia" target="_blank">Whirlpool</a></p>' );
	}
	else if ( sectionname=="SWGAppCfg" ) {
		document.write( '<p><a href="http://messenger.microsoft.com/" title=".NET Messenger Service" target="_blank">Microsoft Windows Messenger</a></p><p><a href="http://www.icq.com/" title="Mirabilis ICQ" target="_blank">Mirabilis ICQ</a></p><p><a href="http://www.mirc.com/" title="mIRC" target="_blank">mIRC Homepage</a></p><p><a href="http://www.buddyphone.com/" title="BuddyPhone" target="_blank">BuddyPhone</a></p><p><a href="http://www.gnomemeeting.org/" title="GnomeMeeting" target="_blank">GnomeMeeting</a></p><p><a href="http://www3.openh323.org/code.html" title="OpenH323.org Download Site" target="_blank">Oh Phone and Open Phone</a></p><p><a href="http://www.microsoft.com/windows/netmeeting/download/" title="NetMeeting" target="_blank">Microsoft NetMeeting</a></p><p><a href="http://www.uk.research.att.com/vnc/index.html" title="VNC" target="_blank">VNC</a></p><p><a href="http://www.radmin.com/" title="RAdmin" target="_blank">Remote Administrator</a></p>' );
	}
	else if ( sectionname=="SWGBlockOut" ) {
		document.write( '<p><a href="http://www.aim.com/" title="AOL Instant Messenger" target="_blank">AOL Instant Messenger</a></p><p><a href="http://www.icq.com/" title="Mirabilis ICQ" target="_blank">Mirabilis ICQ</a></p><p><a href="http://messenger.microsoft.com/" title=".NET Messenger Service" target="_blank">Microsoft Windows Messenger</a></p><p><a href="http://messenger.yahoo.com/" title="Yahoo Messenger" target="_blank">Yahoo Messenger</a></p><p><a href="http://www.gnutella.com/" title="gnutella.com" target="_blank">gnutella.com</a></p><p><a href="http://www.limewire.com" title="LimeWire" target="_blank">LimeWire</a></p>' );
	}
	else if ( sectionname=="SWGSettings" ) {
		document.write( '<p><a href="http://www.webopedia.com/TERM/I/IGMP.html" title="IGMP Definition" target="_blank">IGMP Outline</a></p><p><a href="http://www.webopedia.com/TERM/N/NetBIOS.html" title="NetBIOS Definition" target="_blank">NetBIOS Overview</a></p><p><a href="http://www.faqs.org/rfcs/rfc1918.html" title="Reserved Addresses" target="_blank">Address Allocation for Private Internets</a></p><p><a href="http://www.eecis.udel.edu/~mills/ntp/servers.html" title="Public NTP Time Servers" target="_blank">Public NTP Time Servers</a></p><p><a href="http://www.snort.org/" title="SNORT Intrusion Detection System" target="_blank">SNORT Intrusion Detection System</a></p><p><a href="http://www.daneben.de/ipac.html">Linux IP accounting page</a></p>' );
	}
	else if ( sectionname=="SWGServices" ) {
		document.write( '<p><a href="http://www.isc.org/products/DHCP/" title="dhcpd DHCP Server" target="_blank">ISC dhcpd</a></p><p><a href="http://www.apache.org" title="Apache Web Server" target="_blank">Apache Software Foundation</a></p><p><a href="http://freshmeat.net/projects/dnrd/" title="dnrd DNS Cache" target="_blank">dnrd DNS Cache</a></p><p><a href="http://www.squid-cache.org" title="squid Web Proxy Cache" target="_blank">squid Web Proxy Cache</a></p>' );
	}
	else if ( sectionname=="SWGvpn" ) {
		document.write( '<p><a href="http://www.freeswan.org/" title="FreeS/WAN Documentation" target="_blank">FreeS/WAN VPN Info</a></p><p><a href="http://vpn.ebootis.de/" title="FreeS/WAN <--> Win 2000" target="_blank">eBootis VPN Info</a></p><p><a href="http://www.intranetjournal.com/foundation/tunneling.shtml" title="Comparing IPSec and PPTP for Extranet Security" target="_blank">Intranet Journal - Comparing IPSEC and PPTP</a></p>' );
	}
	else if ( sectionname=="privacy" ) {
		document.write( '<p><a href="http://www.eff.org" title="Electronic Frontier Foundation" target="_blank">Electronic Frontier Foundation</a></p><p><a href="http://www.efa.org.au" title="Electronic Frontier Foundation" target="_blank">Electronic Frontiers Australia Inc</a></p><p><a href="http://www.epic.org/" title="Electronic Privacy Information Centre" target="_blank">epic.org</a></p><p><a href="http://www.privacyinternational.org" title="Privacy International" target="_blank">Privacy International </a></p><p><a href="http://www.privacy.org" title="the site for news, information and action" target="_blank">privacy.org </a></p><p><a href="http://www.vortex.com/privacy.html" title="The Privacy Forum" target="_blank">The Privacy Forum</a></p>' );
	}
	else if ( sectionname=="foo" ) {
		document.write( '<p><a href="" title="" target=""></a></p>' );
	}
	else {
	alert( "quark_navBeta()" );
	}

	document.write( '<br /><hr /><br /><h3>m0n0wall</h3><br />' );
	document.write( '<p><a href="http://www.m0n0.ch/wall/" title="m0n0wall website" target="_blank">a really nice, small, secure firewall</a></p><p><a href="http://m0n0.ch/wall/docbook/" title="m0n0wall documentation" target="_blank">m0n0wall documentation</a></p>' );
}
