<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=40 // 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="Brooklyn Kid";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Brooklyn Kid";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#333333";
linkTarget="_top";
linkAlign="center";
barBGColor="#000000";
barFontFamily="Brooklyn Kid";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CATALOGOS"; // <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]=["     P A I S E S "] //create header
ssmItems[1]=[" E S P A Ñ A ", "http://phonecard.iespana.es//homecat.htm", "mainFrame"]
ssmItems[2]=[" A N D O R R A ", "http://phonecard.iespana.es/andorra/andorra1.htm","mainFrame"]
ssmItems[3]=[" G I B R A L T A R ", "http://phonecard.iespana.es/gibraltar/gibraltar1.htm", "mainFrame"]
ssmItems[4]=[" ISLAS FEROES ", "http://phonecard.iespana.es/islasferoes/feroe1.htm", "mainFrame"]
ssmItems[5]=[" N O V E D A D E S", "spain/newcabitel.htm", "mainFrame"]
ssmItems[6]=[" L I N K ´S", "links.htm", "mainFrame"]

ssmItems[7]=["XIPS", "http://phonecard.iespana.es/chips.htm", "parent", 1, "no"] //create two column row
ssmItems[8]=["E mail", "mailto:webcabitel@hotmail.com", "mainFrame",1]

ssmItems[9]=[" . . . M A S", "", ""] //create header
ssmItems[10]=["F O R O ", "http://boards.melodysoft.com/tarjetastelefonicas", "mainFrame"]
ssmItems[11]=["E U R O ", "euros/euro.htm/", "new"]
ssmItems[12]=[" B U S C O (WANTED) ", "listabusca.htm", "mainFrame"]

buildMenu();

//-->