function click() {
	if (event.button==2) {
		alert('\n CMI Cleaning Services Web Site' + 
			  '\n www.CMICleaning.com ©' +
			  '\n\n Developed by Master Business Solutions, LLC®' +
			  '\n\n http://www.masterbusinesssolutions.net ©' +
			  '\n http://www.masterbiz.biz © ' +
			  '\n Contact e-mail: jerry@masterbiz.biz');
		}
}
//document.onmousedown=click

