ShowOne = function()
{
	document.getElementById("content1").style.display = "block";
	document.getElementById("content2").style.display = "none";

	document.getElementById("image2").style.display = "block";
	document.getElementById("image1").style.display = "none";
}

ShowTwo = function()
{
	document.getElementById("content2").style.display = "block";
	document.getElementById("content1").style.display = "none";

	document.getElementById("image1").style.display = "block";
	document.getElementById("image2").style.display = "none";
}

function show() {
			document.getElementById("accreditation_collapsed").style.display = "none";
			document.getElementById("accreditation_expanded").style.display = "block";
}
function hide() {
			document.getElementById("accreditation_collapsed").style.display = "block";
			document.getElementById("accreditation_expanded").style.display = "none";
}

function open_zip_search()
{
	webVoicePop('AuthorizeURL=http://huntingtonlearning.com/click2call/auth/account/'+c2ccode+'/phone/'+c2cphone, 'Template=75715');
}

function S4() {
   return (((1+Math.random())*0x10000)|0).toString(16).substring(1);
}
function uuid() {
   return (S4()+S4()+S4()+S4()+S4()+S4()+S4()+S4());
}
function guid() {
   return (S4()+S4()+"-"+S4()+"-"+S4()+"-"+S4()+"-"+S4()+S4()+S4());
}
function loadPMDPixel()
{
	// Corp Centers
	var imgPMD2 = new Image();
	imgPMD2.src = "http://www.offeredby.net/silver/track/rvm.cfm?cid=28422&oid="+uuid()+"&amount=1.00&quantity=1";
}

