// DivShow 09FEB2005 Version 1.0// Christopher T. Tillman, February 2005// Copyright © 2005 Digital Magic Productions, Inc.//// Digital Magic Productions, Inc. grants you a royalty free license to use or// modify this software provided that this copyright notice appears on all copies.// This software is provided "AS IS" without a warranty of any kind.function LShow() {	var i;	for (i=0; i<(LShow.arguments.length-1); i+=2) {		self.document.getElementById(LShow.arguments[i]).style.visibility=LShow.arguments[i+1];	}}