<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // no quotes!!
XOffset=0;
staticYOffset=10; // no quotes!!
slideSpeed=1 // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="white";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF5409";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CONTACT DETAILS"; // <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]=["Tel"] //create header
ssmItems[1]=["+44 (0) 1283 520 066"]
ssmItems[2]=["Fax"]
ssmItems[3]=["+ 44 (0) 1283 814 894"]
ssmItems[4]=["Email"]
ssmItems[5]=["enquiries@climarque.co.uk", "mailto:enquiries@climarque.co.uk", ""]
ssmItems[6]=["Address"]

ssmItems[7]=["Brame Cottage<br>&nbsp;Hatton Fields<br>&nbsp;Sutton Lane <br>&nbsp;Near Hilton<br>&nbsp;Derbyshire<br>&nbsp;DE65 5GQ<br>&nbsp;England"] 

ssmItems[8]=["Where to find us", "http://www.climarque.co.uk/about/where.htm", ""]

//Note that the following MUST be ABSOLUTE links (full URL to page) for the menu
//to work on all pages.

ssmItems[9]=["Links", "", ""] //create header
ssmItems[10]=["company details", "http://www.climarque.co.uk/about/about index.htm", ""]
ssmItems[11]=["case studies", "http://www.climarque.co.uk/projects/proj index.htm", ""]
ssmItems[12]=["access control", "http://www.climarque.co.uk/buildings/building index.htm", ""]
ssmItems[13]=["computer security", "http://www.climarque.co.uk/computers/comp index.htm", ""]
ssmItems[14]=["downloads", "http://www.climarque.co.uk/library/list.htm", ""]

buildMenu();

//-->