if(document.images)
	  {
			imgp = new Image(16,16);
			imgp.src = '/plus.gif';
			
			imgm = new Image(16,16);
			imgm.src = '/minus.gif';
	  }
    
