copyright="© 2003 Knights of the Southern Cross Queensland Incorporated";

function showBanner()
{
	document.write("<table border=0 align=center>");
	document.write("<tr>");
	document.write("<td><img src='banner11.jpg'></td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("<table border=0 bgcolor=#b1c5d8 align=center>");
	document.write("<tr>");
	document.write("<td align=center valign=top>");
	document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
	document.write("<a href=index.htm>Home</a> <font color=#6D5D5D size=2> |</font> ");
	document.write("<a href=aboutus.htm>About Us</a> <font color=#6D5D5D size=2> |</font> ");
	document.write("<a href=history.htm>History</a> <font color=#6D5D5D size=2> |</font> ");	
	document.write("<a href=newsandevents.htm>News & Events</a><font color=#6D5D5D size=2> |</font> ");
	document.write("<a href=membership.htm>Membership</a><font color=#6D5D5D size=2> |</font> ");
	document.write("<a href=contacts.htm>Contacts</a><font color=#6D5D5D size=2> |</font> ");
	document.write("</td>");
	document.write("</tr>");
 	document.write("</table><font color=#6D5D5D></font></p>")
}


function showAddress()
{
	document.write("<font size='1'>");
	document.write("<a href='aboutus.htm'>About Us</a>");
	document.write("&nbsp|&nbsp");
	document.write("<a href='history.htm'>History</a>");
	document.write("&nbsp|&nbsp");
	document.write("<a href='newsandevents.htm'>News & Events</a>");
	document.write("&nbsp|&nbsp");
	document.write("<a href='membership.htm'>Membership</a>");
	document.write("&nbsp|&nbsp");
	document.write("<a href='contacts.htm'>Contacts</a>");
	document.write("<br>");
	document.write("© 2003 Knights of the Southern Cross Queensland Incorporated</font></center>");
}


function startTable()
{
		document.write("<center>");
		document.write("<table  bgcolor=#b1c5d8  cellpadding=15 align=center width=80%><tr><td>");
}
	

function startTable1()
{
		document.write("<table border=1 rules=all bordercolor=#4A3E3E cellspacing=0 cellpadding=3 bgcolor=#b1c5d8 align=center width=100%><tr>");
}


function startTable2()
{
		document.write("<td colspan=5 valign=top><center>");
}


function finishTable()
{
		document.write("<center><a href='#top'>Back to to top</a></center></td></tr></table><br><center>");
}


function finishPage()
{
		document.write("</center></body></html>");
}



function navigationPanel()
{
			document.write("<td width=20% bgcolor=#82afdb rowspan=5 valign=top>");
			document.write("<a href='index.htm'><h12>HOME</h12></a>");
				document.write("<br><br>");
				
			document.write("<table border=0 cellpadding=1 cellspacing=1>");
				
				
			
				
				document.write("<tr><td>");
					document.write("<a href='aboutus.htm'><font type='arial black'>About Us</font></a>");
				document.write("</td></tr><tr><td>");
					document.write("<a href='history.htm'><font type='arial black'>History</font></a>");
				document.write("</td></tr><tr><td>");
					document.write("<a href='newsandevents.htm'><font type='arial black'>News & Events</font></a>");
				document.write("</td></tr><tr><td>");
					document.write("<a href='membership.htm'><font type='arial black'>Membership</font></a>");
				document.write("</td></tr><tr><td>");
					document.write("<a href='contacts.htm'><font type='arial black'>Contacts<br><br></font></a>");
				document.write("</td></tr><tr><td bgcolor=#9dc2e7>");
					document.write("<a id='links3' href='membersarea.htm'><font type='arial black'>MEMBERS AREA</font></a>");
				document.write("</td></tr><tr><td>");
			document.write("</td></tr></table>");
			
			
					document.write("<br>");		
					document.write("<a><font type='arial black' size=3 color=#9f5c0e>LINKS</font></a>");
					document.write("<br><br>");	
			
			document.write("<table border=0 cellpadding=1 cellspacing=1>");
			document.write("<tr><td>");
	
			document.write("<a href='http://www.ksca.org.au/'><font type='arial black'>KSC Australia</font></a>");
					document.write("</td></tr><tr><td>");
			document.write("<a href='http://www.ksc.asn.au/'><font type='arial black'>KSC NSW</font></a>");
					document.write("</td></tr><tr><td>");
			document.write("<a href='http://www.kscsa.org.au/'><font type='arial black'>KSC SA</font></a>");
					document.write("</td></tr><tr><td>");
			document.write("<a href='http://www.ksctas.com/'><font type='arial black'>KSC TAS</font></a>");
					document.write("</td></tr><tr><td>");
		
		
			document.write("<a href='http://www.tsv.catholic.org.au/'><font type='arial black'>Diocese of Townsville</font></a>");
					document.write("</td></tr><tr><td>");
			document.write("<a href='http://www.kofc.org/un/index.cfm'><font type='arial black'>Knights of Columbus</font></a>");
					document.write("</td></tr><tr><td>");
			document.write("<a href='http://www.ksc.org.uk/'><font type='arial black'>Knights of St Columba</font></a>");
					document.write("</td></tr><tr><td>");
			document.write("<a href='http://bne.catholic.net.au/asp/index.asp'><font type='arial black'>Brisbane Archdiocese</font></a>");
					document.write("</td></tr><tr><td>");
			document.write("<a href='http://www.sccqld.com.au/'><font type='arial black'>Southern Cross Care (Qld)</font></a>");
		
					document.write("</td></tr></table>");
}


function AfterLoad() 
{
	document.MyForm.MyField.focus();
	window.scrollTo(0, 0);
}

