// sorry remi i need to add this at abse of every page

var popWindow;
function popCosts(url) {
	popWindow = window.open(url,'DeliveryCosts','left=100,top=100,screenX=30,screenY=30,width=377,height=300,menubar=no,scrollbars=yes,resizable=yes');

	if (window.focus) {popWindow.focus()}
}

var popTellWindow;
function popTell(url) {
	popTellWindow = window.open(url,'DeliveryCosts','left=100,top=100,screenX=30,screenY=30,width=377,height=480,menubar=no,scrollbars=yes,resizable=yes');

	if (window.focus) {popTellWindow.focus()}
}
