function init() {
	window.defaultStatus='Welcome to Direct Life Coaching';
}


// window popup script //

function popUp(thePage,pgWidth,pgHeight){
	theTarget = "_blank";
	showToolbar = "no";
	theWidth = pgWidth + 40;
	theHeight = pgHeight + 40;
	window.open(thePage,theTarget,'toolbar=' + showToolbar + ',location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=' + theWidth + ',height=' + theHeight);
}
