$(document).ready(function(){
        $('#seo_content').click(function() {
        	$('.hidden_content').hide();  
            $('#services').hide();   
            $('#solutions').hide();  
            $('#dialog-seo-1').show();    	
            $('#dialog-seo-2').show();  
        	return false;
       	});
        $('#standards_content').click(function() {
        	$('.hidden_content').hide();  
            $('#services').hide();   
            $('#solutions').hide();  
            $('#dialog-standards-1').show();    	
            $('#dialog-standards-2').show();  
        	return false;
       	});
        $('#database_content').click(function() {
        	$('.hidden_content').hide();  
            $('#services').hide();   
            $('#solutions').hide();  
            $('#dialog-database-1').show();    	
            $('#dialog-database-2').show();  
        	return false;
       	});
        $('#graphics_content').click(function() {
        	$('.hidden_content').hide();  
            $('#services').hide();   
            $('#solutions').hide();  
            $('#dialog-graphics-1').show();    	
            $('#dialog-graphics-2').show();  
        	return false;
       	});
        $('#applications_content').click(function() {
        	$('.hidden_content').hide();  
            $('#services').hide();   
            $('#solutions').hide();  
            $('#dialog-applications-1').show();    	
            $('#dialog-applications-2').show();  
        	return false;
       	});
        $('#review_content').click(function() {
        	$('.hidden_content').hide();  
            $('#services').hide();   
            $('#solutions').hide();  
            $('#dialog-review-1').show();    	
            $('#dialog-review-2').show();  
        	return false;
       	});
        $('#hosting_content').click(function() {

        	$('.hidden_content').hide();  
            $('#services').hide();   
            $('#solutions').hide();  
            $('#dialog-hosting-1').show();    	
            $('#dialog-hosting-2').show();  
        	return false;
       	});
        $('#original_content').click(function() {
        	$('.hidden_content').hide();  
            $('#services').show();   
            $('#solutions').show();   
        	return false;
       	});
});