var footerLinks=['Privacy Statement', 'Legal Disclaimer', 'Email Webmaster']
var footerURLs=['privacy.html', 'legal.html', 'mailto:neil@cjmalley.com']
var clickpath=''

function writeFooterLinks(){
	var out = ""
	out += "<TD CLASS=\"footertext\"><DIV STYLE=\"font-size: .60em;\">&nbsp; </DIV></TD></TR></TABLE><TABLE BORDER='0' CELLSPACING='0' CELLPADDING='0'><TR><TD WIDTH='10' CLASS='small'><IMG SRC='/images/ui/tran.gif' WIDTH='18' HEIGHT='1' BORDER='0' ALT=''></TD><TD CLASS='footertext'><DIV STYLE='font-size: .60em;'>All rights reserved.</DIV></TD></TR></TABLE><TABLE BORDER='0' CELLSPACING='4' CELLPADDING='0'><TR><TD WIDTH='10' CLASS='small'><IMG SRC='/images/ui/tran.gif' WIDTH='10' HEIGHT='1' BORDER='0' ALT=''></TD>"
	for (i=0; i<footerLinks.length; i++){
		if (footerLinks[i]!=""){
			if(i!=0){out +='<TD WIDTH="1" CLASS="footertext"><DIV STYLE="font-size: .60em;">|</DIV></TD>\n'}
			out +='<TD ALIGN="center" VALIGN="middle" CLASS="footertext"><DIV STYLE="font-size: .60em;"><A HREF="'+footerURLs[i]+'" TARGET="_top">'+footerLinks[i]+'</A></DIV></TD>\n'
		}
	}
	out += ""
	document.write(out)
}

function go(){
	formOb=document.selecter
	selectOb=formOb.sectionPullDown
	selectedIndex=selectOb.selectedIndex
	destinationURL = pulldownURLs[selectedIndex]
	if ((destinationURL!=null) && (destinationURL!='') && (destinationURL!='-')){ 
		window.top.location.href = destinationURL
	}
}

function openPrintWin()  {
	PopUp=window.open("http://" +location.hostname+"/servlet/printFormat?url=" + location,"","menubar=yes,menubars=yes,toolbars=yes,toolbar=yes,scrollbars=yes,resizable=yes");
}

function printWin(){
	window.openPrintWin(0);
}

