function chooseWR(userName) 
{

if ((userName =="ccw") || (userName=="CCW"))
	{
		window.location="client/ccw/index.html";
	}
	
else

if ((userName =="TXEN") || (userName=="txen"))
	{
		window.location="client/NEXT/index.html";
	}
	
else
	
if ((userName =="SRR") || (userName=="srr"))
	{
		window.location="client/SRR/index.html";
	}
	
else


if ((userName =="ARNETT") || (userName=="arnett"))
	{
		window.location="client/arnettlegal/www/index.html";
	}
	
else

if ((userName =="emi") || (userName=="EMI"))
	{
		window.location="../mosaic/client/EMI/index.html";
	}
	
else


if ((userName =="JO") || (userName=="jo"))
	{
		window.location="mosaic/client/jolanda/index.html";
	}
	
else

if ((userName =="DIANE") || (userName=="diane"))
	{
		window.location="mosaic/client/canney/index.html";
	}
	
else

if ((userName =="ARAEMST") || (userName=="araemst"))
	{
		window.location="client/ARA/index.html";
	}
	
else

if ((userName =="rolyat") || (userName=="ROLYAT"))
	{
		window.location="client/taylor/index.html";
	}
	
else

if ((userName =="pasa") || (userName=="PASA"))
	{
		window.location="client/asap/index.html";
	}
	
else

if ((userName =="bocata2") || (userName=="BOCATA2"))
	{
		window.location="client/bocata2/index.html";
	}
	
else


if ((userName =="leaders08") || (userName=="LEADERS08"))
	{
		window.location="client/leaders08/index.html";
	}
	
else

if ((userName =="leaders07") || (userName=="LEADERS07"))
	{
		window.location="client/leaders_07/index.html";
	}
	
else

if ((userName =="nslc07") || (userName=="NSLC07"))
	{
		window.location="client/NSLC07/index.html";
	}
	
else


if ((userName =="pmvideo") || (userName=="PMVIDEO"))
	{
		window.location="client/PM_video/index.html";
	}
	
else

if ((userName =="iaf") || (userName=="IAF"))
	{
		window.location="client/IAF_07/index.html";
	}
	
else


if ((userName =="nslc08") || (userName=="NSLC08"))
	{
		window.location="client/nslc08/index.html";
	}
	
else

if ((userName =="mei") || (userName=="MEI"))
	{
		window.location="client/iem/index.html";
	}
	
else


if ((userName =="lark") || (userName=="LARK"))
	{
		window.location="client/larktattoo/index.html";
	}
	
else



	{
	window.location = "sorryPassword.html";
	}

}

