// Index_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="JAMD, JAMD-Linux, Linux, SmoothWall, SmoothWall GPL, SmoothWall CorporateServer, SmoothWall Corporate, Corporate Server, SmoothWall Home Server, SmoothTunnel, SmoothISP, Quark, Australia, NOD32, NOD, AntiVirus, anti virus, av, LEAF, lrp, firewall, internet, security, privacy, modem, PPP, PPPoE, broadband, 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=="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" ) {
		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="http://www.quarkit.com.au/">Quark IT Products and Services<option value="http://www.QuarkAutomation.com.au/">Quark Audiotomation<option value="SmoothWallGPL/index.php">SmoothWall Commercial Products<option value="SmoothWallGPL/index.php">SmoothWall GPL 1.0 (and 0.9.9SE) Information<option value="leaf/index.php">LEAF (firewall) Information<option value="DAW-NLE/index.php">Information for Users of DAW and NLE Systems<option value="genpc/index.php">General Information For Computer Users</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=""></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="http://www.QuarkIT.com.au/" title="Quark IT">Quark IT</a></p><p><a href="http://www.QuarkAutomation.com.au/" title="Quark Automation">Quark Automation</a></p><hr /><br /><p><a href="SmoothWallGPL/index.php" title="SmoothWall GPL Information">SmoothWall GPL 1.0 (and 0.9.9SE) Information</a></p><p><a href="DAW-NLE/index.php" title="System configuration information related to DAW and NLE users">DAW and NLE Information</a></p><p><a href="genpc/index.php" title="Ensuring Windows Works To Its Potential">General Information For Computer Users</a></p>' );

	if ( sectionname=="index" ) {
		document.write( '<p><a href="" title=""></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) {

	if ( sectionname=="index" ) {
		document.write( '<h2>Some Interesting Links</h2><br />' );
		document.write( '<p><a href="http://www.roaringpenguin.com/pppoe/" target="_blank">Roaring Penguin&rsquo;s PPPOE Software</a></p><p><a href="../misc/index.php">Some interesting links...</a></p>' );
	}
	else if ( sectionname=="foo" ) {
		document.write( '<h2>External Links</h2><br />' );
		document.write( '<p><a href=""></a></p>' );
	}
	else {
	alert( "quark_navBeta()" );
	}
}


