/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;



menu[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
menuspeed:0.2,
bartext:'RESOURCES >',
hdingwidth:300, 
barwidth:60,
barbgcolor:"#0439a1",
bordercolor:"#0439a1",
borderwidth:0,
outbrdwidth:0,
menupos:'right',
menufont:"arial", // Font for menu, use any you like, defaults to sans-serif if not supported
fontsize:"80%", // Font size, use quoted percent value
hdingcolor:"white", // Headings - text color
hdingbgcolor:"#9c9465", // Headings - background color
hdingfontweight:"bold", // Headings - font weight
hdingvalign:"middle", // Headings - vertical align
hdingtxtalign:"left", // Headings - text align
linktopad:0, // Top padding for links
linktxtalign:"left", // Links text align
linktarget:"", // Default link target
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["External Links"], //create header
["Registered Nursing Home Association", "http://www.rnha.co.uk", "_new"],
["Care Quality Commission", "http://caredirectory.cqc.org.uk/caredirectory/searchthecaredirectory.cfm?widCall1=customWidgets.content_view_1&cit_id=1-101632865&element=REGISTER&page=1-121635833", "_new"],
["Investors In People", "http://www.investorsinpeople.co.uk","_new"],
["Kings Fund", "http://www.kingsfund.org.uk/", "_new"],
["Social Care Institute for Excellence", "http://www.scie.org.uk/", "_new"],
["Social Services", "http://www.wiltshire.gov.uk/healthandsocialcare.htm", "_new"],
["Testimonials", "http://goatacre.com/cms/?cat=10", "_self"],
["RSS Feed of Latest News", "http://goatacre.com/cms/?feed=rss2", "_new"],


//["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
//["Email", "http://www.dynamicdrive.com/contact.htm", "",1],
["Financial Planning", "", ""], //create header
["Society of Later Life Advisers", "http://www.societyoflaterlifeadvisers.co.uk/", "_new"],
["Axis Financial Planning", "http://www.axis-fpl.co.uk", "_new"],
["Care Aware", "http://www.careaware.co.uk", "_new"],
["Lloyds TSB", "mailto:Carl.Tremlin2@lloydstsb.co.uk", "_new"],
["Partners", "", ""], //create header
["Purest Solutions", "http://www.purestsolutions.com", "_new"],
["Contact Us", "../contact.php", "_self"],
["", "", ""]//no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
