<!--
sfHover=function(){var sfEls=document.getElementById("navTopMenu").getElementsByTagName("LI");for(var i=0;i<sfEls.length;i++){sfEls[i].onmouseover=function(){this.className+=" sfhover";}
sfEls[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"");}}
setTimeout('',500);var tpEls=document.getElementById("topPicks").getElementsByTagName("LI");for(var i=0;i<tpEls.length;i++){tpEls[i].onmouseover=function(){this.className+=" TPHover";}
tpEls[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" TPHover\\b"),"");}}}
if(window.attachEvent){window.attachEvent("onload",sfHover);}
function showHideDropDown()
{document.getElementById("topPickDrop").style.display="none"
if(document.getElementById("biglistDropDown").style.display=="inline")
{document.getElementById("biglistDropDown").style.display="none"}
else
{document.getElementById("biglistDropDown").style.display="inline"}}
function showHideTPDropDown()
{document.getElementById("biglistDropDown").style.display="none"
if(document.getElementById("topPickDrop").style.display=="inline")
{document.getElementById("topPickDrop").style.display="none"}
else
{document.getElementById("topPickDrop").style.display="inline"}}
function subSetToG()
{var url='/html/build/bigListDropDownToG.asp';$("biglistDropDown").style.height="800";$("biglistDropDown").innerHTML="<img src='/graphics/loadingbar.gif' style='margin-left: 300px;'>";new Ajax(url,{method:'get',onComplete:function(txt,xml){$("biglistDropDown").innerHTML=txt;$("biglistDropDown").style.height="auto";}}).request();}
function subSetToAll()
{var pars='subset=';var url='/html/build/bigListDropDownALL.asp';$("biglistDropDown").style.height="800";$("biglistDropDown").innerHTML="<img src='/graphics/loadingbar.gif' style='margin-left: 300px;'>";new Ajax(url,{method:'get',onComplete:function(txt,xml){$("biglistDropDown").innerHTML=txt;$("biglistDropDown").style.height="auto";}}).request();}
function subSetToN()
{var pars='subset=N';var url='/html/build/bigListDropDownToN.asp';$("biglistDropDown").style.height="800";$("biglistDropDown").innerHTML="<img src='/graphics/loadingbar.gif' style='margin-left: 300px;'>";new Ajax(url,{method:'get',onComplete:function(txt,xml){$("biglistDropDown").innerHTML=txt;$("biglistDropDown").style.height="auto";}}).request();}
function subSetToZ()
{var pars='subset=Z';var url='/html/build/bigListDropDownToZ.asp';$("biglistDropDown").style.height="800";$("biglistDropDown").innerHTML="<img src='/graphics/loadingbar.gif' style='margin-left: 300px;'>";new Ajax(url,{method:'get',onComplete:function(txt,xml){$("biglistDropDown").innerHTML=txt;$("biglistDropDown").style.height="auto";}}).request();}
function chgTopPick(list)
{if(list)
{$('topPicks'+list).style.display='inline';$(''+list+'').id=list+'Active';if(list!='Brands')
{$('topPicksBrands').style.display='none'
if($('BrandsActive'))
{$('BrandsActive').id='Brands';}}
if(list!='Mild')
{$('topPicksMild').style.display='none'
if($('MildActive'))
{$('MildActive').id='Mild';}}
if(list!='Medium')
{$('topPicksMedium').style.display='none'
if($('MediumActive'))
{$('MediumActive').id='Medium';}}
if(list!='Full')
{$('topPicksFull').style.display='none'
if($('FullActive'))
{$('FullActive').id='Full';}}}}
function chMyColor(list)
{if(list)
{if($(''+list+'').style.backgroundColor=='#EEEEEE')
{$(''+list+'').style.backgroundColor='#FFFF99';$(''+list+'').style.color='#ffffff';}
if($(''+list+'').style.backgroundColor=='#FFFF99')
{$(''+list+'').style.backgroundColor='#EEEEEE';$(''+list+'').style.color='#004371';}}}