$(function(){
	Date.format = "yyyy-mm-dd";
	
	$("a.targetBlank").click(function(){
		this.target='_blank';
	});
	
	
	//$(".pricing-box").colorbox({width:"50%", inline:true, href:"#xotic-rc-booster"});
	
	$(".pricing-line").click(function(){
		var p = $(this).closest(".pricing-box");
		
		$.colorbox({width:"685px", inline:true, href:$(".pricing-panel", p)});
		
		/*if ($(".pricing-panel", p).css("display") == "none")
			$(".pricing-panel", p).show();
		else
			$(".pricing-panel", p).hide();*/
			

	});
});
