function getCartItem(a){var b=getCookie("CART_CONTENT");b=b!=null?(b=b.split("\t")):0;return b.length>0?b[a]:0}function GotoAnchor(a){window.location.hash=a}
function ACT_DropListBox(a){var b='<SELECT SIZE="1" NAME="ACT_droplistbox" onClick="if(options[selectedIndex].value) window.location.href=(options[selectedIndex].value)">',c=" SELECTED";b+="<OPTION "+c+' VALUE="">Select a Section</OPTION>';for(c=1;c<=a.length;c++)if(a[c].sURL!=null){b+='<OPTION VALUE="'+a[c].sURL+'">'+a[c].sName+"</OPTION>";if(a[c].pChild)for(var d=1;d<=a[c].pChild.length;d++){b+='<OPTION VALUE="'+a[c].pChild[d].sURL+'">- '+a[c].pChild[d].sName+"</OPTION>";if(a[c].pChild[d].pChild)for(var e=
1;e<=a[c].pChild[d].pChild.length;e++)b+='<OPTION VALUE="'+a[c].pChild[d].pChild[e].sURL+'">- - '+a[c].pChild[d].pChild[e].sName+"</OPTION>"}}b+="</SELECT>";return b}function capitalizeThis(a){val=a.value;newVal="";val=val.split(" ");for(var b=0;b<val.length;b++)newVal+=val[b].substring(0,1).toUpperCase()+val[b].substring(1,val[b].length)+" ";a.value=newVal};