function sendUser(url)
{
	window.open(url);
	return false;
}

function boutiqueTracking(id)
{
	var top=(screen.height-600)/2;
	var left=(screen.width-800)/2;
	window.open('http://www.despromotions.com/marchands/tracking/'+id,'comment','top='+top+',left='+left+',width=800,height=600,directories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes');
	return false;
}

function produitTracking(id)
{
	var top=(screen.height-600)/2;
	var left=(screen.width-800)/2;
	window.open('http://www.despromotions.com/produits/index/tracking/?id='+id,'comment','top='+top+',left='+left+',width=800,height=600,directories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes');
	return false;
}


function createView(id)
{
	var url='http://www.despromotions.com/marchands/tracking/'+id+'?noCount=true';
	/*document.write('<img src="/marchands/tracking/'+id+'?noCount=true" alt="" width="1" height="1" />');*/
	/*document.write('<img src="'+url+'" alt="" />');*/
	document.write('<if'+'rame name="tracking" src="'+url+'" scrolling="no" height="1" width="1" FRAM'+'EBORDER="no"></ifra'+'me>');
}



