function load_casa() { sel=document.getElementById("casasel"); casa=sel.options[sel.selectedIndex].value; this.location.href='bookie_payments+item-'+casa+'.html'; } function showinfo(ele) { metd=document.getElementById(ele); if(metd.style.display=='none') metd.style.display='block'; else metd.style.display='none'; } function load_casatop() { sel=document.getElementById("casaseltop"); casa=sel.options[sel.selectedIndex].value; this.location.href=casa+'.html'; }