// JavaScript Document homepg.js//Start Open source disable right mouse click Script//http://www.dynamicdrive.comvar message="Function Disabled!";function clickIE4(){if (event.button==2){//alert(message);return false;}}function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){//alert(message);return false;}}}if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}document.oncontextmenu=new Function("alert(message);return false")//End Open source disable right mouse click Scriptfunction changeTextBox(which){	var msg = new Array();	msg['main'] = "Welcome to the epicenter of peace on the web to help you be an epicenter of peace right where you are.<div style='margin-top:7px;'>Center daily with One Minute Peacemakers, Prayers and Meditations and Peaceful Visions.</div><div style='margin-top:7px;'>Access my yoga, meditation, Reiki and transformational services.</div><div style='margin-top:7px;'>Be the peace you want to see in the world.  Begin now.</div><div style='margin-top:7px;'>Peace, love, light:  Leena St. Michael</div>";	//msg['peacemaker'] = "Be the peace you want to see in the world.<br /><br />Begin with one minute a day.<br /><br />Start right now.<br /><br />Click and listen, to today's new One Minute Peacemaker.";	msg['peacemaker'] = "Welcome to the epicenter of peace on the web to help you be an epicenter of peace right where you are. Begin now.<div style='margin-top:7px;'>Awaken and soothe your soul daily with One Minute Peacemaker 'transform-mercials', Podcasts, Prayers, Meditations and Peaceful Visions. Access yoga, meditation, Reiki and evolutionary services. Check out AmritaRadio.</div><div style='margin-top:7px;'>Peace, love, light: Leena St. Michael</div>";	msg['amrita'] = "Relax, inspire and open your heart...<div style='margin-top:7px;'>Listen now and tell us what you think of \"Embracing Spirit--the music of The Mother\".</div><div style='margin-top:7px;'>Inspired and blessed by Amma, Mata Amritanandamayi.</div>";	msg['blog'] = "The keys to true success:<div style='margin-top:7px;'>Develop an attitude of gratitude.</div><div style='margin-top:7px;'>Give attention to your intentions.</div><div style='margin-top:7px;'>Blog your visions, prayers and intentions.</div><div style='margin-top:7px;'>Can't hurt...might help.</div>";	msg['photos'] = "tbd";    msg['peacefulvisions'] = "Relax and unwind with the beauty and tranquil elegance of Mother Nature. <div style='margin-top:7px;'>Click and experience silent flowing automated slide shows of Leena’s photography.</div>";	msg['voices'] = "Are you looking for a special voice for your next commercial, audio book or video?<div style='margin-top:7px;'>Click and listen to Leena's voices and digital audio production for radio, TV and narration.</div>";	msg['prayers'] = "Messages to experience the peace that passes all (human) understanding.";	msg['podcasts'] = 'Download your Daily One Minute Peacemaker to your IPod or mp3 player!<div style="margin-top:7px;">Register now!</div><div style="margin-top:7px;">Already registered? Click on "Podcast" and then, the RSS feed. Photos will download too.</div>';	msg['classes'] = "Live with more peace, grace, energy, wealth and health.<div style='margin-top:7px;'>Leena develops effective, inspiring and lively trainings for individuals, organizations and corporations.  She is available to speak or guide yoga and meditation at seminars, workshops and conferences. Click now for class descriptions, locations, directions and calendar.</div>";	msg['reiki'] = "Reiki description here.";	msg['future1'] = "Put your message/description for link 'future1' here."; 	msg['future2'] = "Put your message/description for link 'future2' here."; 	msg['breathingpeace'] = "Breathing Peace offers visionary insights and inspiring commentaries on current events which are markers of our global transformation into the New Age...and the New Way.<div style='margin-top:7px;'>Connect with global peace and environmental healing movements to create a world that works for everyone.</div><div style='margin-top:7px;'>Receive tips to live the lifestyle of your dreams every moment, every breath.</div><div style='margin-top:7px;'>Register now and receive Breathing Peace free and delivered directly to you via email.</div>";	document.getElementById('desc').innerHTML = msg[which];  	//document.getElementById('desc').innerHTML = '<b>' + msg[which] + '</b>';   	}
