function setCreation()
{
  reset();
  //document.getElementById('creation').style.display="table";
  document.getElementById('creation').className="show";
  document.getElementById('creationTab').src="http://www.eznettools.net/quotebuilder/op_creation_on.gif";
}

function setHosting()
{
  reset();
  //document.getElementById('hosting').style.display="table";
  document.getElementById('hosting').className="show";
  document.getElementById('hostingTab').src="http://www.eznettools.net/quotebuilder/op_hosting_on.gif";
}

function setECommerce()
{
  reset();
  //document.getElementById('ecommerce').style.display="table";
  document.getElementById('ecommerce').className="show";
  document.getElementById('ecommerceTab').src="http://www.eznettools.net/quotebuilder/op_ecomm_on.gif";
}

function setPromotion()
{
  reset();
  //document.getElementById('promotion').style.display="table";
  document.getElementById('promotion').className="show";
  document.getElementById('promotionTab').src="http://www.eznettools.net/quotebuilder/op_promotion_on.gif";
}

function setSupport()
{
  reset();
  //document.getElementById('support').style.display="table";
  document.getElementById('support').className="show";
  document.getElementById('supportTab').src="http://www.eznettools.net/quotebuilder/op_support_on.gif";
}

function reset()
{
  //document.getElementById('creation').style.display="none";
  //document.getElementById('hosting').style.display="none";
  //document.getElementById('ecommerce').style.display="none";
  //document.getElementById('promotion').style.display="none";
  //document.getElementById('support').style.display="none";
  document.getElementById('creation').className="hide";
  document.getElementById('hosting').className="hide";
  document.getElementById('ecommerce').className="hide";
  document.getElementById('promotion').className="hide";
  document.getElementById('support').className="hide";
  document.getElementById('creationTab').src="http://www.eznettools.net/quotebuilder/op_creation_tab.gif";
  document.getElementById('hostingTab').src="http://www.eznettools.net/quotebuilder/op_hosting_tab.gif";
  document.getElementById('ecommerceTab').src="http://www.eznettools.net/quotebuilder/op_ecomm_tab.gif";
  document.getElementById('promotionTab').src="http://www.eznettools.net/quotebuilder/op_promotion_tab.gif";
  document.getElementById('supportTab').src="http://www.eznettools.net/quotebuilder/op_support_tab.gif";
}

function viewAll()
{
  reset();
  document.getElementById('creation').className="show";
  document.getElementById('hosting').className="show";
  document.getElementById('ecommerce').className="show";
  document.getElementById('promotion').className="show";
  document.getElementById('support').className="show";
}