function load_casa() { sel=document.getElementById("casasel"); casa=sel.options[sel.selectedIndex].value; this.location.href = 'bookie_bonuses+item-'+casa+'.html'; } function clickCat(cat) { if(cat=='all') document.chgform.action='bonuses.html'; else document.chgform.action='bonuses+show-'+cat+'.html'; document.chgform.submit(); } function load_casatop() { sel=document.getElementById("casaseltop"); casa=sel.options[sel.selectedIndex].value; this.location.href=casa+'.html'; }