<!--

YOffset=150;
XOffset=0;
staticYOffset=30;
slideSpeed=20;
waitTime=800; 
menuBGColor="#404040";
menuIsStatic="yes";
menuWidth=180;
menuCols=2;
hdrFontFamily="times new roman";
hdrFontSize="2";
hdrFontColor="#dfd3c1";
hdrBGColor="#999999";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="times new roman";
linkFontSize="2";
linkBGColor="#999999";
linkOverBGColor="#dfd3c1";
linkTarget="_top";
linkAlign="Left";
barBGColor="#404040";
barFontFamily="verdana";
barFontSize="2";
barFontColor="#dfd3c1";
barVAlign="center";
barWidth=20;
barText="MENU"; 

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Home", "index.htm",""]
ssmItems[1]=["Introduction", "introduction.htm", ""]
ssmItems[2]=["Collection", "collection.htm", ""]
ssmItems[3]=["Examples", "",""]
ssmItems[4]=["  &#149; Wedding Dresses", "wedding.htm",""]
ssmItems[5]=["  &#149; Bridesmaids & Evening Wear", "bridesmaids.htm", ""]
ssmItems[6]=["  &#149; Fine Details", "finedetails.htm",""]
ssmItems[7]=["Real Brides", "realbrides.htm", ""]
ssmItems[8]=["Contact Us", "contact.htm", ""]

buildMenu();

//-->
