
function LoadPopUpProduit(id, img, prix)
{

	window.open('prise.aspx?Id=' + id + '&Img=' + img + '&Prix=' + prix,'','width=500,height=400,scrollbars=no,')
}

function LoadPopUpTechTips(localisation)
{	
	window.open(localisation ,'','width=685,height=550,scrollbars=yes');
}

function LoadPopUpGallerie(localisation)
{	
	window.open(localisation ,'','width=685,height=550,scrollbars=yes');
}