function contactWABC(theURL) {
	var options = 'toolbar=no,menubar=no,scrollbars=yes,resizable=no,width=650,height=490';
	window.open(theURL,'contactWABC',options);
}

function showcitation() {
	document.getElementById('showcitation').style.display = 'none';
	document.getElementById('hidecitation').style.display = 'block';
	document.getElementById('citation').style.display = 'block';
}
function hidecitation(id) {
	document.getElementById('showcitation').style.display = 'block';
	document.getElementById('hidecitation').style.display = 'none';
	document.getElementById('citation').style.display = 'none';
}

function Open_Trademarks() {
var ScreenHeight = screen.height;
var ScreenWidth = screen.width;
var options = "height=400,width=650,status=no,toolbar=no,menubar=no,location=no,scrollbars=no,top=" + (ScreenHeight - 250)/2 + ",left=" + (ScreenWidth - 600)/2 ;
window.open("/includes/popups/trademarks.html", "Trademarks", options)
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

function print_eadd(ename) {
   var edom = "wabccoaches.com";
   document.write("<A HREF=\"mailto");
   document.write(":" + ename + "@");
   document.write(edom + "\">" + ename + "@" + edom + "<\/a>");
}
