///////Wigwamen Javascript Library////////
//					//
// (C) 1999 NetEffect Communications.	//
//////////////////////////////////////////


//print from ie5 and ns4+
<!--

function netprint() {
	if (window.print) { 
	self.print() }
	else {
	popupWin = window.open(self.location.href)
	alert("A new window has opened with the document you wish to print in it. \nPress the Print button, then close the window and continue browsing")
	popupWin.focus()
	}
}

//-->

