function ColumnBalancer() {					
				var source = $('sidebar');
				var target = $('content');
				target.setStyle( 'display', 'block');	
				var targetSize = target.getSize();
				var targetHt = targetSize.y + 30;
				
				source.setStyle( 'min-height', targetHt );
				source.setStyle( 'display', 'block' );

		}

function mailer(text) {			
				var anchortext = text;
				var mailpart1 = 'office';
				var mailpart2 = 'gracecc.org.uk';
				document.write("<a href=" + "mail" + "to:" + mailpart1 +
				"@" + mailpart2 + ">" + anchortext + "</a>");
				}


function newWin(link,w,h,s,r) {
  var winFeatures = 'width=' + w + ',height=' + h + ',scrollbars=' + s + ',resizable=' + r + ',status=yes,name=yes';
   var bookWindow = window.open(link,"",winFeatures);

}


function Pop() { 

if (window.event) {
var oEvent=this.window.event.button;
} else {var oCall=Pop.caller.arguments[0]; var oEvent=oCall.button;} 

	if (oEvent!==2)   {

	var flash = "flash"
if (document.getElementById) 
{
document.getElementById(flash).style.visibility="visible";
setTimeout(function() { document.getElementById(flash).style.visibility="hidden"; }, 8000);

} 
else {
	
	if (document.layers) 
{
var oFlash = document.flash.visibility = "visible";
setTimeout(function() { document.flash.visibility='hidden'; }, 8000);
}
else {

document.all.flash.visibility = "visible";
setTimeout(function() { document.all.flash.visibility='hidden'; }, 8000);

}

}

	}
}


