/*
v1.0
$Revision: 318 $
$Date: 2008-06-16 17:38:25 +0100 (Mon, 16 Jun 2008) $
*/


function SetIe7FooterButtons()
{
  document.styleSheets[0].addRule("#footer_panel", "padding-top: 5px;");
}

function SetIe6ContainerWidth()
{
  document.styleSheets[0].addRule("#container", 
  "width: expression(document.body.clientWidth < 620 ? '550px' : (document.body.clientWidth > 950 ? '900px' : '90%') )");
}

function SetIe7ContainerWidth()
{
  document.styleSheets[0].addRule("#container>#body_panel", "width:76.9%;");
}

