// Site Specific JScript source code

function KitContents()
{
  Popup("warmthkit.html", "Contents", 480, 280);
}

function FreshStart()
{
  Popup("freshstart.html", "FreshStart", 480, 280);
}

function Sponsorship()
{
  Popup("sponsorship.html", "Sponsorship", 480, 220);
}

function RoadToSuccess()
{
  Popup("roadtosuccess.html", "RoadToSuccess", 480, 440);
}