$(document).ready(function(){
	//Full Caption Sliding (Hidden to Visible)
	$('.boxgrider.atelierregnat').mouseup(function(){
		$('.boxgrid').show();
		$('.boxcaption').stop().animate({left:'-555px'},{queue:false,duration:66});
		$('.ateliercover').stop().animate({left:'6px'},{queue:false,duration:666});
		//trackthis('portfolio/atelieregnat.htm');
		vc_up("FOLIO_Regnat");
	});

	$('.boxgrider.lebzelter').mouseup(function(){
		$('.boxgrid').show();
		$('.boxcaption').stop().animate({left:'-555px'},{queue:false,duration:66});
		$('.lebzeltercover').stop().animate({left:'6px'},{queue:false,duration:666});
		//trackthis('portfolio/lebzelter.htm');
		vc_up("FOLIO_Lebzelter");
	});

	$('.boxgrider.rasch').mouseup(function(){
		$('.boxgrid').show();
		$('.boxcaption').stop().animate({left:'-555px'},{queue:false,duration:66});
		$('.raschcover').stop().animate({left:'6px'},{queue:false,duration:666});
		//trackthis('portfolio/rasch.htm');
		vc_up("FOLIO_Rasch");
	});

	$('.boxgrider.russki').mouseup(function(){
		$('.boxgrid').show();
		$('.boxcaption').stop().animate({left:'-555px'},{queue:false,duration:66});
		$('.russkicover').stop().animate({left:'6px'},{queue:false,duration:666});
		//trackthis('portfolio/russki.htm');
		vc_up("FOLIO_Russki");
	});

	$('.close').mouseup(function(){
		$('.boxcaption').stop().animate({left:'-555px'},{queue:false,duration:260});
		$('.boxgrid').hide("slow");
	});
	
	function trackthis(url){
		$("#tracker").attr("src", "http://www.multimedia-internet.net/nwa/"+url);
	return false;
}
});
