// (c) 2003 David Hardisty.  All rights reserved.

<!--

function OpenPhoto(Img,PageWidth,PageHeight)
	{
		var WDURL = Img;
		var xWinPop = window.open("", '','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=' + PageWidth + ',height=' + PageHeight + '');
		xWinPop.location = WDURL;
	}
	
function printArticle() {
	if (window.print) {
		setTimeout('window.print();',200);
	}
	else if (agt.indexOf("mac") != -1) {
		alert("Press 'Cmd+p' on your keyboard to print article.");
	}
	else {
		alert("Press 'Ctrl+p' on your keyboard to print article.")
	}
}

function RanImageDisplay(relPath)
	{
		var str_a = "<img src=\"";
		var str_a = str_a + relPath;
		var str_b = " width=\"572\" height=\"112\" alt=\"Working Together Safely To Build Your Future\" border=\"0\">";
		var rnumb = "";
		var img = "";
		
		rnumb += Math.floor(Math.random()*6);
		img = rnumb;
		
		if (img == "0") {
			document.write(str_a+ "graphics/header01.jpg\"" +str_b);
		}
		if (img == "1") {
			document.write(str_a+ "graphics/header02.jpg\"" +str_b);
		}
		if (img == "2") {
			document.write(str_a+ "graphics/header03.jpg\"" +str_b);
		}
		if (img == "3") {
			document.write(str_a+ "graphics/header04.jpg\"" +str_b);
		}
		if (img == "4") {
			document.write(str_a+ "graphics/header08.jpg\"" +str_b);
		}
		if (img == "5") {
			document.write(str_a+ "graphics/header09.jpg\"" +str_b);
		}

	}

function OpenPageWin(Page,PageWidth,PageHeight)
	{
		var WDURL = Page;
		var xWinPop = window.open("", '','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=' + PageWidth + ',height=' + PageHeight + '');
		xWinPop.location = WDURL;
	}


//-->
		