function favoris() 
{
	if (navigator.appName != 'Microsoft Internet Explorer')
	{ 
		window.sidebar.addPanel("Groupe IGH - Agencement intérieur - Résine de synthèse","http://www.groupe-igh.com",""); 
	}
	else 
	{ 
		window.external.AddFavorite("http://www.groupe-igh.com","Groupe IGH - Agencement intérieur - Résine de synthèse"); 
	} 
}

function resizePopUp(Image, Legende, Texte)
{
         w = window.open('','chargement','top=30,left=30,width=10,height=10');
         w.document.write( "<html><head><title>Photo galerie</title>\n" ); 
         w.document.write( "<script language='JavaScript'>\n"); 
         w.document.write( "IE5=NN4=NN6=false;\n"); 
         w.document.write( "if(document.all)IE5=true;\n"); 
         w.document.write( "else if(document.getElementById)NN6=true;\n"); 
         w.document.write( "else if(document.layers)NN4=true;\n"); 
         w.document.write( "function autoSize() {\n"); 
         w.document.write( "if(IE5) self.resizeTo(document.images[0].width+40,document.images[0].height+150)\n"); 
         w.document.write( "else if(NN6) self.sizeToContent();\n");
         w.document.write( "else window.resizeTo(document.images[0].width+40,document.images[0].height+150)\n"); 
         w.document.write( "self.focus();\n"); 
         w.document.write( "}\n</scri");
         w.document.write( "pt>\n"); 
         w.document.write( "<link HREF='../../includes/administration.css' rel='STYLESHEET' type='text/css'></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad='javascript:autoSize();'>" );
         w.document.write( "<P align='center'><BR><a href='javascript:window.close();'><img src='"+Image+"' border=0 alt='"+Legende+"'></a></P><table border=0><tr><td width='10'>&nbsp;</td><td valign='top'><P align='justify' class='BodyFontText'>" + Texte +"</P></td><td width='10'>&nbsp;</td></tr></table>" );		  
         w.document.write( "</body></html>" );
         w.document.close(); 
}

function OpenWindow(URL, name, style)
{
	window.open(URL, name, style);
}
