function owimg(src)
{
    w=open("",'image','width=400,height=400,toolbar=no,scrollbars=yes,resizable=yes');   
    w.document.write("<HTML><HEAD><TITLE>Bourse de locaux et du foncier d'entreprise - CCI de l'Ariège</TITLE>");
    w.document.write("<SC"+"RIPT language=java"+"script> function checksize()  { if (document.images['img'].complete) {  window.resizeTo(document.images[0].width+25,document.images[0].height+50); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT></HEAD>");
    w.document.write("<BODY onload='checksize();window.moveTo(0,0)' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'><tr><td align='center' valign='middle'><a href='javascript:window.close();'><IMG src='"+src+"' border=0 name='img' alt='cliquer pour fermer' title='cliquer pour fermer' /></a></td></tr></table>");
    w.document.write("</BODY></HTML>");
    w.document.close();
}
function ElemId(elm)
{
	return document.getElementById(elm);
}
//----------------------------------------------------------------------
function owpage(url, width, height)
{
    w = open(url,'image','width='+width+',height='+height+',toolbar=no,scrollbars=yes,resizable=yes');   
}
function in_array(valeur, tablo)
{
	for(cpt=0; cpt<tablo.length; cpt++)
		if(tablo[cpt]==valeur)
			return true;
	return false;
}


