function iChange(state) {
  
      if(state == 1){
        
        window.frames['Main'].location.href = "Files/Home.asp";
		}
	  if(state == 2){
        
        window.frames['Main'].location.href = "Files/AboutUs.asp";
		}
	  if(state == 3){
        
        window.frames['Main'].location.href = "Files/Plugins/ContactUs.asp";
		}
	  if(state == 4){
       
        window.frames['Main'].location.href = "Files/WhatIsChiropractic.asp";
		}
	  if(state == 5){
        
        window.frames['Main'].location.href = "Files/ProductsServices.asp";
		}
	  if(state == 6){
        
        window.frames['Main'].location.href = "Files/Plugins/AppointmentRequest.asp";
		}	
	  if(state == 7){
        
        window.frames['Main'].location.href = "Files/Plugins/GiftCard_Step1.asp";
		}
	  if(state == 8){
        
        window.frames['Main'].location.href = "Files/Plugins/NewsLetter_View.asp";
		}
	   if(state == 9){
        
        window.frames['Main'].location.href = "Files/Plugins/NewsLetter_Login.asp";
		}
		
		
	}

