
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function popup(theURL) { //v2.0
	theURL = 'agence/' + theURL;
	window.open(theURL,'pop','width=420,height=785,left=100,top=50,menubar=no,scrollbars=yes,status=no');
}

