function crochetage_addToOrder(productId) {
	var url=document.location.href.substring(0,document.location.href.indexOf('/',7))+'/projects/crochetage/index.php';
//	var url=document.location.href.substring(0,document.location.href.indexOf('/',7))+'/index.php';
	var request={'url': url,'ajax': 'crochetage_addToOrder','grndDiv': 'marcel','grndImg': 'http://www.webserverone.net/projects/crochetage/img_project/site/ajaxload/ajax-loader.gif'};
	var data={'productId': productId};
	sendRequest(request,data);
}


