<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="red";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#808080";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU LATERAL"; // <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
ssmItems[0]=["Novedades ...", "", ""] //create header
ssmItems[1]=["EDC. Nuevos temas 2008", "dataedc.htm", "_new"]
ssmItems[2]=["Videos líquidos", "http://www.youtube.com/profile_videos?user=eltopo2000", "_new"]
ssmItems[3]=["Fotos. ¿Y vos cómo mirás el mundo?", "Coppermine//index.php", "_new"]
ssmItems[4]=["Reseña Nurse With Wound, Feb. 2007", "nww_bcn.htm", "_new"]
ssmItems[5]=["Brume", "brume.htm", "_new"]
ssmItems[6]=["Foto plástica-Transformaciones", "foto_plastica.htm", "_new"]
ssmItems[7]=["EH!", "mi.htm","_new"]
ssmItems[8]=["Mejor en 1162 x 864 y c/Opera", "", ""] //create header
ssmItems[9]=["EDC. Temas hechos con la voz de A.Artaud", "artaud_txt.htm", "_new"]
ssmItems[10]=["Crisis Argentina 1976/junio 2003", "argentina_crisis.htm", "_new"]
ssmItems[11]=["Libros y +", "literatura_gral.htm", "_new"]
ssmItems[12]=["Proyecto h3o", "h_entrada.htm", "_new"]
ssmItems[13]=["... al 10/06/2008 ", "", ""] //create header


buildMenu();

//-->
