<!--

function openw() {
win=window.open(disclaimer.html, "", "width=200, height=100")
}
function openwbm()
{
win=window.open("bookmark.php", "", "width=600, height=430")
}

function openwtf()
{
win=window.open("tellfriend.asp", "", "width=600, height=330")
}
function openwsu()
{
win=window.open("sponsor.php", "", "width=600, height=330")
}
function openwcu()
{
win=window.open("Contact Us.htm", "", "width=600, height=400")
}

function openwmsgboard()
{
win=window.open("msgboard.html", "", "width=370, height=230")
}

function openwmailingl()
{
win=window.open("mailingl.html", "", "width=370, height=250")
}


function dropdown(mySel)
{
var myWin, myVal;
myVal = mySel.options[mySel.selectedIndex].value;
if(myVal)
   {
   if(mySel.form.target)myWin = parent[mySel.form.target];
   else myWin = window;
   if (! myWin) return true;
   myWin.location = myVal;
   }
return false;
}


-->


