<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=haut5; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#AB7F53";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#B8C8F9";
hdrBGColor="#6F8DD9";
hdrAlign="left";
hdrVAlign="center";

linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#DDD3D1";
linkOverBGColor="#D5C1AB";
linkTarget="_top";
linkAlign="Left";
barBGColor="#D5C1AB";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=29; // no quotes!!
barText="<IMG src=./images/menu_fly.gif border=0>"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
i=0;
ssmItems[i]=["Accueil", "http://www.bestofbabes.fr", ""];i++;
ssmItems[i]=["Jane Doe", "./inconnues.php",""];i++;
ssmItems[i]=["Galeries Photos", "./photos.php", ""];i++;
ssmItems[i]=["Vidéos X", "./videosx.php", ""];i++;
ssmItems[i]=["Contact", "./contact.php", "",1,"no"];i++;
ssmItems[i]=["Sources", "./sources.php", "",1];i++;
hdrHeight=159/(i-1)-1;
//ssmItems[7]=["TOP 10", "http://www.easy-script.com/top10.php", "", 1, "no"] //create two column row
//ssmItems[8]=["Contact", "mailto:webmaster@easy-script.com", "",1]


buildMenu();

window.onload = placeMenu5;

document.write('<SPAN ID=menu5>');
        document.write('<TABLE background=./images/fond_video.gif width=173><TR height=28><TD></TD></TR>');
        document.write('<TR valign=bottom><TD align=center>');
        document.write('<iframe align="center" name="archivevds" marginwidth="0" marginheight="0" height="120" width="160" border="0" frameborder="0" src="http://www.videosdesexe.com/cbm/videos.php?id=&pid=timyburt&t=essai1&size=160&infos=0&toscene=1&cat=lesbians&r=1&imb=0" style="border:0px;" SCROLLING="no"></iframe>');
        document.write('</TD></TR><TR height=1><TD></TD></TR></TABLE>');
document.write('</SPAN>');
//-->