function popup(e, page)  
{
	//alert (page);
	if (page=='descritionpromo'){
		var tpopup = window.open('promotions.php?promo='+e,
					'Promotions','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,width=800px,height=300px');
	} else { 
		var tpopup = window.open('editer.php?id='+e+'&page='+page,
					'Editer','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=500px,height=450px');
	}
	return false;	
}