<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=210; // no quotes!!
XOffset=0;
staticYOffset=0; // 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="#000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Tahoma";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#000000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="#FFFFFF";
linkOverBGColor="#DBDBDB";
linkTarget="";
linkAlign="center";
barBGColor="#000000";
barFontFamily="Tahoma";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=25; // no quotes!!
barText="<IMG src=http://www.north-side-tattoo.de/layout/style/8wuerfel.gif>"; // <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]=["<b>North-Side-Tattoo Menue</b>"] //create header
ssmItems[1]=["<b>Startseite</b>", "http://www.north-side-tattoo.de/start-north-side-tattoo-berlin.htm", linkTarget="I1"]
ssmItems[2]=["<b>Leistungen</b>", "http://www.north-side-tattoo.de/leistungen-north-side-tattoo-berlin.htm", linkTarget="I1"]
ssmItems[3]=["<b>Das Team</b>", "http://www.north-side-tattoo.de/team-north-side-tattoo.htm", linkTarget="I1"]
ssmItems[4]=["<b>Diskretion</b>", "http://www.north-side-tattoo.de/diskretion-north-side-tattoo.htm", linkTarget="I1"]
ssmItems[5]=["<b>Hygiene</b>", "http://www.north-side-tattoo.de/hygiene-north-side-tattoo.htm", linkTarget="I1"]
ssmItems[6]=["<b>Virtueller Rundgang</b>", "http://www.north-side-tattoo.de/virtuell-rundgang-north-side-tattoo.htm", linkTarget="I1"]
ssmItems[7]=["<b>Galerie von Marco</b>", "http://www.north-side-tattoo.de/bildergalerie-marco.htm", linkTarget="I1"]
ssmItems[8]=["<b>Galerie von Tibor S.</b>", "http://www.north-side-tattoo.de/bildergalerie-tibor.htm", linkTarget="I1"]
ssmItems[9]=["<b>Anfahrtsroute berechnen</b>", "http://maps.google.de/maps?f=d&hl=de&geocode=&saddr=&daddr=Oranienburger+Strasse+191+13437+Berlin&mrcr=0&mra=pe&sll=52.580761,13.318095&sspn=0.005072,0.009892&ie=UTF8&z=17&iwloc=end&om=1", linktarget="_blank"]
ssmItems[10]=["<b>unsere Banner</b>", "http://www.north-side-tattoo.de/banner-entfuehren-north-side-tattoo-berlin.htm",linkTarget="I1"]
ssmItems[11]=["<b>Haftungsausschluss</b>", "http://www.north-side-tattoo.de/disclaimer-north-side-tattoo-berlin.htm", linkTarget="I1"]
ssmItems[12]=["<b>Kontakt</b>", "http://www.north-side-tattoo.de/kontakt-north-side-tattoo-berlin.htm", linkTarget="I1"]
ssmItems[13]=["<b>Impressum</b>", "http://www.north-side-tattoo.de/impressum-north-side-tattoo-berlin.htm", linkTarget="I1"]
ssmItems[14]=["<b>Links</b>", "http://www.north-side-tattoo.de/links-verlinkungen-north-side-tattoo-berlin.htm", linkTarget="I1"]
ssmItems[15]=["<b>Gaestebuch</b>", "http://www.north-side-tattoo.de/gaestebuch-north-side-tattoo/guestbook.php", linkTarget="I1"]






buildMenu();

//-->
