   // BEGIN OF MASTER TABLE
   
   document.writeln("<CENTER>");
   document.writeln("<TABLE ID=MainTable BORDER=0 WIDTH=" + PageW +" CELLPADDING=0 CELLSPACING=0>");
   
   // TOP MENU PANEL
   document.writeln("<TR><TD ALIGN=CENTER>");

   document.write("<IMG SRC=\"Image/Space.gif\" WIDTH=1 HEIGHT=10><BR>");
   document.write("<IMG SRC=\"Image/Logo.gif\" BORDER=0><BR>");
   document.write("<IMG SRC=\"Image/LeftTop.gif\" BORDER=0>");

   document.write("<A HREF=\"Gestion_PME_Select"+ Suff +".html\" onMouseOver=\"OpenMenu('Menu1')\" onMouseOut=\"CloseMenu('Menu1')\">");
   document.write("<IMG NAME=\"Menu1\" SRC=\"Image/Menu1"+ Suff +".gif\" BORDER=0></A>");

   document.write("<A HREF=\"Gestion_PME_Select"+ Suff +".html?Mod=3\" onMouseOver=\"OpenMenu('Menu2')\" onMouseOut=\"CloseMenu('Menu2')\">");
   document.write("<IMG NAME=\"Menu2\" SRC=\"Image/Menu2"+ Suff +".gif\" BORDER=0></A>");

   document.write("<A HREF=\"Gestion_PME_Select"+ Suff +".html?Mod=4\" onMouseOver=\"OpenMenu('Menu3')\" onMouseOut=\"CloseMenu('Menu3')\">");
   document.write("<IMG NAME=\"Menu3\" SRC=\"Image/Menu3"+ Suff +".gif\" BORDER=0></A>");

   document.write("<A HREF=\"Gestion_PME_Soutien_Technique"+ Suff +".html\" onMouseOver=\"OpenMenu('Menu4')\" onMouseOut=\"CloseMenu('Menu4')\">");
   document.write("<IMG NAME=\"Menu4\" SRC=\"Image/Menu4"+ Suff +".gif\" BORDER=0></A>");

   document.write("<IMG SRC=\"Image/RightTop.gif\" BORDER=0><BR>");

   document.writeln("</TD></TR></TABLE>");
   
   document.writeln("<TABLE ID=ContentTable BORDER=0 WIDTH=" + PageW +" CELLPADDING=0 CELLSPACING=0><TR>");

   // TOP CADRE PANEL
   document.write("<TR><TD COLSPAN=4><IMG SRC=\"Image/BrTop.gif\" BORDER=0></TD></TR>");

   // LEFT CADRE PANEL
   document.writeln("<TD ID=TDMainTable VALIGN=TOP><IMG SRC=\"Image/BrLeft.gif\" WIDTH=10 HEIGHT=" + PageH +"></TD>");

	// GOOGLE ANALITICS LOAD LIBRAIRY
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

function MenuDeb(Gif, Lien)
{
	var Alt = (Langue) ? "Accounting software" : "Logiciel de comptabilité";
	
	if (Lien.indexOf("Facturation") != -1)
		Alt = (Langue) ? "Invoicing software" : "Logiciel de facturation";
		
   // LEFT PANEL PUB
   document.writeln("<TD ID=TDMainCell WIDTH=150 VALIGN=TOP ALIGN=CENTER>");

   document.write("<IMG SRC=\"Image/Space.gif\" WIDTH=1 HEIGHT=5><BR>");
   if (Lien == "")
      document.write("<IMG SRC=\"Image/" + Gif + ".gif\" BORDER=0><BR>");
	else
      document.write("<A HREF=\"" + Lien + "\" TITRE=\"" + Alt +"\"><IMG SRC=\"Image/" + Gif + ".gif\" BORDER=0 ALT=\"" + Alt +"\"></A><BR>");
	if (PageH > 1000)
		document.write("<IMG SRC=\"Image/Space.gif\" WIDTH=1 HEIGHT="+ (PageH - 250 - 610) +" BORDER=0><BR>");
	else
		document.write("<IMG SRC=\"Image/Space.gif\" WIDTH=1 HEIGHT="+ (PageH - 250 - 240) +" BORDER=0><BR>");
}

function MenuFin(Option)
{
   if (Option == 1)
   {
      document.writeln("<BR><BR><BR><IMG SRC=\"Image/Accept.gif\" BORDER=0><BR>");
      document.write("<A HREF=\"http://www.interaconline.com/learn\" TARGET=_BLANK ONCLICK=\"window.open('http://www.interacenligne.com/renseignements','Learn','toolbar=false,status=false,directories=false,location=false,menubar=false,resizable,scrollbars,width=700,height=500');return false;\">");
      document.writeln("<IMG SRC=\"Image/AcceptI.gif\" BORDER=0></A><BR>");
      document.writeln("<IMG SRC=\"Image/Space.gif\" WIDTH=1 HEIGHT=65><BR>");
   }
   document.writeln("</TD>");

   // CLIENT PANEL
   document.writeln("<TD ID=TDMainCell VALIGN=TOP ALIGN=CENTER WIDTH=620>");
}

function GooglePub(Option)
{
   google_ad_client = "pub-1755905050564670";
   google_ad_width = 120;
   if (Option == 4)
   {
      google_ad_height = 610;
      google_ad_format = "120x600_as";
   }
   else
   {
      google_ad_height = 240;
      google_ad_format = "120x240_as";
   }

   google_ad_type = "text";
   google_ad_channel ="";
   google_color_border = "00007F";
   google_color_bg = "FFFFFF"; // "F1DF00";
   google_color_link = "0066CC";
   google_color_text = "003366";
   google_color_url = "0066CC";
   google_ui_features = "rc:6";
   
   document.writeln("<DIV VALIGN=BOTTOM><SCRIPT TYPE=\"text/javascript\" SRC=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></SCRIPT></DIV>");
}
