<!-- Hide script from old browsers
function showPicture(picLink){
	newWindow = window.open("", "newWin", "toolbar=yes,location=yes,scrollbars=yes,resizable=yes,width=800,height=600")
		newWindow.document.write("<html><head><title>Computer Banc Spring Auction<\/title><\/head><body bgcolor='#FFFFFF'><img style='width=317, height=90' alt='Computer Banc' title='Computer Banc' src='CBLogo.jpg'><p>&nbsp;<\/p>")
		newWindow.document.write("<img src='")
		newWindow.document.write(picLink)
		newWindow.document.write("'>")
		newWindow.document.write("<\/body><\/html>")
		newWindow.document.close()
	}
// End hiding script from old browsers -->