function changeViewer($value)
{
	alert(name);
	name = ""+$value+"";
	// Get the current value of the viewer
	
	alert(name);
	
	var testing = $("#3Dobject").attr("data");
	// Now change the values of the objects and display the new model
	$("#3Dobject").attr("data","");
	$("#3Dobject").attr("data",testing);
}
