function Footer() {
    document.write("2011 &copy; Steering Sistemi Direzionali srl &#149;-&#149; <a href='../index.html'>Home</a> &#149; <a href='it-disclaimer.html'>Legal</a> &#149; <a href='#'>Requirements</a> &#149; <a href='it-contatti.html'>Contact</a> &#149; <a href='#'>Reserved</a>")
}

function FooterEn() {
    document.write("2011 &copy; Steering Sistemi Direzionali srl &#149;-&#149; <a href='../index.html'>Home</a> &#149; <a href='en-disclaimer.html'>Legal</a> &#149; <a href='#'>Requirements</a> &#149; <a href='en-contatti.html'>Contact</a> &#149; <a href='#'>Reserved</a>")
}

function FooterHome() {
	document.write("<img src='img/lgo/foot.gif'>")
}

function Flags() {
	document.write("<img src='img/gen/f-it.gif'>")
}

function News() {
	document.write("<h2>Alcuni clienti:</h2>")
	document.write("<h3>&raquo; Links to & stuff.</h3>")
}

function Menu() {
    document.write("<ul id='navBar'>")
    document.write("<li><a href='it-aboutus.html'>.: About Us</a></li> ")
    document.write("<li><a href='it-news.html'>.: News & Eventi</a></li>  ")
    document.write("<li></li> ")
    document.write("<li><a href='it-services.html'>.: Servizi</a></li> ")
    document.write("<li><a href='it-partners.html'>.: Partners</a></li> ")
    document.write("<li><a href='it-customers.html'>.: Clienti</a></li> ")
    document.write("</ul>")
}

function MenuEn() {
    document.write("<ul id='navBar'>")
    document.write("<li><a href='en-aboutus.html'>.: About Us</a></li> ")
    document.write("<li><a href='en-news.html'>.: News & Events</a></li>  ")
    document.write("<li></li> ")
    document.write("<li><a href='en-services.html'>.: Services</a></li> ")
    document.write("<li><a href='en-partners.html'>.: Partners</a></li> ")
    document.write("<li><a href='en-customers.html'>.: References</a></li> ")
    document.write("</ul>")
}

function PayOffAboutUs() {
    document.write("<h4>We help you to improve your performances</h4> ")
    document.write("<p>Dal 1996 Steering Sistemi Direzionali &egrave; un player di riferimento tra le societ&agrave; di consulenza in ambito EPM & BI.</p> ")
    document.write("<p>Gli oltre 15 anni di esperienza sul campo hanno arricchito il know-how nella definizione di metodi, nel disegno e la realizzazione di modelli, ampliando l&acute;offerta di soluzioni a supporto dei processi decisionali aziendali.</p> ")
}

function PayOffAboutUsEn() {
    document.write("<h4>We help you to improve your performances</h4> ")
    document.write("<p>From 1996 Steering Sistemi Direzionali is a leading player between the advisory companies in the EPM and BI areas.</p> ")
    document.write("<p>Over 15 years of field experience dramatically grown the know-how in the methods' design, in data models' planning and developing, widening the offering of solutions to support the decisional processes.</p> ")
}

function PayOff() {
    document.write("<h4>We help you to improve your performances</h4> ")
    document.write("<p>Migliorare l&acute;efficacia dei sistemi di supporto alla gestione delle imprese e degli enti pubblici: oggi &egrave; possibile.</p> ")
}

function PayOffEn() {
    document.write("<h4>We help you to improve your performances</h4> ")
    document.write("<p>Improving the effectiveness of decisions support systems in your private or public companies: today you can.</p> ")
}

function PayOffMedium() {
    document.write("<h4>We help you to improve your performances</h4> ")
    document.write("<p>Migliorare l&acute;efficacia dei sistemi di supporto alla gestione delle imprese e degli enti pubblici: oggi &egrave; possibile.</p> ")
    document.write("<p>Dal 1996 Steering Sistemi Direzionali &egrave; un player di riferimento tra le societ&agrave; di consulenza in ambito EPM & BI.</p> ")
}

function PayOffMediumEn() {
    document.write("<h4>We help you to improve your performances</h4> ")
    document.write("<p>Improving the effectiveness of decisions support systems in your private or public companies: today you can.</p> ")
    document.write("<p>From 1996 Steering Sistemi Direzionali is a leading player between the advisory companies in the EPM and BI areas.</p> ")
}

function disableRightClick(e)
{
  var message = "Right click disabled";
  if(!document.rightClickDisabled) // initialize
  {
    if(document.layers) 
    {
      document.captureEvents(Event.MOUSEDOWN);
      document.onmousedown = disableRightClick;
    }
    else document.oncontextmenu = disableRightClick;
    return document.rightClickDisabled = true;
  }
  if(document.layers || (document.getElementById && !document.all))
  {
    if (e.which==2||e.which==3)
    {
      alert(message);
      return false;
    }
  }
  else
  {
    alert(message);
    return false;
  }
}

disableRightClick();


