<!--

off_menu=false;
curr_menu=0;



function dropdown(mLeft,contentIndex){	
	mLeft=mLeft+'px';
	var c;
	switch(contentIndex){
		case 1:
			c='Why Wal-Mart, Why now?  Learn why changing Wal-Mart will change America for the better.';
			break;
		case 2:
			c='<p><b><a href="http://wakeupwalmart.com/facts/#wages">Wal-Mart\'s Wages</a></b><p><a href="http://wakeupwalmart.com/facts/#healthcare"><b>Wal-Mart Health Care</b></a><p><a href="http://wakeupwalmart.com/facts/#taxpayers"><b>Wal-Mart’s Cost to Taxpayers</b></a><p><a href="http://wakeupwalmart.com/facts/#community"><b>Wal-Mart’s Community Impact</b></a><p><a href="http://wakeupwalmart.com/facts/#china"><b>Wal-Mart and China</b></a><p><a href="http://wakeupwalmart.com/facts/#injuries"><b>Worker Injuries</b></a><p><a href="http://wakeupwalmart.com/facts/#benefits"><b>Wal-Mart Benefits</b></a><p><a href="http://wakeupwalmart.com/facts/#anti-union"><b>Wal-Mart Anti-Union Policy</b></a><p><a href="http://wakeupwalmart.com/facts/#gender"><b>Wal-Mart and Gender Discrimination</b></a><p><a href="http://wakeupwalmart.com/facts/#child-labor"><b>Wal-Mart and Child Labor</b></a><p><a href="http://wakeupwalmart.com/facts/#immigrants"><b>Wal-Mart and Undocumented Immigrants</b></a><p><b><a href="http://wakeupwalmart.com/facts/#ports">Wal-Mart and Port Security</a> </b>';
			break;
		case 3:
			c='New Research and Reports';
			break;
		case 4:
			c='<a href="http://wakeupwalmart.com/signup">Sign-Up!</a><p><a href="http://wakeupwalmart.com/letters">Write a Letter to The Editor</a><p><a href="http://wakeupwalmart.com/finder">Adopt-A-Wal-Mart</a><p><a href="http://wakeupwalmart.com/ucp/findevents.html">Plan or Find an Event</a><p><a href="http://wakeupwalmart.com/downloads">Educate your community</a><p><a href="http://wakeupwalmart.com/action/banners.html">Host a Banner</a>';
			break;			
		case 5:
			c='<a href="http://wakeupwalmart.com/news">Wal-Mart in the News</a><p><a href="http://wakeupwalmart.com/video/newsclip.html">Our Latest Clip</a><p><a href="http://wakeupwalmart.com/press">Press Releases</a><p><a href="http://wakeupwalmart.com/video">Video Spots</a><p><a href="http://wakeupwalmart.com/gallery">Photos </a>';
			break;
		case 6:
			c='Keep Wal-Mart out of your community.  Read our strategy for success, or join other community fights';
			break;
		default:
			c=document.getElementById('dd').innerHTML;
			
	}
	document.getElementById('dd').style.left=mLeft;
	document.getElementById('dd').innerHTML=c;
	document.getElementById('dd').style.visibility='visible';
	curr_menu=Math.random();
	
}
function dropup(){
	setTimeout('away(' + curr_menu + ')',500);
}
function away(id){	
	if(off_menu==true && curr_menu==id){
		document.getElementById('dd').style.visibility='hidden';
	}
}


//-->