function setDeco() {
	if (document.getElementById('main_content').offsetHeight > 850) {
			var contentHeight = document.getElementById('main_content').offsetHeight; 
									
						/*	alert(document.getElementById('main_content_left').offsetHeight);
							  alert(document.getElementById('main_content_right').offsetHeight);
							  alert (contentHeight);	*/
						document.getElementById("sidebar").style.height= contentHeight + 'px';
					}	
		}
	
	
	window.onload = function() {

setDeco();

}	
			
		function sendr(){
	
var params = Form.serialize($('thereduction'));
//alert(params);
new Ajax.Updater('dynamicreduction', 'ajax_reduction.php', {evalScripts:true, asynchronous:true, parameters:params});

}


function cancelcoupon(){
	
	new Ajax.Updater('dynamicreduction', 'ajax_reduction.php?coupon=nomore', {evalScripts:true, asynchronous:true});
	
	}
	
	
	function sendcontacte(){
	
var params = Form.serialize($('ajax-contact'));
//alert(params);
new Ajax.Updater('dyncontact', 'ajax_contact.php', {evalScripts:true, asynchronous:true,onSuccess:function(request){}, parameters:params});

}	

	function send_tf(){
	
var params = Form.serialize($('sendtofriend_f'));
//alert(params);
new Ajax.Updater('sendtofriend', 'sendtofriend_ajax.php', {evalScripts:true, asynchronous:true,onSuccess:function(request){}, parameters:params});

}