 
 img_s 				= new Image();	//Sammlung 
 img_w 				= new Image();	//Wishliste
 img_p 				= new Image();	//Playing
 img_s_off 		= new Image();	//Sammlung 
 img_w_off 		= new Image();	//Wishliste
 img_p_off 		= new Image();	//Playing
  
 img_null 		= new Image();
 img_b 				= new Image();	//Beobachten
 img_wait 		= new Image();  //Waiting
 
 
 img_s.src 			= "/images/listdot_green.gif"; 
 img_w.src 			= "/images/listdot_red.gif";
 img_p.src 			= "/images/listdot_orange.gif";
 img_s_off.src	= "/images/listdot_green_off.gif";
 img_w_off.src	= "/images/listdot_red_off.gif";
 img_p_off.src	= "/images/listdot_orange_off.gif";
 
 img_null.src 	= "/images/listdot_gray.gif";
 img_b.src 			= "/images/listdot_blue.gif";
 img_wait.src 	= "/images/listdot_wait.gif"
 
 
 
 
 function sets(t,gid,wi) { 
  document.getElementById(t+'_'+gid).src = img_wait.src; 	
 	document.getElementById('shelper').src='/includes/sammlung_help.asp?t='+t+'&gid='+gid+'&wi='+wi+jsrandid; 	
 }
 
 function na() {
 	alert('Nur für Mitglieder.');
 }