<!--

function openwaus()
{
win=window.open("LCaboutus.php", "", "width=700, height=430, scrollbars=yes")
}

function openwcus()
{
win=window.open("LCcontactus.php", "", "width=700, height=430")
}

function openwbm()
{
win=window.open("bookmark.php", "", "width=600, height=430")
}

function openwtf()
{
win=window.open("tellfriend.asp", "", "width=600, height=330")
}
function openw() {
win=window.open(disclaimer.html, "", "width=200, height=100")
}

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

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

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

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;
}


-->


