 $(document).ready(function() {
 	$('#deal-view-all-description').click(function(){ 
 			$('#offerta_body').show();
 			$('#offerta_body_small').hide();
 		});
 	$('#deal-view-short-description').click(function(){ 
 			$('#offerta_body').hide();
 			$('#offerta_body_small').show();
 		});				 		
 });
 $(document).ready(function() {             
	$('#clock').countdown({
		until: new Date( deal_end_date ), 
		format: 'DHMS', 
		significant: 3
		});
});

$(document).ready(function() {
	$('#popup-window-ondemand').jqm({trigger: 'a.jqm-ex4',target: '#jqmContent',onHide: closeIFrameModal,onShow: openInFrame});
});

$(document).ready(function() {
	$("#dealprogressbarstatus").animate( { width: deal_min_threshold_percent }, 500);
});
