
$(document).ready(function(){
	
	$('.details_slideout').hide();
	$('.photoshop').hide();
	$('.logoWork').hide();
	
	$('.details a').click(function(){
		$($(this).attr('href')).toggle(400);
		return false;
	});
	
	$('.portPar a').click(function(){
		$('.workContainer').hide();	
		$($(this).attr('href')).toggle();
		
		return false;
	});
	

	
	
	
});











// // Show Hide Div
// $(document).ready(function() {
//  // toggles the slickbox on clicking the noted link
// $('div.co1').hide();
// $('a#details1').click(function() {
// $('div.co1').toggle(400);
// return false;
// 	 });
// });
// 
// $(document).ready(function() {
//  // toggles the slickbox on clicking the noted link 
// $('div.co2').hide();
// $('a#details2').click(function() {
// $('div.co2').toggle(400);
// return false;
// 	 });
// });
// 
// $(document).ready(function() {
//  // toggles the slickbox on clicking the noted link 
// $('div.co3').hide();
// $('a#details3').click(function() {
// $('div.co3').toggle(400);
// return false;
// 	 });
// });
// 
// $(document).ready(function() {
//  // toggles the slickbox on clicking the noted link 
// $('div.co4').hide();
// $('a#details4').click(function() {
// $('div.co4').toggle(400);
// return false;
// 	 });
// });
// 
// $(document).ready(function() {
//  // toggles the slickbox on clicking the noted link 
// $('div.co5').hide();
// $('a#details5').click(function() {
// $('div.co5').toggle(400);
// return false;
// 	 });
// });
// 
// $(document).ready(function() {
//  // toggles the slickbox on clicking the noted link 
// $('div.co6').hide();
// $('a#details6').click(function() {
// $('div.co6').toggle(400);
// return false;
// 	 });
// });