		function showpadiCourse(id)
		{
			//alert("show")
			document.getElementById('padiCourse').innerHTML = updatePADICourse(id)
			document.getElementById('padiCourse').style.visibility = 'visible'
			document.getElementById('padiCourse').visibility = 'show'
		}
		
		function closepadiCourse()
		{
			document.getElementById('padiCourse').style.visibility = 'hidden'
			document.getElementById('padiCourse').visibility = 'hidden'
		}
		
		function updatePADICourse(id)
		{
			switch(id)
			{
				case 'dmCourse':
					return padi_dm_course_html;
					break;
				case 'dmReqMat':
					return padi_dm_reqmat_html;
					break;
				case 'idcCourse':
					return padi_idc_course_html;
					break;
				case 'idcReqMat':
					return padi_idc_reqmat_html;
					break;
				case 'msdtCourse':
					return padi_msdt_course_html;
					break;
				case 'msdtReqMat':
					return padi_msdt_reqmat_html;
					break;
				case 'staffCourse':
					return padi_staff_course_html;
					break;
				case 'staffReqMat':
					return padi_staff_reqmat_html;
					break;
				case 'cdCourse':
					return padi_cd_course_html;
					break;
				case 'cdReqMat':
					return padi_cd_reqmat_html;
					break;
				case 'courseDuration':
					return padi_course_dur_html;
					break;
			}
		}
		
		var padi_dm_course_html = "<table width=\"450\">\
										<tr>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:14pt; color:#FFFFFF; padding-bottom: 5px\">\
												PADI Dive Master Course Introduction\
											</td>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:8pt; color:#FFFFFF; padding-bottom: 5px\" align=\"right\">\
												<a href=\"javascript:closepadiCourse()\" class=\"nav\"><img src=\"images/close.gif\" border=\"0\"></a>\
											</td>\
										</tr>\
									</table>\
									<table width=\"398\">\
										<tr>\
											<td height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #999999; padding-top:10px\">\
												This course introduces you to the first professional level within \
												the PADI System. After the successful completion of the PADI Dive \
												Master Course you will be a PADI Member enjoying all the benefits and \
												also understanding the duties and responsibilities of the PADI Divemaster.\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF\">\
												During your training you will participate in a variety of activities such \
												as assisting in PADI Open Water Diver Courses, PADI continuing education programmes, \
												guiding dives and many other Divemaster duties.<br>\
												This course also provides you with extensive opportunities to develop your \
												diving skills to the required professional level. It also includes the \
												mastering of professional dive theory. Certified PADI Divemasters can \
												teach the PADI Discover Snorkelling Program, PADI Skin Diver Course, PADI Scuba \
												Review and Discover Local Diving and assist with training in many PADI \
												diver courses. Certified PADI Divemasters can continue their education by participating \
												in the PADI Discover Scuba Diving Divemaster program, as well as teaching \
												Emergency First Response programs after the successful completion of the \
												EFR Instructor Course.\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #999999\">\
												Certified Dive Masters qualify for the Assistant Instructor or Instructor Development Course.\
											</td>\
										</tr>\
									</table>\
									"
		
			var	padi_dm_reqmat_html = "<table width=\"450\">\
										<tr>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:14pt; color:#FFFFFF; padding-bottom: 5px\">\
												PADI Dive Master Course Required Materials\
											</td>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:8pt; color:#FFFFFF; padding-bottom: 5px\" align=\"right\">\
												<a href=\"javascript:closepadiCourse()\" class=\"nav\"><img src=\"images/close.gif\" border=\"0\"></a>\
											</td>\
										</tr>\
									</table>\
									<table width=\"398\">\
										<tr>\
											<td height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 9pt; color: #FFFFFF; padding-top:10px\">\
												<ul>\
													<li>PADI Dive Master Manual</li>\
													<li>RDP &#39;The Wheel&#39; Version including Instruction Booklet</li>\
													<li>RDP &#39;The Table&#39; Version including Instruction Booklet</li>\
													<li>RDP &#39;The E-EDP&#39; Version including Instruction Booklet</li>\
													<li>Encyclopaedia of Recreational Diving</li>\
													<li>Diving Knowledge Workbook</li>\
													<li>Instructor Guides for Programs Divemasters may conduct:\
													<ul>\
														<li>Discover Scuba Diving</li>\
														<li>Discover Snorkelling / Skin Diver Course</li>\
														<li>Scuba Review / Discover local Diving</li>\
													</ul>\
													</li>\
												</ul>\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 9pt; color: #FFFFFF; padding-top:10px\">\
												<b>A PADI Instructor Manual is strongly recommended</b>.\
											</td>\
										<tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:10px\">\
												All the above materials can be purchased from Fineglobe or any of the affiliated \
												PADI IDC Centres, and shipped to an address of your convenience. Please contact \
												us for the latest price list.\
											</td>\
										<tr>\
									</table>\
									"

			var padi_idc_course_html = "<table width=\"450\">\
										<tr>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:14pt; color:#FFFFFF; padding-bottom: 5px\">\
												PADI Instructor Development Course Introduction<br>\
												<font size=\"3\">(Assistant Instructor & Open water Scuba Instructor)</font>\
											</td>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:8pt; color:#FFFFFF; padding-bottom: 5px\" align=\"right\">\
												<a href=\"javascript:closepadiCourse()\" class=\"nav\"><img src=\"images/close.gif\" border=\"0\"></a>\
											</td>\
										</tr>\
									</table>\
									<table width=\"398\">\
										<tr>\
											<td height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #999999; padding-top:10px\">\
												The Assistant Instructor Course (AI) is already part of the PADI Instructor Development \
												Program (IDC) and provides qualified Divemasters with the additional training to be effective \
												instructional assistants and dive educators. It builds on the Divemaster&#39;s ability to organise \
												and supervise dive activities. The AI programme concentrates on developing teaching skills \
												in the class room, confined water and open water environment.\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF\">\
												During independent study, formal knowledge development and practical application the \
												candidates learn to construct effective teaching presentations and conduct various PADI programmes. \
												Certified PADI Assistant Instructors can teach the PADI Skin Diver Course, various PADI \
												Specialty programmes, assist with training in many PADI diver courses as well as \
												teaching Emergency First Response programmes after the successful completion of the EFR \
												Instructor Course. PADI Assistant Instructors can enrol in the OWSI portion of the IDC.\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #999999\">\
												During the IDC you will be learning about modern teaching methodology and \
												how to present and organise Knowledge Development, Confined Water and Open Water Presentations. \
												You will also learn to understand the PADI system as a whole and how it is applied to \
												effective diver training; ensuring that the adventurous diver programmes are kept \
												safe and fun at the same time.\
												The IDC prepares you to primarily function as a professional and successful \
												Scuba Diving Instructor. After the successful completion of both programmes, the \
												IDC and the IE, you will be a certified and qualified PADI Open Water Scuba Instructor.\
											</td>\
										</tr>\
									</table>\
									"
		
			var	padi_idc_reqmat_html = "<table width=\"450\">\
										<tr>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:14pt; color:#FFFFFF; padding-bottom: 5px\">\
												PADI Instructor Development Course Required Materials\
											</td>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:8pt; color:#FFFFFF; padding-bottom: 5px\" align=\"right\">\
												<a href=\"javascript:closepadiCourse()\" class=\"nav\"><img src=\"images/close.gif\" border=\"0\"></a>\
											</td>\
										</tr>\
									</table>\
									<table width=\"398\">\
										<tr>\
											<td height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 9pt; color: #FFFFFF; padding-top:10px\">\
												<ul>\
													<li>PADI Instructor Manual</li>\
													<li>IDC Candidate Workbook</li>\
													<li>Peak Performance Buoyancy Specialty Instructor Outline</li>\
													<li>Project Aware Specialty Instructor Outline</li>\
													<li>AWARE Coral Reef Conservation Specialty Instructor Outline</li>\
													<li>Encyclopaedia of recreational Diving</li>\
													<li>Diving Knowledge Workbook</li>\
													<li>RDP - All three Versions\
													<ul>\
														<li>(Wheel, Table, E-RDP including associated Instruction of Use booklets)</li>\
													</ul>\
													</li>\
													<li>PADI Open Water Diver Manual</li>\
													<li>Open Water Diver Quizzes & Exams Booklet</li>\
													<li>PADI Adventures in Diving Manual</li>\
													<li>PADI Rescue Diver Manual</li>\
													<li>Rescue Diver Final Exam Booklet</li>\
													<li>PADI Divemaster Manual</li>\
													<li>Divemaster Final Exam Booklet</li>\
													<li>Aquatic Cue Cards\
														<ul>\
															<li>(Open Water Diver, Adventures in Diving, Rescue Diver, Divemaster and Discover Scuba Diving)\
														</ul>\
													</li>\
													<li>Confined & Open Water Dive Lesson Preparation Slate</li>\
												</ul>\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:10px\">\
												All the above materials can be purchased from Fineglobe or any of the affiliated \
												PADI IDC Centres, and shipped to an address of your convenience. Please contact \
												us for the latest price list.\
											</td>\
										<tr>\
									</table>\
									"

				var padi_msdt_course_html = "<table width=\"450\">\
										<tr>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:14pt; color:#FFFFFF; padding-bottom: 5px\">\
												PADI Master Scuba Diver Trainer Course Introduction<br>\
											</td>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:8pt; color:#FFFFFF; padding-bottom: 5px\" align=\"right\">\
												<a href=\"javascript:closepadiCourse()\" class=\"nav\"><img src=\"images/close.gif\" border=\"0\"></a>\
											</td>\
										</tr>\
									</table>\
									<table width=\"398\">\
										<tr>\
											<td height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #999999; padding-top:10px\">\
												As a PADI Open Water Scuba Instructor you will enjoy teaching \
												complete beginners right up to Divemaster, which is the first level of becoming a PADI Professional\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF\">\
												As a versatile and employable Diving Instructor it is important to be able \
												to teach as many diving programmes as possible. The Master Scuba Diver Trainer \
												programme introduces you to the various PADI Specialty Courses. Being able \
												to teach these exciting programmes enables you to follow your personal interest \
												in diving and get divers excited themselves about them. Wreck, Deep, Enriched \
												Air, Navigation and Search & Recovery are just a few examples of the \
												available programmes. Having at least 5 PADI Specialty Instructor Ratings and 25 \
												certifications under your belt will qualify you to become a PADI Master Scuba Diver Trainer.\
											</td>\
										</tr>\
									</table>\
									"
		
			var	padi_msdt_reqmat_html = "<table width=\"450\">\
										<tr>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:14pt; color:#FFFFFF; padding-bottom: 5px\">\
												PADI Master Scuba Diver Trainer Course Required Materials\
											</td>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:8pt; color:#FFFFFF; padding-bottom: 5px\" align=\"right\">\
												<a href=\"javascript:closepadiCourse()\" class=\"nav\"><img src=\"images/close.gif\" border=\"0\"></a>\
											</td>\
										</tr>\
									</table>\
									<table width=\"398\">\
										<tr>\
											<td height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 9pt; color: #FFFFFF; padding-top:10px\">\
												<ul>\
													<li>Specialty Instructor Manual</li>\
												</ul>\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:10px\">\
												All the above materials can be purchased from Fineglobe or any of the affiliated \
												PADI IDC Centres, and shipped to an address of your convenience. Please contact \
												us for the latest price list.\
											</td>\
										<tr>\
									</table>\
									"

			var padi_staff_course_html = "<table width=\"450\">\
										<tr>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:14pt; color:#FFFFFF; padding-bottom: 5px\">\
												PADI IDC Staff Instructor Course Introduction<br>\
											</td>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:8pt; color:#FFFFFF; padding-bottom: 5px\" align=\"right\">\
												<a href=\"javascript:closepadiCourse()\" class=\"nav\"><img src=\"images/close.gif\" border=\"0\"></a>\
											</td>\
										</tr>\
									</table>\
									<table width=\"398\">\
										<tr>\
											<td height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #999999; padding-top:10px\">\
												Your next step as a PADI Master Scuba Diver Trainer is to become a PADI \
												IDC Staff Instructor. As a PADI IDC Staff Instructor you are moving towards \
												instructor-level training and assist a PADI Course Director teaching the PADI \
												Instructor Development Course (IDC).\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF\">\
												IDC Staff Instructors can independently train and certify PADI Assistant \
												Instructors. As an IDC Staff Instructor you can teach PADI Assistant \
												Instructor courses and help PADI Course Directors conduct the PADI \
												Instructor Development Course and instructor level continuing programmes.\
											</td>\
										</tr>\
									</table>\
									"
		
			var	padi_staff_reqmat_html = "<table width=\"450\">\
										<tr>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:14pt; color:#FFFFFF; padding-bottom: 5px\">\
												PADI IDC Staff Instructor Required Materials\
											</td>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:8pt; color:#FFFFFF; padding-bottom: 5px\" align=\"right\">\
												<a href=\"javascript:closepadiCourse()\" class=\"nav\"><img src=\"images/close.gif\" border=\"0\"></a>\
											</td>\
										</tr>\
									</table>\
									<table width=\"398\">\
										<tr>\
											<td height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 9pt; color: #FFFFFF; padding-top:10px\">\
												<ul>\
													<li>PADI Course Director Manual (Digital or Paper Version)\
													<li>Confined Water Evaluation Slate</li>\
													<li>Open Water Evaluation Slate</li>\
													<li>Skill Evaluation Slate</li>\
													<li>PADI Instructor Manual</li>\
												</ul>\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:10px\">\
												All the above materials can be purchased from Fineglobe or any of the affiliated \
												PADI IDC Centres, and shipped to an address of your convenience. Please contact \
												us for the latest price list.\
											</td>\
										<tr>\
									</table>\
									"

			var padi_cd_course_html = "<table width=\"450\">\
										<tr>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:14pt; color:#FFFFFF; padding-bottom: 5px\">\
												PADI Course Director Prep. Programme Introduction<br>\
											</td>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:8pt; color:#FFFFFF; padding-bottom: 5px\" align=\"right\">\
												<a href=\"javascript:closepadiCourse()\" class=\"nav\"><img src=\"images/close.gif\" border=\"0\"></a>\
											</td>\
										</tr>\
									</table>\
									<table width=\"398\">\
										<tr>\
											<td height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #999999; padding-top:10px\">\
												Becoming a PADI Course Director is challenging and rewarding. Take the training \
												of future PADI Diving Instructors into your own hands.<br>\
												Only a relatively small number of PADI Master Instructors are invited \
												to become PADI Course Directors each year.\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF\">\
												The Fineglobe CD Prep. programme will prepare and assist you in putting your \
												CD application together. Furthermore you will be able to assist very \
												experienced Course Directors and IDC Staff Instructors during Instructor \
												Development Courses and Instructor Continuing Education programmes. This gives \
												you an insight into the duties of the instructional team during these programmes. \
												Participating in Workshops, for attaining all other aspects of being a successful \
												Course Director, is an integral part of this programme.\
											</td>\
										</tr>\
									</table>\
									"
		
			var	padi_cd_reqmat_html = "<table width=\"450\">\
										<tr>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:14pt; color:#FFFFFF; padding-bottom: 5px\">\
												PADI Course Director Prep Required Materials\
											</td>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:8pt; color:#FFFFFF; padding-bottom: 5px\" align=\"right\">\
												<a href=\"javascript:closepadiCourse()\" class=\"nav\"><img src=\"images/close.gif\" border=\"0\"></a>\
											</td>\
										</tr>\
									</table>\
									<table width=\"398\">\
										<tr>\
											<td height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 9pt; color: #FFFFFF; padding-top:10px\">\
												<ul>\
													<li>All the latest PADI Training Materials</li>\
												</ul>\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:10px\">\
												All the above materials can be purchased from Fineglobe or any of the affiliated \
												PADI IDC Centres, and shipped to an address of your convenience. Please contact \
												us for the latest price list.\
											</td>\
										<tr>\
									</table>\
									"

			var padi_course_dur_html = "<table width=\"450\">\
										<tr>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:14pt; color:#FFFFFF; padding-bottom: 5px\">\
												PADI Course Durations<br>\
											</td>\
											<td style=\"font-family: Arial, Verdana, OCR A Extended; font-size:8pt; color:#FFFFFF; padding-bottom: 5px\" align=\"right\">\
												<a href=\"javascript:closepadiCourse()\" class=\"nav\"><img src=\"images/close.gif\" border=\"0\"></a>\
											</td>\
										</tr>\
									</table>\
									<table width=\"450\">\
										<tr>\
											<td colspan=\"2\" height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\" width=\"250\">\
												Dive Master Course:<br>\
											</td>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												8 Days to 21 Days or internships\
											</td>\
										</tr>\
										<tr>\
											<td colspan=\"2\" height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												Assistant Instructor Course:<br>\
											</td>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												4 Days\
											</td>\
										</tr>\
										<tr>\
											<td colspan=\"2\" height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												Instructor Development Course:<br>\
											</td>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												9 Days\
											</td>\
										</tr>\
										<tr>\
											<td colspan=\"2\" height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												Open Water Scuba Instructor:<br>\
											</td>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												5 Days\
											</td>\
										</tr>\
										<tr>\
											<td colspan=\"2\" height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												Emergency First Response Instructor Course:<br>\
											</td>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												2 Days\
											</td>\
										</tr>\
										<tr>\
											<td colspan=\"2\" height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												Master Scuba Diver Trainer:<br>\
											</td>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												3 Days plus (Depending on number of Instructor Specialties booked)\
											</td>\
										</tr>\
										<tr>\
											<td colspan=\"2\" height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
										<tr>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												IDC Staff Instructor Course:\
											</td>\
											<td style=\"font-family: Arial; font-size: 8pt; color: #FFFFFF; padding-top:0px\">\
												2 Days plus 9 Days IDC\
											</td>\
										</tr>\
										<tr>\
											<td colspan=\"2\" height=\"1\" bgcolor=\"#666666\">\
											</td>\
										</tr>\
									</table>\
									"


