// g_site.js, developped by G. Guerin
// Copyright (C) 2005 G. GUERIN - Do not Distribute
// File Rev: 1

function myBodyId(c_id)
{
  // @ Gilbert Guerin
  document.getElementsByTagName('body')[0].id=c_id;
}

function openwindow(cUrl)
{
   window.open (cUrl, "","width=800,height=425");
}