<!--          Copyright gorets.com            -->
<!--        Created by Buzz gorets.com        -->
<!--        Distributed under licence         -->
<!--                                          -->
<!--  Give the power back to the programmers  -->
<!--           (http://www.fsf.org)           -->
<!--                                          -->
<!--      *** Generated: Feb.-2005        *** -->

Text     = '#FFFFFF'
bgcolor  = '#193855' // Couleur Arrière
bgcolor2 = '#6E858B' // Couleur Arrière Surbrillance
bgcolor3 = '#193855' // Couleur Bordure 
LargeurM = 130       // Largeur
HauteurM = 2       // Hauteur 
TailleM  = 1       // Taille Font
menu = new Array
i=0

menu[i++] = '&dagger; Tombstones'
menu[i++] = 'http://www.terrificator.info/tombstones.html'
menu[i++] = '&dagger; Dark embrace' 
menu[i++] = 'http://www.terrificator.info/dark embrace.html'
menu[i++] = '&dagger; Voodoo mood' 
menu[i++] = 'http://www.terrificator.info/voodoo mood.html'
menu[i++] = '&dagger; Sci-fi mood' 
menu[i++] = 'http://www.terrificator.info/sci fi mood.html'
menu[i++] = '&dagger; Exciting images' 
menu[i++] = 'http://www.terrificator.info/exciting images.html'
menu[i++] = '&dagger; Become top model'
menu[i++] = 'http://www.terrificator.info/become a top model.html'
menu[i++] = '&dagger; Become detective'
menu[i++] = 'http://www.terrificator.info/be a detective.html'
menu[i++] = '&dagger; For lawbreakers only'
menu[i++] = 'http://www.terrificator.info/lawbreakers.html'
menu[i++] = '&dagger; Celebrities'
menu[i++] = 'http://www.terrificator.info/celebrities.html'
menu[i++] = '&dagger; Have good times'
menu[i++] = 'http://www.terrificator.info/have good times.html'
menu[i++] = '&dagger; International dating' 
menu[i++] = 'http://www.terrificator.info/no more alone.html'
menu[i++] = '&dagger; Sexy adult toys'
menu[i++] = 'http://www.terrificator.info/sexy arts.html'
menu[i++] = '&dagger; Be fetishist'
menu[i++] = 'http://www.terrificator.info/be fetishist.html'
menu[i++] = '&dagger; Win prizes' 
menu[i++] = 'http://www.terrificator.info/amazing win draws.html'
menu[i++] = '&dagger; Get Coupons' 
menu[i++] = 'http://www.terrificator.info/money-saving coupons.html'
menu[i++] = '&dagger; Sales Policy' 
menu[i++] = 'http://www.terrificator.info/terms of use.html'


document.write('<style type="text/css">')
document.write('.popper {POSITION:absolute; VISIBILITY:hidden; z-index:15; left:'+(LargeurM-1)+' }')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none; cursor:default;}') //cursor:default ou hand
document.write('</style>')
document.write('<div style="position:relative"><DIV class=popper id=topdeck></DIV>')

if(document.getElementById) { skn = document.getElementById("topdeck").style }

function pop(msg,pos)
{  skn.visibility = "hidden"
  skn.top = pos
  if(msg.length == 0) return
  var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR="+bgcolor4+" WIDTH="+LargeurS+"><TR><TD><TABLE WIDTH=85% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
  pass = 0
  while(pass < msg.length)
  {  content += "<TR><TD BGCOLOR="+bgcolor5+" onMouseDown='location.href=\""+msg[pass+1]+"\"'CLASS=ejsmenu onMouseOver=\"this.style.background='"+bgcolor6+"'\" onMouseOut=\"this.style.background='"+bgcolor5+"'\" HEIGHT="+HauteurS+"><FONT SIZE="+TailleS+" FACE=Tahoma>  "+msg[pass]+"</FONT></TD></TR>";
    pass+=2
  }
  content += "</TABLE></TD></TR></TABLE>"
  document.getElementById("topdeck").innerHTML = content
  skn.visibility = "visible"
}

document.onclick = function() { if(document.getElementById) skn.visibility = "hidden" }

if(document.getElementById)
{  document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR='+bgcolor3+' WIDTH='+LargeurM+' HEIGHT=80><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT='+HauteurM*menu.length/2+'>')
  pass = 0
  while(pass < menu.length/2)
  {  document.write('<tr><TD WIDTH='+LargeurM+' ALIGN=left BGCOLOR='+bgcolor+' onMouseDown="location.href=\''+menu[pass*2+1]+'\'" onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien['+pass+'],'+pass*HauteurM+')" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE='+TailleM+' FACE=Verdana><B>'+menu[pass*2]+'</B></FONT></TD></tr>')
    pass++
  }  
  document.write('</TABLE></TD></TR></TABLE></DIV>')
}
document.write('</div>') 



