// -- JavaScripts pour le site CITI
// -- Martigny, le 14 décembre 2004
// -- Michellod Vincent
function details(details,noobjet,nHauteur,nLargeur)
{
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=600,height=500,scrollbars=yes,resizable=no,align=center'
pop = window.open (details,noobjet,config);
}
function addMyobject (objectname,objectid,agencyid,price,location,imagename,agencycodelogin,citiid)
	{
		var strToADD="/pages/citi/adduserObject.cfm?objectname="+objectname+"&objectid="+objectid+"&agencyid="+agencyid;
		window.open(strToADD,"AddObject","width=400,height=200,scrollbars=no,");
	}