// JavaScript functions


function startup()
{
  if (self != top)
     top.location.replace (self.location);
}


function submitonce(myForm)
{
  if (document.all || document.getElementById)
    for (i = 0; i < myForm.length; i++)
    {
      var object = myForm.elements[i];
      if (object.type == 'submit' || object.type == 'reset')
         object.disabled = true;
    }
}


function alternate(myElement)
{
  if (!myElement.base)
     myElement.base = myElement.value;
  if (myElement.value == myElement.base)
     myElement.value = '';
  else if (myElement.value == '')
     myElement.value = myElement.base;
}

google_ad_client = "pub-8510903406751009";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_channel = "2804932201";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_url = "000000";
google_color_text = "000000";