	<!-- Hide script from older browsers
 
 	FirstTime = true

	if (document.getElementById) {
	  stdBrowser = true 
    }
	else {
      stdBrowser = false
    } 
         
    function slide() {
       if (FirstTime) {
         var windowWidth = 630, windowHeight = 460;
            if (parseInt(navigator.appVersion)>3) {
               if (navigator.appName=="Netscape") {
                  windowWeight = window.innerWidth-16;
                  windowHeight = window.innerHeight-16;
               }
               if (navigator.appName.indexOf("Microsoft")!=-1) {
                  windowWidth = document.body.offsetWidth-20;
                  windowHeight = document.body.offsetHeight-20;
               }
            }  

	    if (stdBrowser) {
		  <!-- If screen width and height available calculate centre of middle image then position offsets images  
			if (screen)	{
	           widthpos = screen.width/2 - 96
               heightpos = screen.height/2 - 58
              
               widthpos = windowWidth/2 - 50
               heightpos = windowHeight/2 - 58   

                <!-- document.write("Width" )
                <!-- document.write(widthpos)
                <!-- document.write(" Height" )
                <!-- document.write(heightpos) 
          
                <!-- Calculate Start Horizontal position of each image   
                FirstHorizontalCurPos = widthpos  
                SecondHorizontalCurPos = widthpos 
                ThirdHorizontalCurPos = widthpos      
                FourthHorizontalCurPos = widthpos       
                FifthHorizontalCurPos = widthpos    
        
                <!-- Calculate Start Vertical position of each image      
                FirstVerticalMoverPos  = heightpos - heightpos + 200   
                SecondVerticalMoverPos = heightpos - heightpos + 200 
                ThirdVerticalMoverPos  = heightpos - heightpos + 200
                FourthVerticalMoverPos = heightpos - heightpos + 200    
                FifthVerticalMoverPos  = heightpos - heightpos + 200  

                <!-- Calculate Finish Horizontal position of each image   
                FirstHorizontalMoverFinPos = widthpos - 220
                SecondHorizontalMoverFinPos = widthpos - 120
                ThirdHorizontalMoverFinPos = widthpos  - 1
                FourthHorizontalMoverFinPos = widthpos + 120      
                FifthHorizontalMoverFinPos = widthpos + 220  
    
            <!-- End screen
            }
	
	        FirstMoverObj = document.getElementById("FirstMover").style
	        <!-- Position start position of first image horizontally 
	        FirstMoverObj.left = FirstHorizontalCurPos
	        <!-- Position start position of first image vertically 
	        FirstMoverObj.top =  FirstVerticalMoverPos	 
	
 	    	SecondMoverObj = document.getElementById("SecondMover").style 
		    <!-- Position start position of second image horizontally 
	        SecondMoverObj.left = SecondHorizontalCurPos       
 		    <!-- Position start position of second image vertically 
	        SecondMoverObj.top = SecondVerticalMoverPos	       	       
		  		  
		    ThirdMoverObj = document.getElementById("ThirdMover").style
		    <!-- Position start position of third image vertically 
	        ThirdMoverObj.left = ThirdHorizontalCurPos
	        <!-- Position start position of third image horizontally 
	        ThirdMoverObj.top = ThirdVerticalMoverPos	 
		
		    FourthMoverObj = document.getElementById("FourthMover").style
	        <!-- Position start position of fourth image horizontally
	        FourthMoverObj.left = FourthHorizontalCurPos
	        <!-- Position start position of fourth image vertically 
	        FourthMoverObj.top =  FourthVerticalMoverPos	       	       
	
	        FifthMoverObj = document.getElementById("FifthMover").style
	        <!-- Position start position of fifth image horizontally 
	        FifthMoverObj.left = FifthHorizontalCurPos
	        <!-- Position start position of fifth image vertically 	
	        FifthMoverObj.top = FifthVerticalMoverPos	        
   
        FirstH = 1 
        FirstV = 1 
    
        <!-- End stdBrowser
	   	}
	    else {
   	       rightDotPos = document.rightfore.left
                  
        <!-- Std stdBrowser Else  
        }
       
       	FirstTime = false
       	
      <!-- End FirstTime
      }
   
      if (stdBrowser) { 
                              
                         FirstHorizontalCurPos = parseInt(FirstMoverObj.left) - FirstH
 	                     if (FirstHorizontalCurPos > FirstHorizontalMoverFinPos)
                           {  
                             FirstMoverObj.left = FirstHorizontalCurPos + "px"
                             FirstVerticalCurPos = parseInt(FirstMoverObj.top) + FirstV    
	                         FirstMoverObj.top = FirstVerticalCurPos + "px"
	                         FirstV =  - 1
    	                     FirstH =  + 6     
    	                 
    	                   } 
	                     else { 
                                SecondHorizontalCurPos = parseInt(SecondMoverObj.left) - FirstH 
                                if (SecondHorizontalCurPos > SecondHorizontalMoverFinPos)
                                  {          
                                    SecondMoverObj.left = SecondHorizontalCurPos + "px"
  	                                SecondVerticalCurPos = parseInt(SecondMoverObj.top) + FirstV    
	                                SecondMoverObj.top = SecondVerticalCurPos + "px"	   
                                  } 
	                 	        else { 
                                       ThirdHorizontalCurPos = parseInt(ThirdMoverObj.left)
                                       if (ThirdHorizontalCurPos < ThirdHorizontalMoverFinPos)
                                         {  
                                           ThirdMoverObj.left = ThirdHorizontalCurPos + "px"
                                           ThirdVerticalCurPos = parseInt(ThirdMoverObj.top) + FirstV	     
	                                       ThirdMoverObj.top = ThirdVerticalCurPos + "px"	  
                                         }  
                                       else {  
                                              FourthHorizontalCurPos = parseInt(FourthMoverObj.left) + FirstH
                                              if (FourthHorizontalCurPos < FourthHorizontalMoverFinPos)              
                                                { 
                                                  FourthMoverObj.left = FourthHorizontalCurPos + "px"
                                                  FourthVerticalCurPos = parseInt(FourthMoverObj.top) + FirstV    
	                                              FourthMoverObj.top = FourthVerticalCurPos + "px"	     
	                                            }                               
                                              else {  
                                                     FifthHorizontalCurPos = parseInt(FifthMoverObj.left) + FirstH
                                                     if (FifthHorizontalCurPos < FifthHorizontalMoverFinPos) 	   	 
                                                       {  
                                                         FifthMoverObj.left = FifthHorizontalCurPos + "px"
                                                         FifthVerticalCurPos = parseInt(FifthMoverObj.top) + FirstV     
	                                                     FifthMoverObj.top = FifthVerticalCurPos + "px" 
                                                       }                                         
                                                   } 
                                            }                      
                                     } 
                                 } 
                      <!-- End stdBrowser     
                      }   
                 else { 
                         document.mover.left - 1
                         FifthHorizontalCurPos = document.mover.left
  
                       <!-- End stdBrowser Else
                       }
   
      <!-- loop If not arived at destination                 
 
      if (FifthHorizontalCurPos < FifthHorizontalMoverFinPos) {	
        setTimeout("slide()",1)
 	  }
     
   <!-- End slide   
   }
      
	// End hiding script -->

