//################################################################################	
//
//S T A R T   F O O T E R
//
//################################################################################				
				var strLocation = document.URL ;
				var mypos;		
				var mypos1; 
				var mypos2; 
				var mypos3;
				var mypos4; 
				var mypos5; 
				var mypos6; 
				var mypos7; 	
				var mypos8;
				var mypos9; 	
				var mypos10; 	
				var mypos11; 			
//------------------------------------------------------------------
//  H O M E
//------------------------------------------------------------------						
						mypos = (document.URL.toUpperCase()).indexOf("INDEX");		
						//checks for the name index.htm in the URL, or the title of the page, if the URL
						//does not show the index.htm - for example the user types in the url, without the 
						//index.htm, which would still process as the default page for the site.						
						if((mypos>=0) || (document.title=="Calgary Pump Symposium-Home")){					
							document.write("<a href='index.html' class='footer_on' style='margin-right:3px;'>");	
						}else{					
						document.write("<a href='index.html' class='footer' style='margin-right:3px;'>");	
						}											
						document.write("Home</a><font color='#FFFFFF'>|</font>");							
//------------------------------------------------------------------
//  P R E S E N T A T I O N S
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("PRESENTATIONS");										
						if(mypos>=0){ 					
							document.write("<a href='presentations.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='presentations.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Presentations</a><font color='#FFFFFF'>|</font>");	
						
						
					
//------------------------------------------------------------------
//  C O U R S E S
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("COURSES");										
						if(mypos>=0){ 					
							document.write("<a href='schedule.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='courses.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Courses</a><font color='#FFFFFF'>|</font>");	
						
						
						

//------------------------------------------------------------------
//  A B S T R A C T S
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("ABSTRACTS");										
						if(mypos>=0){ 					
							document.write("<a href='abstract.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='abstracts.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Abstracts</a><font color='#FFFFFF'>|</font>");	
						

//------------------------------------------------------------------
//   S P E A K E R S
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("SPEAKERS");										
						if(mypos>=0){ 					
							document.write("<a href='speakers.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='speakers.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Speakers</a><font color='#FFFFFF'>|</font>");	
						
						


//------------------------------------------------------------------
//   Trades Show
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("TRADES SHOW");										
						if(mypos>=0){ 					
							document.write("<a href='tradeShow.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='tradeShow.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Trades Show</a><font color='#FFFFFF'>|</font>");	
												

//------------------------------------------------------------------
//   A D V I S O R Y
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("ADVISORY");										
						if(mypos>=0){ 					
							document.write("<a href='advisory.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='advisory.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Advisory</a><font color='#FFFFFF'>|</font>");	
						
						


	
//------------------------------------------------------------------
//  S P O N S O R S
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("SPONSORS");										
						if(mypos>=0){ 					
							document.write("<a href='sponsors.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='sponsors.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Sponsors</a><font color='#FFFFFF'>|</font>");	
						
						
											
								
//------------------------------------------------------------------
//  C O N T A C T S
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("CONTACTS");										
						if(mypos>=0){ 					
							document.write("<a href='contacts.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='contacts.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Contacts</a><font color='#FFFFFF'>|</font>");

//------------------------------------------------------------------
//  V O L U N T E E R S
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("VOLUNTEERS");										
						if(mypos>=0){ 					
							document.write("<a href='volunteers.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='volunteers.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Volunteers</a><font color='#FFFFFF'>|</font>");


//------------------------------------------------------------------
//   R E G I S T R A T I O N
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("REGISTRATION");										
						if(mypos>=0){ 					
							document.write("<a href='registration.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='registration.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Registration</a><font color='#FFFFFF'>|</font>");		
						
						
						
						
						
						
						

//------------------------------------------------------------------
//  H O T E L - I N F O R M A T I O N
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("HOTEL");										
						if(mypos>=0){ 					
							document.write("<a href='hotel.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='hotel.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Location</a><font color='#FFFFFF'>|</font>");	

//------------------------------------------------------------------
//  F U T U R E
//------------------------------------------------------------------					
						mypos = (document.URL.toUpperCase()).indexOf("FUTURE");										
						if(mypos>=0){ 					
							document.write("<a href='future.html' class='footer_on' style='margin-left:3px; margin-right:3px;'>");	
						}else{					
						document.write("<a href='future.html' class='footer' style='margin-left:3px; margin-right:3px;'>");	
						}											
						document.write("Future</a><font color='#FFFFFF'></font>");
									
				
						
//<!--- 	
//E N D   F O O T E R
//--->


