function getNewSite(id)
{
var useID = Number(id);

	switch(useID)
	{
		case 0:
		{	
		window.location.href = "http://www.accellent.com/index.shtml";
		break;
		}
		case 1:
		{	
		window.location.href = "http://de.accellent.com/index.shtml";
		break;
		}
		case 2:
		{	
		window.location.href = "http://es.accellent.com/index.shtml";
		break;
		}
	}

}// end getNewSite()
