<!-- Hide script from old browsers
function showDescription(ItemDescription){
	newWindow = window.open("", "newWin", "toolbar=yes,location=yes,scrollbars=yes,resizable=yes,width=360,height=300")
		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'><h2>Description<\/h2>")
		newWindow.document.writeln(ItemDescription)
		newWindow.document.write("<\/body><\/html>")
		newWindow.document.close()
	}
// End hiding script from old browsers -->