//-----------------All the below variables are used to set up what your menu will look like
imagesLocation='/jpsc/images/';//--put the location of your image folder here
timeDelay=5;//--sets the amoount of time before the menus disappear when the mouse is not over them(tenths of a second)
baseMenuWidth='100%';//--sets the width of the base-menu(pixels or percent(%))
subMenuWidth=150;//sets the width of the sub-menus(pixels)
baseMenuBGcolour='#ffffff';//--sets the background colour for the base menu
baseMenuRollOverColour='#ccccff';// -- sets the rollOver colour for the base menu
baseMenuBGimage='navbg.gif';//--this is used if there is an image to go on the back of the base menu you can set the repeat style below
baseMenuBGimageRepeat='repeat-y';// -- values that can be used are - 'repeat-x', 'repeat-y', repeat, 'no-repeat'
baseMenuStartImage='';// -- this is used if all the base menu start images are the same, if they are not then it MUST be left blank!
baseMenuStartImages='menunav.gif';/* -- IMPORTANT if you want to have different images
-----------------------------for the base menu start images they must all be
-----------------------------named the same then with a number on the end for
-----------------------------which item on the menu they refer to,
-----------------------------eg. they could be named menunav1.gif through to
-----------------------------menunav9.gif, in which case put 'menunav.gif in.
-----------------------------If you are not using this it MUST be left blank!
*/
baseMenuStartWidth=6;//--put the width of the base menu's start image here(pixels)
baseMenuStartStretch='stretch';// --set this to 'stretch' if you want the image to be stretched on th y-axis to fit the table
subMenuBGimage='navbg.gif';//--this is used if there is an image to go on the back of the base menu you can set the repeat style below
subMenuBGimageRepeat='repeat-y';// -- values that can be used are - 'repeat-x', 'repeat-y', repeat, 'no-repeat'
subMenuStartImage='';// -- this is used if all the sub menu start images are the same, if they are not then it MUST be left blank!
subMenuStartImages='menunav.gif';/* -- IMPORTANT if you want to have different images
-----------------------------for the sub menu start images they must all be
-----------------------------named the same then with a number on the end for
-----------------------------which item on the menu they refer to,
-----------------------------eg. they could be named menunav1.gif through to
-----------------------------menunav9.gif, in which case put 'menunav.gif in.
-----------------------------If you are not using this it MUST be left blank!
*/
subMenuStartWidth=6;//--put the width of the sub menu's start image here(pixels)
subMenuStartStretch='stretch';// --set this to 'stretch' if you want the image to be stretched on the y-axis to fit the table

subNormStyle='color:#000000;text-decoration:none;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;';//--| Sets the normal style for the base menu's text
subOverStyle='color:#ff0000;text-decoration:none;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;';//--| Sets the rollOver style for the base menu's text
baseNormStyle='color:#000000;text-decoration:none;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;';//-| Sets the normal style for the sub menu's text
baseOverStyle='color:#ff0000;text-decoration:none;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;';//-| Sets the rollOver style for the sub menu's text

subMenuBGcolour='#ffffff';//-- set the Background colour for the sub menus
subMenuRollOverColour='#ccccff';// set the rollOver colour for the sub menus
subMenuImage='morearrow.gif';//-- says what image to use (if any) for when a sub menu is present
baseStartPadding='0px 0px 0px 0px';//sets padding for text in base menu(top, right, bottom, left)
baseTextPadding='3px 5px 3px 10px';//sets padding for text in base menu(top, right, bottom, left)
baseEndPadding='0px 5px 0px 0px';//sets padding for text in base menu(top, right, bottom, left)
subStartPadding='0px 0px 0px 0px';//sets padding for text in sub menu(top, right, bottom, left)
subTextPadding='3px 5px 3px 10px';//sets padding for text in sub menu(top, right, bottom, left)
subEndPadding='0px 5px 0px 0px';//sets padding for text in sub menu(top, right, bottom, left)
baseBorderSides='1'//use this to set whether or not you want borders on the sides of the base menu(leave blank for no side borders
menuBorderWidth=1;// -- sets the border width of all menus in pixels
menuBorderColour='#000000';//--Sets the colour for the menu borders

//---------------------------DON'T EDIT UNDER THIS LINE!-------------------------------------------------------------------
document.write('<script src="/jpsc/menu/crossdom.js"></script>');
document.write('<script src="/jpsc/menu/menulist.js"></script>');