// JavaScript Document

// JavaScript Document
function showcoach(i){
	var t = 'alpha';
	var n = 'execItem';
	var nt = n+'_title';
	var nc = n+'_content';
	if(i>0){
		var wt = '&nbsp; HMFA Coach Bio';
		var wd = 500;
	}else{
		var wt = '&nbsp; HMFA Head Coaches Directory';
		var wd = 720;
	}
	var source = "cmp/mod/coach.php";
	coverit(t);
	ow(n,t);
	new Insertion.Top(nt,'<div>'+wt+'</div>');
	$(n).style.zIndex = '1503';
	$(n).style.width = wd+'px';
	$(n).style.marginLeft = (getWidth(t)/2)-(wd/2)+'px';
	var offset = document.viewport.getScrollOffsets();
	$(n).style.marginTop = (offset.top+150)+'px';
	var PARS = 'i='+i+'&n='+n;
	new Ajax.Updater(nc, source, {
		method: 'post',
		parameters:PARS
	});
}

function clst(){
	$('story_container').remove();
	$('overwin').remove();
}