



function openapecs(){

if(checkforpopupblocker()){
	//document.getElementById("popupblocktext").style.display="block";
	alert("Attention: You must turn off the Pop Up Blocker on your browser in order to register online ");
	return;
}
else if(checkforbrowser()){
	alert("Attention: Using a browser other than Internet Explorer or Safari will generate errors when registering online. If you do not have access to one of these browsers please go to our contact page for email and phone information.");
	return;
}

else {
	var w=screen.width;
	var h=screen.height;
	h=h-125;
	var wh=w-800;
	var apecswindow=window.open("https://apecsportal.bc3.edu/hestuportal/apecs_hestuportal_ceu_web_store_details.aspx?instid=bu00&wscatid=4", "apecswin","resizable=1, scrollbars=1, height=" + h + ",width=900,left=0,top=0");
	
	//var apecshelpwindow=window.open("http://www.bc3.edu/BC3_Online/help.asp","apecshelpwin","scrollbars=1,height=" + h + ",width=" + wh + ",left=790,top=0")
	}
}



function checkforpopupblocker(){
 var checkwin="";
 checkwin=window.open("http://www.bc3.edu/beta/popup.html","popup","width=1,height=1,left=0,top=0,scrollbars=no");
 if(!checkwin){
    return 1;
	}
 else {
 checkwin.close()
	return 0;
 	}
 
}

function checkforbrowser(){
	var browserName=whichBrs();
	if(browserName == "Internet Explorer"){
	return 0;
	}
	if(browserName == "Safari"){
	return 0;
	}
	else { return 1; }
}

function whichBrs() {
var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("opera") != -1) return 'Opera';
if (agt.indexOf("staroffice") != -1) return 'Star Office';
if (agt.indexOf("webtv") != -1) return 'WebTV';
if (agt.indexOf("beonex") != -1) return 'Beonex';
if (agt.indexOf("chimera") != -1) return 'Chimera';
if (agt.indexOf("netpositive") != -1) return 'NetPositive';
if (agt.indexOf("phoenix") != -1) return 'Phoenix';
if (agt.indexOf("firefox") != -1) return 'Firefox';
if (agt.indexOf("safari") != -1) return 'Safari';
if (agt.indexOf("skipstone") != -1) return 'SkipStone';
if (agt.indexOf("msie") != -1) return 'Internet Explorer';
if (agt.indexOf("netscape") != -1) return 'Netscape';
if (agt.indexOf("mozilla/5.0") != -1) return 'Mozilla';
if (agt.indexOf('\/') != -1) {
if (agt.substr(0,agt.indexOf('\/')) != 'mozilla') {
return navigator.userAgent.substr(0,agt.indexOf('\/'));}
else return 'Netscape';} else if (agt.indexOf(' ') != -1)
return navigator.userAgent.substr(0,agt.indexOf(' '));
else return navigator.userAgent;
}

var hiddentext="";


function showlist(a){
var a;


if(hiddentext){ 
hidelist(hiddentext);

document.getElementById(a).style.display="block";

//document.getElementById(a+"a").style.display="block";
	
	hiddentext=a;
	
	//if(document["img_"+a].src)document["img_" + a].src="/images/minus.png";

}

else if(!hiddentext){
document.getElementById(a).style.display="block";
hiddentext=a;
//document.getElementById(a+"a").style.display="block";
	//if(document["img_"+a].src)document["img_" + a].src="/images/minus.png";

}

}
function hidelist(a){
var a;

document.getElementById(a).style.display="none";



	//if(document.getElementById(hiddentext+"a"))document.getElementById(hiddentext+"a").style.display="none";
	hiddentext="";
	//if(document["img_"+a].src)document["img_" + a].src="/images/plus.png";
return;
}

