var menu1=new Array()
//menu1[0]='<a href="http://livescore-bg.net/" target="_blank">livescore-bg.net</a>'
menu1[1]='<a href="http://futbol24.com" target="_blank">Futbol24.com</a>'
menu1[2]='<a href="http://livescore.com" target="_blank" target="_blank">livescore.com</a>'
menu1[3]='<a href="http://www.scorespro.com/" target="_blank">scorespro.com</a>'
menu1[4]='<a href="http://www.xscores.com/LiveScore.do" target="_blank">xscores.com</a>'
menu1[5]='<a href="http://www.flashscore.com/" target="_blank">flashscore.com</a>'
menu1[6]='<a href="http://www.megascores.com/" target="_blank">megascores.com</a>'
menu1[7]='<a href="http://www.goalslive.com/EN/" target="_blank">goalslive.com</a>'
menu1[8]='<a href="http://www.livegoals.com/" target="_blank">livegoals.com</a>'
menu1[9]='<a href="http://www.soccerstand.com/" target="_blank">soccerstand.com</a>'

var menu2=new Array()
menu2[0]='<a href="http://www.bet365.com?affiliate=365_047594" target="_blank">Bet365</a>'
menu2[1]='<a href="http://www.balkanbet.com/sportsbook?aff_id=238" target="_blank">BalkanBet</a>'
menu2[2]='<a href="http://ads.doxxbet.com/redirect.aspx?pid=2885&bid=2073" target="_blank">Doxxbet</a>'
menu2[3]='<a href="http://ads.offsidebet.com/redirect.aspx?pid=2715&bid=1677" target="_blank">Offsidebet</a>'
menu2[4]='<a href="http://adserving.unibet.com/redirect.aspx?pid=29428&bid=5087" target="_blank">UniBet</a>'
menu2[5]='<a href="http://www.sportsbookreview.com/ratings+on+over+400+sportsbooks+/" target="_blank">Ratings</a>'
menu2[6]='<a href="http://www.sportsbookreview.com/blacklist/" target="_blank">Black list</a>'

//menu2[1]='Bet-At-Home'
//menu2[3]='Bet7Days'
//menu2[5]='EuroBet'
//menu2[6]='Ladbrokes'
//menu2[8]='<SportingBet'

var menu3=new Array()
menu3[0]='<a href="http://www.10Bet.com" target="_blank">10Bet</a>'
menu3[1]='<a href="http://www.Bet24.com" target="_blank">Bet24</a>'
menu3[2]='<a href="http://www.CentreBet.com" target="_blank">CentreBet</a>'
menu3[3]='<a href="http://www.Expekt.com" target="_blank">Expekt</a>'
menu3[4]='<a href="http://www.InterWetten.com" target="_blank">InterWetten</a>'
menu3[5]='<a href="http://www.NordicBet.com" target="_blank">NordicBet</a>'
menu3[6]='<a href="http://www.PinnacleSports.com" target="_blank">PinnacleSports</a>'
menu3[6]='<a href="http://www.VictorChandler.com" target="_blank">VictorChandler</a>'
menu3[7]='<a href="http://www.188Games.com" target="_blank">188Games</a>'

var menu4=new Array()
menu4[0]='<a href="http://1x2win.info/pages/vert_menu.php?&menu=59" target="_blank">- 1x2win.info -</a>'
menu4[1]='<a href="http://www.betexplorer.com" target="_blank">betexplorer.com</a>'
menu4[2]='<a href="http://www.sportskeeping.com/online/leagues/England-Premier/table/England-Premier.htm" target="_blank">sportskeeping.com</a>'
menu4[3]='<a href="http://www.10bet.com/10BetClient/EventStatistics/Statistics.aspx?g=s" target="_blank">10bet.com</a>'
menu4[4]='<a href="http://www.sportpress.com/spo.go?page=statistics&lang=13" target="_blank">sportpress.com</a>'
menu4[5]='<a href="http://www.leagueday.com/" target="_blank">leagueday.com</a>'

var menu5=new Array()
menu5[0]='<a href="http://1x2win.info/pages/vert_menu.php?&menu=42" target="_blank">- Theory -</a>'
menu5[1]='<a href="http://1x2win.info/pages/vert_menu.php?&menu=58" target="_blank">- 1x2win.info -</a>'
menu5[2]='<a href="http://www.odds1x2.com/sureBets.aspx" target="_blank">odds1x2.com</a>'
menu5[3]='<a href="http://scan-sport.com/vilki/" target="_blank">scan-sport.com</a>'
menu5[4]='<a href="http://surewins.net/" target="_blank">surewins.net</a>'
menu5[5]='<a href="http://www.oddstorm.com/surebets/" target="_blank">oddstorm.com</a>'

var menuwidth='200px'
var menubgcolor='#A4A4A4'
var disappeardelay=250
var hidemenu_onclick="yes"

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}

function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}

function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

