/***********************************************
* 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!!
bartext:'<img src="images/twitter.png"><img src="images/facebook.png"><img src="images/news.png">',
menupos:'right',
kviewtype:'fixed', 
menutop:100, // initial distance from the top of the page
hdingwidth:210,  //  This will be the menu body width as well as any single column headings.
barwidth:100, // Width of 'draw' bar
wrapbar:false, // For left and right menus only, will wrap the 'draw' bar around the bottom of the menu if true
menuspeed:20, // Speed of menu sliding, smaller is faster (interval of milliseconds)
menupause:500, // How long menu stays extended when mouse is not over it (in milliseconds)
d_colspan:1, // Number of columns to make available in the menu body
allowtransparent:true, // Ordinarily, the table's bgcolor is the border color, use true here to make it transparent
hdingheight:20, // Heading height
hdingindent:1, // Text indent for headings. Here 1=@8px or 1 character's width - decimals allowed.
linkheight:80, // This will be the height for linked cells
outbrdwidth:0, // If an outer border (for the containing division) is desired, this will be its width. A single unquoted pixel value without units or quoted top right bottom left values may be used, ex: outbrdwidth:5, or outbrdwidth:'5px', or outbrdwidth:'2px 3px 2px 5px',
outbrdcolor:"none", // Outer border color
outbrdstyle:"none", // Outer border style ('solid', 'dashed', 'outset', etc.)
borderwidth:0, // Border width used inside menus and for menu table (unquoted number without units referring to pixels)
bordercolor:"ffffff", // Border color used inside menus and for menu table
borderstyle:"solid", // Border style used inside menus and for menu table
barcolor:"white", // Text color for 'draw' bar
barbgcolor:"none", // Background color for 'draw' bar
barfontweight:"bold", // Bar font weight
baralign:"center", // Bar text align
menufont:"verdana", // Font for menu, use any you like, defaults to sans-serif if not supported
fontsize:"90%", // Font size, use quoted percent value
hdingcolor:"white", // Headings - text color
hdingbgcolor:"#170088", // Headings - background color
hdingfontweight:"bold", // Headings - font weight
hdingvalign:"middle", // Headings - vertical align
hdingtxtalign:"left", // Headings - text align
linktopad:30, // Top padding for links
linktxtalign:"right", // Links text align
user_defined_stylesheet:false, // Set to true if you wish to override the script's stylesheet
user_defined_markup:false, // Set to true if you wish to override the script's markup
design_mode:false, // Set to true to see the generated styles and markup


menuItems:[ // REQUIRED!!
["Follow us on Twitter... ", "http://twitter.com/ilprimopizza", "_blank"],
["Follow us on Facebook... ", "http://www.facebook.com/ilprimopizzaflorida","_blank"],
["Register for Il Primo Pizza and Wings email updates...", "https://app.expressemailmarketing.com/Survey.aspx?SFID=104827","_blank"] //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
