function chooseWR(userName) 
{

if ((userName.toLowerCase() =="gmettest" ))
	{
		window.location="workrooms/GMET_test/index.html";
	}
else

if ((userName.toLowerCase() =="attstream" ))
	{
		window.location="workrooms/att_pro/index.html";
	}
else

if ((userName.toLowerCase() =="nacf_2012" ))
	{
		window.location="workrooms/clientforum_2012_tx/index.html";
	}
else

if ((userName.toLowerCase() =="gmetdemo" ))
	{
		window.location="workrooms/GMET_Demo/index.html";
	}
else

if ((userName =="IEMdemo2011") || (userName =="iemdemo2011"))
	{
		window.location="workrooms/demo/index.html";
	}
else

if (userName.toLowerCase() =="email")
	{
		window.location="workrooms/GMET_Mail/index.html";
	}
else

/*if ((userName =="cgcIEM") || (userName=="cgciem"))
	{
		window.location="workrooms/GC_2012_45/index.html";
	}
else*/

if (userName.toLowerCase() =="cf2011")
	{
		window.location="workrooms/CF_2011/index.html";
	}
else

if (userName.toLowerCase() =="aza2010")
	{
		window.location="client/AZA_2010/index.html";
	}
else

if (userName.toLowerCase() =="infocomm10")
	{
		window.location="client/infocomm_2010/index.html";
	}
else

if (userName.toLowerCase() =="info2010")
	{
		window.location="workrooms/infocomm_2010/index.html";
	}
else


if (userName.toLowerCase() =="cgc2011")
	{
		window.location="workrooms/GC_2011/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() =="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 =="isakos") || (userName=="ISAKOS"))
	{
		window.location="client/ISAKOS/CME_courses.html";
	}	
else

	{
	window.location = "workroom_sorry.html";
	}
}

