function strpos(haystack,needle,offset){var i=(haystack+'').indexOf(needle,(offset||0));return i===-1?false:i;}
var selGameRequest2=0;function selDiv2(objid,nr){selGameRequest2=setTimeout("selDivDelay2("+objid+", "+nr+")",175);}
function selDivDelay2(cat_id,nr){var elems=document.getElementById('games_box').getElementsByTagName('td');for(i=0;i<elems.length;i++){if(!(strpos(elems[i].id,"catTitle_")===false)){var arr=elems[i].id.split("_");document.getElementById('catTitle_'+arr[1]).className="title_game_box";document.getElementById('img_off_'+arr[1]).style.display="";document.getElementById('img_down_'+arr[1]).style.display="none";document.getElementById('div_'+arr[1]).style.display="none";}}
if(nr==1)document.getElementById('game_title_left_corner').style.display='';else document.getElementById('game_title_left_corner').style.display='none';if(nr==5)document.getElementById('game_title_right_corner').style.display='';else document.getElementById('game_title_right_corner').style.display='none';document.getElementById('img_off_'+cat_id).style.display="none";document.getElementById('img_down_'+cat_id).style.display="";document.getElementById('div_'+cat_id).style.display="";document.getElementById('catTitle_'+cat_id).className="title_game_box_on";var games=document.getElementById('div_'+cat_id).getElementsByTagName('span');for(j=0;j<games.length;j++){if(games[j].id.indexOf('_game_title_name')!=-1){verifyNameHeight(games[j].id,'');}}}
function verifyNameHeight(elem,id){if(elem=='')objName=id+'_game_title_name';else objName=elem;if(document.getElementById(objName)){e=document.getElementById(objName);vH=e.offsetHeight;if(vH>0&&vH<15){e.style.paddingTop=7+'px';}}}
var selGameRequest=0;function selDiv(objid){selGameRequest=setTimeout("selDivDelay('"+objid+"')",175);}
function selDivDelay(objid){if(objid!='most-popular'){$('div_most-popular').hide();$('title_most-popular-on').hide();$('title_most-popular').show();}
if(objid!='table-games'){$('div_table-games').hide();$('title_table-games-on').hide();$('title_table-games').show();}
if(objid!='video-poker'){$('div_video-poker').hide();$('title_video-poker-on').hide();$('title_video-poker').show();}
if(objid!='video-slots'){$('div_video-slots').hide();$('title_video-slots-on').hide();$('title_video-slots').show();}
if(objid!='slots'){$('div_slots').hide();$('title_slots-on').hide();$('title_slots').show();}
$('title_'+objid).hide();$('title_'+objid+'-on').show();$('div_'+objid).show();}
var act=1;var delay_turn=false;function launch_Game(){openWindowFull(best_games_url[act-1],"best_games");}
function launch_button(btn_number){if(btn_number==1)
openWindowFull(button_flash_url[btn_number-1],"play_games");else if(btn_number==2)
document.location=button_flash_url[btn_number-1];}
function turn_right(){if(!delay_turn){delay_turn=true;$('id_flash').turnR();setTimeout("turn_right_delay()",550);}}
function turn_left(){if(!delay_turn){delay_turn=true;$('id_flash').turnL();setTimeout("turn_left_delay()",550);}}
function turn_left_delay(){$('game'+act).hide();if(act>1){act-=1;}else{act=3;}
$('game'+act).show();if(act==1){$('bestgame_left').innerHTML=best_games[2];$('bestgame_right').innerHTML=best_games[1];}else if(act==2){$('bestgame_left').innerHTML=best_games[0];$('bestgame_right').innerHTML=best_games[2];}else if(act==3){$('bestgame_left').innerHTML=best_games[1];$('bestgame_right').innerHTML=best_games[0];}
delay_turn=false;}
function turn_right_delay(){$('game'+act).hide();if(act<3){act+=1;}else{act=1;}
$('game'+act).show();if(act==1){$('bestgame_left').innerHTML=best_games[2];$('bestgame_right').innerHTML=best_games[1];}else if(act==2){$('bestgame_left').innerHTML=best_games[0];$('bestgame_right').innerHTML=best_games[2];}else if(act==3){$('bestgame_left').innerHTML=best_games[1];$('bestgame_right').innerHTML=best_games[0];}
delay_turn=false;}