window.defaultStatus="Welcome to Chans Martial Arts"; function nS( ndx ) { desc = new Array( "Welcome to Chans Martial Arts", "History and description of Shao Chi Chuan", "Lists some of the fundamental principals that our Kung Fu is based on", "Describes how modern scientific research is being used to improve technigue", "More things to think about", "Find a school near you", "Please! - You won't know if you don't ask", "Other places on the 'Net' that we have found interesting", "Areas of interest for existing CMA students", "For comments or errors about this site", "This year's event calendar", "Keep up to date with all that's happening - also a good source of archived information", "Interesting events that have been captured on film", "Black Belt area", "Interesting Item", "Send an email", "Takes you back to the beginning", "Detailed information on the class", " " ); window.status = desc[ndx]; return true; } function MyFormSubmit() { var form = document.forms[0]; if( form.elements[1].value == "" || form.elements[2].value == "" ) { alert( "Please fill in both Your Email Address and Message" ); return false; } return true; }