function affichage_popup(page,nom,largeur,hauteur)
{
window.open(page,nom,config='height='+hauteur+', width='+largeur+', toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no')
}
/*********** panier *******************/	
	$(function() {
		
		$("#div_panier").dialog({
			bgiframe: true,
			autoOpen: false,
			height: 530,
			width:630,
			modal: true,
			closeOnEscape: true
			});
	});
	$(function(){
	$("ul#ticker01").liScroll();
});

