
  
$(document).ready(function() {
	
	$("#instructions-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/doddle_instr_en.html");
  	  });
        $("#targetContent").fadeIn('slow');
    });
    
    
    $("#instructions-id2").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/doddle_instr_en.html");
  	  });
        $("#targetContent").fadeIn('slow');
    });
    
    
    
    $("#features-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/doddle_features_en.html");
  	  });
        $("#targetContent").fadeIn('slow');
    });
    
     
    $("#features-id2").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/doddle_features_en.html");
  	  });
        $("#targetContent").fadeIn('slow');
    });
    
    
    $("#contact-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/doddle_contact_en.html");
  	  });
        $("#targetContent").fadeIn('slow');
    });
    
    $("#contact-id2").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/doddle_contact_en.html");
  	  });
        $("#targetContent").fadeIn('slow');
    });
    
    
    $("#gadgets-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/gadgets_home.html");
  	  });
        $("#targetContent").fadeIn('slow');
        
        $("#targetContentLeft").load("doddle_content/linkedphone_gadgets.html");       
        
    });
    
     $("#gadgets-id2").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/gadgets_home.html");
  	  });
        $("#targetContent").fadeIn('slow');
        
        $("#targetContentLeft").load("doddle_content/linkedphone_gadgets.html");       
        
    });
    
    
    $("#callbutton-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/callButton.html");
  	  });
        $("#targetContent").fadeIn('slow');
        
        $("#targetContentLeft").load("doddle_content/linkedphone_gadgets.html");       
        
    });
    
    $("#webphonewidget-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/webphone_widget.html");
  	  });
        $("#targetContent").fadeIn('slow');
        
        $("#targetContentLeft").load("doddle_content/linkedphone_gadgets.html");       
        
    });
    
    $("#igoggle-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/igoogle_gadgets.html");
  	  });
        $("#targetContent").fadeIn('slow');
        
      $("#targetContentLeft").load("doddle_content/linkedphone_gadgets.html");      
        
    });
    
     $("#urlparam-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/urlparam.html");
  	  });
        $("#targetContent").fadeIn('slow');
        
        $("#targetContentLeft").load("doddle_content/linkedphone_gadgets.html");       
        
    });
    
    
     $("#personal-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/personal_solutions.html");
  	  });
        $("#targetContent").fadeIn('slow');
     });
    
     $("#business-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/business_solutions.html");
  	  });
        $("#targetContent").fadeIn('slow');
     });
    
    $("#solutions-general-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/solutions-general.html");
  	  });
        $("#targetContent").fadeIn('slow');
     });
     
     
     
     $("#online-webphone-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/doddle_home.html");
  	  });
        $("#targetContent").fadeIn('slow');
        
        $("#targetContentLeft").load("doddle_content/online_webphone.html");       
        
    });
    
     $("#support-id").click(function() {
   	  $("#targetContent").fadeOut('fast',function (){
     	$("#targetContent").load("doddle_content/doddle_support_en.html");
  	  });
        $("#targetContent").fadeIn('slow');
    });
    
    
    
   
    
    
 });
      
