function click() {
	if (event.button==2) {
		alert('\n Gospel of Grace Fellowship Web Site' + 
			  '\n w w w . g o g f i m . o r g ©' +
			  '\n\n Developed by Master Business Solutions, LLC®' +
			  '\n\n http://www.MasterBusinessSolutions.net ©' +
			  '\n http://www.masterbiz.biz © ' +
			  '\n\n Contact e-mail: jerry@masterbiz.biz');
		}
}
//document.onmousedown=click


	function openMediaWin(track) {
	track   = 'media/' + track;
	newWindow = window.open(track,'myWindow','scrollbars=YES,width=390,height=400');
	}

	function classChange(styleChange,item){
		item.className = styleChange;
		}

	function openWin(Statement) {
	newWindow = window.open(Statement,'myWindow','scrollbars=NO,width=600,height=400');
	}
