<!--



/*

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=130; // Must be a multiple of 10! no quotes!!

menuCols=2;

hdrFontFamily="verdana";

hdrFontSize="2";

hdrFontColor="#000000";

hdrBGColor="black";

hdrAlign="left";

hdrVAlign="center";

hdrHeight="15";

linkFontFamily="Verdana";

linkFontSize="2";

linkBGColor="white";

linkOverBGColor="#FFFF99";

linkTarget="_top";

linkAlign="Left";

barBGColor="#444444";

barFontFamily="Verdana";

barFontSize="2";

barFontColor="#FFFF00";

barVAlign="center";

barWidth=20; // no quotes!!

barText="SIDE MENU"; // <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]=["Menu"] //create header

ssmItems[1]=["Home", "http://www.apasia.net", ""]

ssmItems[2]=["About us", "http://www.apasia.net/omos.html","_new"]

ssmItems[3]=["Picture`s", "http://www.apasia.net/foto.html", "_new"]

ssmItems[4]=["Our Male`s", "http://www.apasia.net/Male.htm", ""]

ssmItems[5]=["Our Female`s", "http://www.apasia.net/Female.htm", ""]

ssmItems[6]=["Calendar", "http://www.apasia.net/kalender.html", "_new"]

ssmItems[7]=["Links", "http://www.apasia.net/mainlinks.htm", ""]



ssmItems[8]=["for sale", "http://www.apasia.net/hvalpe.htm", "", 1, "no"] //create two column row

ssmItems[9]=["Email", "mailto:apasia@apasia.net", "",1]



ssmItems[10]=["Gæstebog", "", ""] //create header

ssmItems[11]=["Sign guestbook", "http://titan.guestworld.tripod.lycos.com/wgb/wgbsign.dbm?owner=5858", "_new"]

ssmItems[12]=["see guestbook", "http://titan.guestworld.tripod.lycos.com/wgb/wgbview.dbm?owner=5858", "_new"]





buildMenu();



//-->