var isIE = (navigator.appName == "Microsoft Internet Explorer") ? 1 : 0; var isNav = (navigator.appName == "Netscape") ? 1 :0; function DoItWith(){ document.write("Web Design by
www.NovaScotiaFishing.com 




"); } function WriteTop(ctitle,ctitle2){ document.write("
"); if (ctitle){ document.write("
"+ctitle+"
"); } if (ctitle2){ document.write("
"+ctitle2+"
"); } document.write("
"); document.write(""); document.write(""); document.write("
"); document.write(""); document.write("
"); document.write(""); document.write("
"); document.write(""); document.write("
"); document.write(""); document.write(""); document.write(""); document.write("
"); } function WriteBottom(){ document.write("
"); document.write(""); document.write("
"); document.write("Website Maintained by www.NovaScotiaFishing.com

"); document.write("for the
Halifax Wildlife Association
"); document.write("
"); document.write("
Halifax Wildlife Association
PO Box 31055, Halifax, Nova Scotia, Canada B3K 5T9"); document.write("
Web: www.halifaxwildlife.ns.ca :
Send us an Email"); document.write("

THE OLDEST WILDLIFE ORGANIZATION IN NORTH AMERICA!"); document.write("

"); } function DisplayPic(picalign,url,caption){ if (picalign==1){ document.write('
'); } else{ if (picalign==2){ document.write('
'); } else{ document.write('
'); } } document.write(''); document.write('
' + caption + '
'); } function PrintThisPage(){ var sOption="toolbar=yes,location=no,directories=yes,menubar=yes,"; sOption+="scrollbars=yes,width=600,height=400,left=10,top=5"; var sWinHTML = document.getElementById('contentstart').innerHTML; var winprint=window.open("","",sOption); winprint.document.open(); winprint.document.write(''); winprint.document.write(sWinHTML); winprint.document.write(''); winprint.document.close(); winprint.focus(); }