<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=233; // 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="arial";
hdrFontSize="2";
hdrFontColor="#CCCCCC";
hdrBGColor="#999999";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FF3300";//FF3300
linkTarget="_top";
linkAlign="center";
barBGColor="#444444";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
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  _new for new window
ssmItems[0]=["exhibition profiles"] //create header
ssmItems[1]=["current issues", "./page.php?page=69", ""]  
ssmItems[2]=["previous issues", "./index.php?c=previous", ""]

ssmItems[3]=["gallery listings", "", ""] //create header
ssmItems[4]=["sydney", "./index.php?c=syd", "", 1, "no"] //create two column row
ssmItems[5]=["melbourne", "./index.php?c=mel", "",1]
ssmItems[6]=["nsw", "./index.php?c=nsw", "", 1, "no"] //create two column row
ssmItems[7]=["vic", "./index.php?c=vic", "",1]
ssmItems[8]=["qld", "./index.php?c=qld", "", 1, "no"] //create two column row
ssmItems[9]=["act", "./index.php?c=act", "",1]
ssmItems[10]=["sa", "./index.php?c=sa", "", 1, "no"] //create two column row
ssmItems[11]=["nt", "./index.php?c=nt", "",1]
ssmItems[12]=["wa", "./index.php?c=wa", "", 1, "no"] //create two column row
ssmItems[13]=["tas", "./index.php?c=tas", "",1]

ssmItems[14]=["other links", "", ""] //create header
ssmItems[15]=["subscribe", "./index.php?c=subscribe", ""]
ssmItems[16]=["contact us", "./index.php?c=contactus", ""]
ssmItems[17]=["home", "./index.php", ""]
ssmItems[18]=["^top", "#top", ""]

buildMenu();

//-->