//Bulletfunction bullet(text)		{				var w = window;				w.document.writeln('<IMG BORDER="0" SRC="../../images/style/bullet.gif" ALIGN="LEFT">');				w.document.writeln(text);				w.document.writeln('<BR><BR>');		}