if (document.frmOffers)
{
	var contentV1 = getValue("v1");
}

else
{
	var stringDiv = "0";
}

var showDiv = "";

if (contentV1 == "businessandmanagementdegrees")
{
	stringDiv = "1";
	showDiv = "business";
}
if (contentV1 == "criminaljusticeandsecuritydegrees")
{
	stringDiv = "2";
	showDiv = "criminal";
}
if (contentV1 == "educationdegrees")
{
	stringDiv = "3";
	showDiv = "education";
}
if (contentV1 == "humanservicesdegrees")
{
	stringDiv = "4";
	showDiv = "human";
}
if (contentV1 == "nursingandhealthcaredegrees")
{
	stringDiv = "5";
	showDiv = "nursing";
}
if (contentV1 == "psychologydegrees")
{
	stringDiv = "6";
	showDiv = "psychology";
}	
if (contentV1 == "technologydegrees")
{
	stringDiv = "7";
	showDiv = "technology";
}
if (contentV1 == "artsandsciencesdegrees")
{
	stringDiv = "8";
	showDiv = "arts";
}

if (designVersion == "iaap_phase1")	{	}
else if (designVersion == "phase3")	{	}
else if (designVersion == "phase5")	{	}
else if (designVersion == "phase6")	
	{	
		if ((stringDiv == ("1")) || (stringDiv == ("2")) || (stringDiv == ("3")) || (stringDiv == ("4")) || (stringDiv == ("5")) || (stringDiv == ("6")) || (stringDiv == ("7")) || (stringDiv == ("8")))
		{
			changeContent(showDiv);
			changeImage2(showDiv + "Pic");
		}
	}
else if (designVersion == "phase4")
	{
		if ((stringDiv == ("1")) || (stringDiv == ("2")) || (stringDiv == ("3")) || (stringDiv == ("4")) || (stringDiv == ("5")) || (stringDiv == ("6")) || (stringDiv == ("7")) || (stringDiv == ("8")))
		{
			changeContent2(showDiv);
			changeImage2(showDiv + "Pic");
		}
	}
else 
	{
		if ((stringDiv == ("1")) || (stringDiv == ("2")) || (stringDiv == ("3")) || (stringDiv == ("4")) || (stringDiv == ("5")) || (stringDiv == ("6")) || (stringDiv == ("7")) || (stringDiv == ("8")))
		{
			changeContent(showDiv);
			changeImage(showDiv + "Pic");
		}
	}