<!--
/*
1	Confédération Construction wallonne	http://www.confederationconstruction.be/wallonie
2	Confédération Construction de Bruxelles-Capitale	http://www.confederationconstruction.be/bruxellescapitale
3	Vlaamse Confederatie Bouw	http://www.confederatiebouw.be/vlaanderen
*/
function gotoPagegc(varItem)
{
  switch(varItem)
  {
    case 0:
      window.parent.self.status="Choisissez une Région";
      break;
    case 1:
/*      window.open("http://www.confederationconstruction.be/wallonie", target="_blank");*/
      window.location="/grp/index.FR.asp?grp=993";
      break;
    case 2:
/*      window.open("http://www.confederationconstruction.be/bruxellescapitale", target="_blank");*/
      window.location="/grp/index.FR.asp?grp=991";
      break;
    case 3:
      window.open("http://www.confederatiebouw.be/vlaanderen", target="_blank");
      break;
  }
}
// -->