function chooseWR(userName) 
{

if ((userName =="4369675") || (userName =="4369675 "))
	{
		window.location="client/demo/index.html";
		
	}

else

if (userName.toLowerCase() =="redesign")
	{
		window.location="client/redesign/www/index.html";
		
	}

else


if (userName.toLowerCase() =="aza2010")
	{
		window.location="client/AZA_2010/index.html";
		
	}

else

if (userName.toLowerCase() =="info2010")
	{
		window.location="client/infocomm_2010/index.html";
		
	}

else


if (userName.toLowerCase() =="pm2010")
	{
		window.location="client/PM_2010/index.html";
		
	}

else


if (userName.toLowerCase() =="cf2010")
	{
		window.location="client/clientForum_2010/index.html";
		
	}

else

if (userName.toLowerCase() =="cgc2010")
	{
		window.location="client/goldCircle_2010/index.html";
		
	}

else

if (userName.toLowerCase() =="bsm2010")
	{
		window.location="client/biomet_2010/index.html";
		
	}

else


if (userName.toLowerCase() =="aana1")
	{
		window.location="client/aana_2009/index.html";
		
	}
	
else

if (userName.toLowerCase() =="aenarret")
	{
		window.location="client/PM_2010/index.html";
		
	}
	
else


if (userName.toLowerCase() =="cgc2009")
	{
		window.location="client/goldCircle_2009/index.html";
		
	}
	
else

if (userName.toLowerCase() =="dscc09")
	{
		window.location="client/DSCC09/index.html";
		
	}

else

if (userName.toLowerCase() =="cf2009")
	{
		window.location="client/clientForum_2009/index.html";
		
	}



else

if (userName.toLowerCase() =="aaoe")
	{
		window.location="client/AAOE/index.html";
		
	}
	
else


if (userName.toLowerCase() =="srs")
	{
		window.location="client/SRS/index.html";
		
	}
	
else

if ((userName =="isakos") || (userName=="ISAKOS"))
	{
		window.location="client/ISAKOS/CME_courses.html";
		
	}	

else

if ((userName =="infocomm08") || (userName=="INFOCOMM08"))
	{
		window.location="client/infocomm08/index.html";
		
	}
	
else


if ((userName =="mnrs") || (userName=="MNRS"))
	{
		window.location="client/MNRS/index.html";
		
	}
	
else


if ((userName =="posna") || (userName=="POSNA"))
	{
		window.location="client/POSNA/POSNA_2007_video_home.html";
		
	}
	
else


if ((userName =="cefpi") || (userName=="CEFPI"))
	{
		window.location="client/cefpi/index.html";
		
	}
	
else

if ((userName =="nsc09") || (userName=="NSC09"))
	{
		window.location="client/NSC_2009/index.html";
		
	}
	
else


if ((userName =="gmet") || (userName=="GMET"))
	{
		window.location="client/gmet/index.html";
		
	}
	
else



if ((userName =="AP07") || (userName=="ap07"))
	{
		window.location="client/AP/index.html";
		
	}
	
else

	

if ((userName =="chcgc06") || (userName=="CHCGC06"))
	{
		window.location="client/goldCircle_2006/index.html";
		
	}
	
else

if ((userName =="chcgc07") || (userName=="CHCGC07"))
	{
		window.location="client/goldCircle_2007/index.html";
		
	}
	
else


if ((userName =="chcgc2008") || (userName=="CHCGC2008"))
	{
		window.location="client/goldCircle_2008/index.html";
		
	}
	
	
	else


if ((userName =="aahks") || (userName=="AAHKS"))
	{
		window.location="client/aahks/index.html";
		
	}
	
else


if ((userName =="1239") || (userName=="1239"))
	{
		window.location="client/ibtta/index.html";
		
	}
else

if (userName.toLowerCase() =="isaps2008")
	{
		window.location="client/isaps/index.html";
		
	}
	
else


	{
	window.location = "Sorry.html";
	}

}
