
//--- SiteMenu v3.0, Copyright (c) 2002, FieldZero Inc., All Rights Reserved.
//--- Visit www.fieldzero.com for current SiteMenu downloads and information.



/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


    SM_sub_menu_width = 130             //default sub menu widths
    SM_sub_xy = "0,0"                   //default sub x,y coordinates


    SM_urltarget = "_self"          //default URL target: _self, _parent, _new, or "my frame name"

    SM_border_width = 1
    SM_divider_height = 1

    SM_border_color = "#000090"     //Hex color or 'transparent'
    SM_menu_bgcolor = "#DADAFF"     //Hex color or 'transparent'
    SM_hl_bgcolor = "#A09BC3"

    SM_mouse_off_delay = 100



/*-------------------------------------------
Font settings and margins
--------------------------------------------*/


    //Font settings

    SM_textcolor = "#222266"
    SM_fontfamily = "Arial"         //Any available system font
    SM_fontsize = 10            //Defined with pixel sizing
    SM_fontsize_ie4 = 9         //Defined with point sizing
    SM_textdecoration = "normal"        //set to: 'normal', or 'underline'
    SM_fontweight = "normal"        //set to: 'normal', or 'bold'
    SM_fontstyle = "normal"         //set to: 'normal', or 'italic'


    //Rollover font settings

    SM_hl_textcolor = "#000000"
    SM_hl_textdecoration = "normal"     //set to: 'normal', or 'underline'



    //Margins and text alignment

    SM_text_alignment = "left"      //set to: 'left', 'center' or 'right'
    SM_margin_top = 2
    SM_margin_bottom = 3
    SM_margin_left = 5
    SM_margin_right = 4




/*-------------------------------------------
Bullet and Icon image library - Each bullet or icon
image to be used may be defined once below, then
referenced for use within the sub menu settings
--------------------------------------------*/


    //Relative positioned icon images

    SM_icon_image0 = "http://www.redeemingthetime.org/images/menu_images/bullet_arrow.gif"
    SM_icon_rollover0 = "http://www.redeemingthetime.org/images/menu_images/bullet_arrow_hl.gif"
    SM_icon_image_wh0 = "13,10"



    //Absolute positioned icon images

    SM_2nd_icon_image0 = "http://www.redeemingthetime.org/images/menu_images/bullet_arrow.gif"
    SM_2nd_icon_rollover0 = "http://www.redeemingthetime.org/images/menu_images/bullet_arrow_hl.gif"
    SM_2nd_icon_image_wh0 = "13,10"
    SM_2nd_icon_image_xy0 = "0,4"




/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

    SM_show_urls_statusbar = true

    //SM_status_text0 = "Sample text - Main Menu Item 0"
    //SM_status_text1 = "Sample text - Main Menu Item 1"

    //SM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"
    //SM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

    SM_sub_menu_effect = "none"
    SM_sub_item_effect = "none"


    //Define the effect duration in seconds below

    SM_sub_menu_effect_duration = .4
    SM_sub_item_effect_duration = .4


    //Specific settings for various transitions

    SM_effect_pixelate_maxsqare = 25
    SM_effect_iris_irisstyle = "CIRCLE"     //CROSS, CIRCLE, PLUS, SQUARE, or STAR
    SM_effect_checkerboard_squaresx = 14
    SM_effect_checkerboard_squaresY = 14
    SM_effect_checkerboard_direction = "RIGHT"  //UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows

    SM_sub_menu_opacity = 50           //1 to 100
    SM_dropshadow_color = "#444444"            //Hex color value or 'none'
    SM_dropshadow_offx = 5              //drop shadow width
    SM_dropshadow_offy = 5              //drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly

    SM_os9_ie5mac_offset_X = 10
    SM_os9_ie5mac_offset_Y = 15

    SM_osx_ie5mac_offset_X = 0
    SM_osx_ie5mac_offset_Y = 0

    SM_ie4mac_offset_X = -8
    SM_ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround

    SM_nn4_reaload_after_resize = true
    SM_nn4_resize_prompt_user = false
    SM_nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."


    //Set to true if the menu is the only item on the html page

    SM_use_opera_div_detect_fix = true



/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statement here

    // SM_onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

    SM_showmenu_codeX = "status = 'custom show menu function call - menu0'"
    SM_hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
    SM_clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group

    SM_border_widthX = 10;
    SM_divider_heightX = 5;
    SM_border_colorX = "#0000ff";
    SM_menu_bgcolorX = "#ff0000"
    SM_hl_bgcolorX = "#00ff00"
    SM_hl_textcolorX = "#ff0000"
    SM_text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.

    SM_hl_subdescX = "custom highlight text"
    SM_urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

    SM_rollover_image0 = "http://www.redeemingthetime.org/images/menu_images/home_down.jpg"
    SM_rollover_wh0 = "84,30"
    SM_url0 = "http://www.redeemingthetime.org/home";


    //Main Menu Item 1

    SM_rollover_image1 = "http://www.redeemingthetime.org/images/menu_images/aboutus_down.jpg"
    SM_rollover_wh1 = "114,30"
    SM_url1 = "http://www.redeemingthetime.org/aboutus";


    //Main Menu Item 2

    SM_rollover_image2 = "http://www.redeemingthetime.org/images/menu_images/devotion_down.jpg"
    SM_rollover_wh2 = "111,30"
    SM_url2 = "http://www.redeemingthetime.org/devotional";


    //Main Menu Item 3

    SM_rollover_image3 = "http://www.redeemingthetime.org/images/menu_images/resources_down.jpg"
    SM_rollover_wh3 = "115,30"
    SM_url3 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=books";

    //Main Menu Item 4

    SM_rollover_image4 = "http://www.redeemingthetime.org/images/menu_images/learnabout_down.jpg"
    SM_rollover_wh4 = "139,30"
    SM_url4 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=books";

    //Main Menu Item 5

    SM_rollover_image5 = "http://www.redeemingthetime.org/images/menu_images/contactus_down.jpg"
    SM_rollover_wh5 = "119,30"
    SM_url5 = "http://www.redeemingthetime.org/contactus";

    //Main Menu Item 6

    SM_rollover_image6 = "http://www.redeemingthetime.org/images/menu_images/outreach_down.jpg"
    SM_rollover_wh6 = "112,30"
    SM_url6 = "http://www.redeemingthetime.org/outreach";


/*

    //Main Menu Item 7

    SM_rollover_image7 = "http://www.redeemingthetime.org/images/menu_images/leftbar3_down.gif"
    SM_rollover_wh7 = "147,28"
    //SM_url7 = "contactus.htm";

    //Main Menu Item 8

    SM_rollover_image8 = "http://www.redeemingthetime.org/images/menu_images/leftbar4_down.gif"
    SM_rollover_wh8 = "147,28"
    //SM_url8 = "contactus.htm";

    //Main Menu Item 9

    SM_rollover_image9 = "http://www.redeemingthetime.org/images/menu_images/leftbar5_down.gif"
    SM_rollover_wh9 = "147,28"
    //SM_url9 = "contactus.htm";

    //Main Menu Item 10

    SM_rollover_image10 = "http://www.redeemingthetime.org/images/menu_images/leftbar6_down.gif"
    SM_rollover_wh10 = "147,28"
    //SM_url10 = "contactus.htm";


    //Main Menu Item 11

    SM_rollover_image11 = "http://www.redeemingthetime.org/leftbar_images/leftbar8d.jpg"
    SM_rollover_wh11 = "117,30"
    //SM_url11 = "contactus.htm";

*/

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text

**********************************************************************************************
**********************************************************************************************/



    //Sub Menu 0

    SM_sub_xy0 = "-85,30"
    SM_sub_menu_width0 = 130

    SM_subtext0_0 = "Welcome to our website. Our goal is simple. We want to provide information that will equip you to glorify God in your daily life... whatever your circumstances"

    SM_url0_0 = "http://www.redeemingthetime.org/home"


    //Sub Menu 1

    SM_sub_xy1 = "-115,30"
    SM_sub_menu_width1 = 140

    SM_subtext1_0 = "About Redeeming The Time"
    SM_subtext1_1 = "About Edwina Patterson"
    SM_subtext1_2 = "Ministry Plan"

    SM_2nd_icon_index1_0 = 0
    SM_2nd_icon_index1_1 = 0

    SM_url1_0 = "http://www.redeemingthetime.org/aboutus"
    SM_url1_1 = "http://www.redeemingthetime.org/aboutme"
    SM_url1_2 = "http://www.redeemingthetime.org/ministryplan"



    //Sub Menu 1_0

    SM_sub_xy1_0 = "-3,2"
    SM_sub_menu_width1_0 = 150

    SM_subtext1_0_0 = "It's Inception"
    SM_subtext1_0_1 = "Mission Statement"
    SM_subtext1_0_2 = "Conferences"
    SM_subtext1_0_3 = "Schedule"
    SM_subtext1_0_4 = "Recommendation"
    SM_subtext1_0_5 = "Become a Prayer Partner"
    SM_subtext1_0_6 = "Online Giving"
    SM_subtext1_0_7 = "What others are saying"

    SM_url1_0_0 = "http://www.redeemingthetime.org/aboutus"
    SM_url1_0_1 = "http://www.redeemingthetime.org/mission"
    SM_url1_0_2 = "http://www.redeemingthetime.org/conferences"
    SM_url1_0_3 = "http://www.redeemingthetime.org/calendar/"
    SM_url1_0_4 = "http://www.redeemingthetime.org/recommendation"
    SM_url1_0_5 = "http://www.redeemingthetime.org/prayerneeds"
    SM_url1_0_6 = "http://www.redeemingthetime.org/donation"
    SM_url1_0_7 = "http://www.redeemingthetime.org/saying"


    //Sub Menu 1_1

    SM_sub_xy1_1 = "-4,2"
    SM_sub_menu_width1_1 = 155

    SM_subtext1_1_0 = "Personal History"
    SM_subtext1_1_1 = "Reflections"
    SM_subtext1_1_2 = "Schedule"
    SM_subtext1_1_3 = "Intro Video - Real Player"
    SM_subtext1_1_4 = "Intro Video - Windows Media"
    SM_subtext1_1_5 = "Radio Broadcast"
    SM_subtext1_1_6 = "Conferences"
    SM_subtext1_1_7 = "Email Edwina"
    SM_subtext1_1_8 = "Email this site to a Friend"

    SM_url1_1_0 = "http://www.redeemingthetime.org/aboutme"
    SM_url1_1_1 = "http://www.redeemingthetime.org/reflections"
    SM_url1_1_2 = "http://www.redeemingthetime.org/calendar/"
    SM_url1_1_3 = "http://www.redeemingthetime.org/video/rtt.ram"
    SM_url1_1_4 = "http://www.redeemingthetime.org/rttvideo"
    SM_url1_1_5 = "http://www.redeemingthetime.org/broadcast"
    SM_url1_1_6 = "http://www.redeemingthetime.org/conference"
    SM_url1_1_7 = "http://www.redeemingthetime.org/contactus"
    SM_url1_1_8 = "javascript:emailPage();"




    //Sub Menu 2


    //Sub Menu 3

    SM_sub_xy3 = "-190,30"
    SM_sub_menu_width3 = 180

    SM_subtext3_0 = "Shop Online"
    SM_subtext3_1 = "Newsletter"
    SM_subtext3_2 = "Online Bible Study"
    SM_subtext3_3 = "Free Gift"
    SM_subtext3_4 = "Online Giving"
    SM_subtext3_5 = "Identity Theft"
    SM_subtext3_6 = "Women's Ministy Leaders"

    SM_2nd_icon_index3_0 = 0

    SM_url3_0 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=books"
    SM_url3_1 = "http://newsletter.heart-for-home.org"
    SM_url3_2 = "http://www.redeemingthetime.org/onlinestudy"
    SM_url3_3 = "http://www.redeemingthetime.org/freegift"
    SM_url3_4 = "http://www.redeemingthetime.org/donation"
    SM_url3_5 = "http://www.redeemingthetime.org/victimvictor"
    SM_url3_6 = "http://www.redeemingthetime.org/minleaders"



    //Sub Menu 3_0

    SM_sub_xy3_0 = "-3,2"
    SM_sub_menu_width3_0 = 140

    SM_subtext3_0_0 = "Books/Bible Studies"
    SM_subtext3_0_1 = "Video DVDs"
    SM_subtext3_0_2 = "Audio CDs"
    SM_subtext3_0_3 = "Gifts"

    SM_url3_0_0 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=books"
    SM_url3_0_1 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=videos"
    SM_url3_0_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=audio"
    SM_url3_0_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=HeartWear"


    //Sub Menu 4

    SM_sub_xy4 = "-190,30"
    SM_sub_menu_width4 = 180

    SM_subtext4_0 = "Regrets/Wasted Time"
    SM_subtext4_1 = "Setting Priorities"
    SM_subtext4_2 = "Developing a Father-Pleasing Life"
    SM_subtext4_3 = "Marriage"
    SM_subtext4_4 = "Child Rearing"
    SM_subtext4_5 = "Mentoring"
    SM_subtext4_6 = "Identity Theft"

    SM_2nd_icon_index4_0 = 0

    SM_url4_0 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=books"
    SM_url4_1 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=books"
    SM_url4_2 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=books"
    SM_url4_3 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=books"
    SM_url4_4 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=books"
    SM_url4_5 = "http://www.redeemingthetime.org/mentoring"
    SM_url4_6 = "http://www.redeemingthetime.org/victimvictor"

    //Sub Menu 4_0

    SM_sub_xy4_0 = "-5,0"
    SM_sub_menu_width4_0 = 130

    SM_subtext4_0_0 = "Redeeming the Time - Where Do I Begin?"
    SM_subtext4_0_1 = "Redeeming the Time With My Husband"
    SM_subtext4_0_2 = "Redeeming the Time With My Children"
    SM_subtext4_0_3 = "Audio CDs"

    SM_2nd_icon_index4_0_3 = 0

    SM_url4_0_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=101"
    SM_url4_0_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=101B"
    SM_url4_0_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=101C"
    SM_url4_0_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=audio"


    //Sub Menu 4_0_3

    SM_sub_xy4_0_3 = "-3,2"
    SM_sub_menu_width4_0_3 = 140

    SM_subtext4_0_3_0 = "Redeeming the Time - Where Do I Begin? Conference (5 CDs)"
    SM_subtext4_0_3_1 = "Redeeming the Time With My Husband Conference (5 CDs)"
    SM_subtext4_0_3_2 = "Redeeming the Time With My Husband (Workshop - Single CD)"

    SM_url4_0_3_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=203"
    SM_url4_0_3_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=202"
    SM_url4_0_3_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=205"

    //Sub Menu 4_1

    SM_sub_xy4_1 = "-5,0"
    SM_sub_menu_width4_1 = 130

    SM_subtext4_1_0 = "Listening for His Voice"
    SM_subtext4_1_1 = "Gotta Minute?"
    SM_subtext4_1_2 = "Redeeming the Time - Where Do I Begin?"
    SM_subtext4_1_3 = "Audio CDs"

    SM_2nd_icon_index4_1_3 = 0

    SM_url4_1_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=110"
    SM_url4_1_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=106"
    SM_url4_1_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=101"
    SM_url4_1_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=audio"

    //Sub Menu 4_1_3

    SM_sub_xy4_1_3 = "-3,2"
    SM_sub_menu_width4_1_3 = 140

    SM_subtext4_1_3_0 = "Plugging into Your Power Source (Workshop - 1 CD)"
    SM_subtext4_1_3_1 = "Redeeming the Time - Where Do I Begin? Conference (5 Cds)"
    SM_subtext4_1_3_2 = "Redeeming the Time (Workshop - 1 CD)"

    SM_url4_1_3_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=206"
    SM_url4_1_3_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=202"
    SM_url4_1_3_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=207"

    //Sub Menu 4_2

    SM_sub_xy4_2 = "-5,0"
    SM_sub_menu_width4_2 = 130

    SM_subtext4_2_0 = "He Wiped Away My Tears"
    SM_subtext4_2_1 = "Shining in the Darkness"
    SM_subtext4_2_2 = "Listening for His Voice"
    SM_subtext4_2_3 = "Praise Praying from the Psalms"
    SM_subtext4_2_4 = "Following the Shepherd"
    SM_subtext4_2_5 = "Redeeming the Time - Where Do I Begin?"
    SM_subtext4_2_6 = "Audio CDs"

    SM_2nd_icon_index4_2_6 = 0

    SM_url4_2_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=111"
    SM_url4_2_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=108"
    SM_url4_2_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=110"
    SM_url4_2_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=102"
    SM_url4_2_4 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=112"
    SM_url4_2_5 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=101"
    SM_url4_2_6 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=audio"

    //Sub Menu 4_2_6

    SM_sub_xy4_2_6 = "-3,2"
    SM_sub_menu_width4_2_6 = 140

    SM_subtext4_2_6_0 = "Shining in the Darkness Conference (3 CDs)"
    SM_subtext4_2_6_1 = "Plugging into Your Power Source (1 CD)"

    SM_url4_2_6_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=204"
    SM_url4_2_6_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=206"

    //Sub Menu 4_3

    SM_sub_xy4_3 = "-5,0"
    SM_sub_menu_width4_3 = 130

    SM_subtext4_3_0 = "That I Might Not Be Ashamed"
    SM_subtext4_3_1 = "Redeeming the Time With My Husband"
    SM_subtext4_3_2 = "Audio CDs"

    SM_2nd_icon_index4_3_2 = 0

    SM_url4_3_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=103"
    SM_url4_3_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=101B"
    SM_url4_3_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=audio"

    //Sub Menu 4_3_2

    SM_sub_xy4_3_2 = "-3,2"
    SM_sub_menu_width4_3_2 = 140

    SM_subtext4_3_2_0 = "When Your Knight Falls Off His White Horse (1 CD)"
    SM_subtext4_3_2_1 = "Just Listen To Me! (1 CD)"
    SM_subtext4_3_2_2 = "Redeeming the Time With My Husband (1 CD)"
    SM_subtext4_3_2_3 = "Redeeming the Time - Where Do I Begin? Conference (5 CDs)"

    SM_url4_3_2_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=208"
    SM_url4_3_2_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=209"
    SM_url4_3_2_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=205"
    SM_url4_3_2_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=203"

    //Sub Menu 4_4

    SM_sub_xy4_4 = "-5,0"
    SM_sub_menu_width4_4 = 130

    SM_subtext4_4_0 = "Children Who Glorify God"
    SM_subtext4_4_1 = "Redeeming the Time With My Children"
    SM_subtext4_4_2 = "Praise Praying from the Psalms for Children"
    SM_subtext4_4_3 = "God Has Big Ears... He Hears Me When I Pray"
    SM_subtext4_4_4 = "In a Nutshell"
    SM_subtext4_4_5 = "Audio CDs"

    SM_2nd_icon_index4_4_5 = 0

    SM_url4_4_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=104"
    SM_url4_4_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=101C"
    SM_url4_4_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=102"
    SM_url4_4_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=105"
    SM_url4_4_4 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=107"
    SM_url4_4_5 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=audio"

    //Sub Menu 4_4_5

    SM_sub_xy4_4_5 = "-3,2"
    SM_sub_menu_width4_4_5 = 140

    SM_subtext4_4_5_0 = "Children Who Glorify God Conference (5 CDs)"
    SM_subtext4_4_5_1 = "Praying for Your Children (1 CD)"
    SM_subtext4_4_5_2 = "Children Who Glorify God (Workshop - 1 CD)"

    SM_url4_4_5_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=201"
    SM_url4_4_5_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=210"
    SM_url4_4_5_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=211"


    //Sub Menu 5

    SM_sub_xy5 = "-120,30"
    SM_sub_menu_width5 = 145

    SM_subtext5_0 = "Request Prayer"
    SM_subtext5_1 = "What others are saying"
    SM_subtext5_2 = "Guestbook"
    SM_subtext5_3 = "Share this site with a friend"
    SM_subtext5_4 = "Free Gift"
    SM_subtext5_5 = "Contact Edwina"
    SM_subtext5_6 = "Privacy Policy"
    SM_subtext5_7 = "Terms of Use"

    SM_url5_0 = "http://www.redeemingthetime.org/prayerneeds"
    SM_url5_1 = "http://www.redeemingthetime.org/saying"
    SM_url5_2 = "http://www.redeemingthetime.org/guestbook"
    SM_url5_3 = "javascript:emailPage();"
    SM_url5_4 = "http://www.redeemingthetime.org/freegift"
    SM_url5_5 = "http://www.redeemingthetime.org/contactedwina"
    SM_url5_6 = "http://www.redeemingthetime.org/privacy"
    SM_url5_7 = "http://www.redeemingthetime.org/privacy"

    //Sub Menu 6

    SM_sub_xy6 = "-112,30"
    SM_sub_menu_width6 = 140

    SM_subtext6_0 = "Following the Shepherd"
    SM_subtext6_1 = "Women’s Prison Ministry"
    SM_subtext6_2 = "Women in Need"
    SM_subtext6_3 = "The Oaks Retreat Center"

    // SM_2nd_icon_index6_3 = 0

    SM_url6_0 = "http://www.redeemingthetime.org/outreach1"
    SM_url6_1 = "http://www.redeemingthetime.org/outreach2"
    SM_url6_2 = "http://www.redeemingthetime.org/outreach3"
    SM_url6_3 = "http://www.redeemingthetime.org/outreach4"




/**********************************************************************
    // Sub Menu 6_3
    SM_sub_xy6_3 = "-3,2"
    SM_sub_menu_width6_3 = 140

    SM_subtext6_3_0 = "Redeeming the Time - Where Do I Begin? Conference (5 CDs)"
    SM_subtext6_3_1 = "Redeeming the Time With My Husband Conference (5 CDs)"
    SM_subtext6_3_2 = "Redeeming the Time With My Husband (Workshop - Single CD)"

    SM_url6_3_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=203"
    SM_url6_3_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=202"
    SM_url6_3_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=205"

    //Sub Menu 7

    SM_sub_xy7 = "-5,0"
    SM_sub_menu_width7 = 130

    SM_subtext7_0 = "Listening for His Voice"
    SM_subtext7_1 = "Gotta Minute?"
    SM_subtext7_2 = "Redeeming the Time - Where Do I Begin?"
    SM_subtext7_3 = "Audio CDs"

    SM_2nd_icon_index7_3 = 0

    SM_url7_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=110"
    SM_url7_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=106"
    SM_url7_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=101"
    SM_url7_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=audio"

    //Sub Menu 7_3

    SM_sub_xy7_3 = "-3,2"
    SM_sub_menu_width7_3 = 140

    SM_subtext7_3_0 = "Plugging into Your Power Source (Workshop - 1 CD)"
    SM_subtext7_3_1 = "Redeeming the Time - Where Do I Begin? Conference (5 CDs)"
    SM_subtext7_3_2 = "Redeeming the Time (Workshop - 1 CD)"

    SM_url7_3_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=206"
    SM_url7_3_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=202"
    SM_url7_3_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=207"

    //Sub Menu 8

    SM_sub_xy8 = "-5,0"
    SM_sub_menu_width8 = 130

    SM_subtext8_0 = "He Wiped Away My Tears"
    SM_subtext8_1 = "Shining in the Darkness"
    SM_subtext8_2 = "Listening for His Voice"
    SM_subtext8_3 = "Praise Praying from the Psalms"
    SM_subtext8_4 = "Following the Shepherd"
    SM_subtext8_5 = "Redeeming the Time - Where Do I Begin?"
    SM_subtext8_6 = "Audio CDs"

    SM_2nd_icon_index8_6 = 0

    SM_url8_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=111"
    SM_url8_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=108"
    SM_url8_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=110"
    SM_url8_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=102"
    SM_url8_4 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=112"
    SM_url8_5 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=101"
    SM_url8_6 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=audio"

    //Sub Menu 8_6

    SM_sub_xy8_6 = "-3,2"
    SM_sub_menu_width8_6 = 140

    SM_subtext8_6_0 = "Shining in the Darkness Conference (3 CDs)"
    SM_subtext8_6_1 = "Plugging into Your Power Source (1 CD)"

    SM_url8_6_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=204"
    SM_url8_6_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=206"

    //Sub Menu 9

    SM_sub_xy9 = "-5,0"
    SM_sub_menu_width9 = 130

    SM_subtext9_0 = "That I Might Not Be Ashamed"
    SM_subtext9_1 = "Redeeming the Time With My Husband"
    SM_subtext9_2 = "Audio CDs"

    SM_2nd_icon_index9_2 = 0

    SM_url9_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=103"
    SM_url9_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=101B"
    SM_url9_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=audio"

    //Sub Menu 9_2

    SM_sub_xy9_2 = "-3,2"
    SM_sub_menu_width9_2 = 140

    SM_subtext9_2_0 = "When Your Knight Falls Off His White Horse (1 CD)"
    SM_subtext9_2_1 = "Just Listen To Me! (1 CD)"
    SM_subtext9_2_2 = "Redeeming the Time With My Husband (1 CD)"
    SM_subtext9_2_3 = "Redeeming the Time - Where Do I Begin? Conference (5 CDs)"

    SM_url9_2_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=208"
    SM_url9_2_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=209"
    SM_url9_2_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=205"
    SM_url9_2_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=203"

    //Sub Menu 10

    SM_sub_xy10 = "-5,0"
    SM_sub_menu_width10 = 130

    SM_subtext10_0 = "Children Who Glorify God"
    SM_subtext10_1 = "Redeeming the Time With My Children"
    SM_subtext10_2 = "Praise Praying from the Psalms for Children"
    SM_subtext10_3 = "God Has Big Ears... He Hears Me When I Pray"
    SM_subtext10_4 = "In a Nutshell"
    SM_subtext10_5 = "Audio CDs"

    SM_2nd_icon_index10_5 = 0

    SM_url10_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=104"
    SM_url10_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=101C"
    SM_url10_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=102"
    SM_url10_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=105"
    SM_url10_4 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=107"
    SM_url10_5 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=audio"

    //Sub Menu 10_5

    SM_sub_xy10_5 = "-3,2"
    SM_sub_menu_width10_5 = 140

    SM_subtext10_5_0 = "Children Who Glorify God Conference (5 CDs)"
    SM_subtext10_5_1 = "Praying for Your Children (1 CD)"
    SM_subtext10_5_2 = "Children Who Glorify God (Workshop - 1 CD)"

    SM_url10_5_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=201"
    SM_url10_5_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=210"
    SM_url10_5_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=211"

     //Sub Menu 11

    SM_sub_xy11 = "-5,0"
    SM_sub_menu_width11 = 130

    SM_subtext11_0 = "Books"
    SM_subtext11_1 = "Bible Studies"
    SM_subtext11_2 = "Video DVDs"
    SM_subtext11_3 = "Gifts"

    SM_2nd_icon_index11_3 = 0

    SM_url11_0 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=books"
    SM_url11_1 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=books"
    SM_url11_2 = "http://www.redeemingthetime.org/ttstore/items.asp?itemtype=videos"
    SM_url11_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=HeartWear"

    //Sub Menu 11_3

    SM_sub_xy11_3 = "-3,2"
    SM_sub_menu_width11_3 = 140

    SM_subtext11_3_0 = "Pewter Crosses"
    SM_subtext11_3_1 = "Pewter Pins"
    SM_subtext11_3_2 = "Pewter Pendants"
    SM_subtext11_3_3 = "T-shirts"
    SM_subtext11_3_4 = "Note Cards"

    SM_url11_3_0 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=HeartWear"
    SM_url11_3_1 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=HeartWear"
    SM_url11_3_2 = "http://www.redeemingthetime.org/TTStore/items.asp?ItemType=HeartWear"
    SM_url11_3_3 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=350"
    SM_url11_3_4 = "http://www.redeemingthetime.org/TTStore/items.asp?ProductCode=400"


***********************************************************************/