function initWebDDM()
{
    // Layout
    var ht = 25;        // Height in pixels
    var wt = 150;       // Width  in pixels
    var h2 = ht * 2;    // Double-height rows
    var w1 = wt * 1.5;  // 1.5-width     columns
    var w2 = wt * 2;    // Double-width  columns
    var delay = 50;     // Menu delay in millis

	// Arrow HTML
	var arrowDown = '<img src="/myddm/ddm/menus/mainmenu/arrowdown.gif" style="position:relative;top:0;left:5" />';
	var arrowLeft = '<img src="/myddm/ddm/menus/mainmenu/arrowleft.gif" style="position:relative;top:0;left:5" />';
/**
    var searchBox = '<form method="get" action="http://www.google.com/search">'
            + '<input type="text"   name="q" size="10" style="font-size:smaller" maxlength="255" value="" />'
            + '<input type="hidden" name="ie"         value="UTF-8" />'
            + '<input type="hidden" name="oe"         value="UTF-8" />'
            + '<input type="hidden" name="hl"         value="en" />'
            + '<input type="hidden" name="domains"    value="www.pidyon.org" />'
            + '<input type="hidden" name="sitesearch" value="www.pidyon.org" />'
            + '<input type="submit" name="sa"         value="Search" style="font-size:smaller" />'
            + '</form>';
**/
    var searchBox = '<form action="http://www.google.com/cse" id="cse-search-box"><div>'
            + '<input type="hidden" name="cx" value="partner-pub-2948800950059274:bcap0y-ce50" />'
            + '<input type="hidden" name="ie" value="ISO-8859-1" />'
            + '<input type="text" name="q" size="16" />'
            + '<input type="submit" name="sa" value="Search" />'
            + '</div></form>'

    var cart = '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_cart&amp;business=donate@pidyon.org&amp;display=1">'
            +  '<img src="/myddm/viewcart.gif" alt="View Cart / Checkout" />'
            + '</a>';

    var menuData =
    {
        'position':'relative',
        'top':0, 'left':0, 'width':6 * wt, 'height':ht,
        'expand_menu':'auto',

        'items':
        {
            'top':0, 'left':0, 'width':wt, 'height':ht,

            1:
            {
                'content':'<a href="/">Home' + arrowDown + '</a>',
				'top':0, 'left':0, 'width':wt, 'height':ht,
				'class':'top',
                'class_menuopen':'sub',
                'openDelay':delay,
                'closeDelay':delay,
                'items':
                {
                    'top':ht, 'left':0, 'width':wt, 'height':ht,
                    1:
                    {
                        'top':0, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'content':'<a href="/sitemap.php">Site Map</a>'
                    },
                    2:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'content':'<a href="/docs/bio.php">About Rav Dovid</a>'
                    },
                    3:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'content':'<a href="/docs/contact.php">Contact Info</a>'
                    },
                    4:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'content':'<a href="/docs/praise.php">What others say...</a>'
                    },
                    5:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':h2,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'content':'<a href="/docs/bio2.php">Autobiographical Statement</a>'
                    }
                }
            },
            2:
            {
				'content':'<a href="/audio/">Lectures and Classes' + arrowDown + '</a>',
				'top':0, 'offsetLeft':wt, 'width':wt, 'height':ht,
				'class':'top',
                'class_menuopen':'sub',
                'openDelay':delay,
                'closeDelay':delay,
                'items':
                {
                    'top':ht, 'left':0, 'width':wt, 'height':ht,
                    1:
                    {
                        'top':0, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'content':'<a href="/cgi-bin/lectures/current">Daily <i>Halacha</i></a>'
                    },
                    2:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_menuopen':'subsub',
                        'content':'<a href="/cgi-bin/lectures/srsf">Spiritual Reality' + arrowLeft + '</a>',
                        'content_menuopen':'<a href="/cgi-bin/lectures/srsf">Spiritual Freedom' + arrowLeft + '</a>',
                        'openDelay':delay,
                        'closeDelay':delay,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':w2, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/srsf">Asymmetry in the Physical and Spiritual World</a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/srsf">Space, Time, Rejuvenation, and <i>Mikveh</i></a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/srsf">Our Bodies, Our Souls</a>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/srsf">Our Souls, Our Selves</a>'
                            },
                            5:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/srsf">What happens after we die?</a>'
                            },
                            6:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/srsf">Decadence and Discipline, Freedom and Free Will</a>'
                            },
                            7:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/srsf">G-d\'s Creation of Clothes</a>'
                            },
                            8:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/srsf">In Sickness and in Health</a>'
                            },
                            9:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/srsf"><i>Sukkos</i> for Jews, <i>Sukkos</i> for non-Jews</a>'
                            },
                            10:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/srsf">The Science of Creation</a>'
                            }
                        }
                    },
                    3:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_menuopen':'subsub',
                        'content':'<a href="/audio/stg/"><i>Tefilla</i>' + arrowLeft + '</a>',
                        'openDelay':delay,
                        'closeDelay':delay,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/audio/stg/">Speaking to G-d</a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/audio/stg/">Morning <i>Brachot</i></a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/audio/stg/">Pesukei d\'Zimra</a></i>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/cgi-bin/lectures/shema">Shema</a></i>'
                            },
                            5:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/cgi-bin/lectures/amidah">Amidah</a></i>'
                            },
                            6:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/cgi-bin/lectures/amidah">Yom Tov Amidah</a></i>'
                            },
                            7:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/cgi-bin/lectures/amidah">Shabbos Musaf</a></i>'
                            },
                            8:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/cgi-bin/lectures/kaddish">Kaddish</a></i>'
                            },
                            9:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/audio/stg/birkat/">Birkat HaMazon</a></i>'
                            },
                            10:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/kavanah"><i>Kavanah</i></a>'
                            }
                        }
                    },
                    4:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'content':'<a href="/cgi-bin/lectures/kk">The Kosher Kitchen</a>'
                    },
                    5:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'<a href="/cgi-bin/lectures/wakeup">Wake Up!' + arrowLeft + '</a>',
                        'openDelay':delay,
                        'closeDelay':delay,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/wakeup">Be Mindful of <i>Hashem</i></a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/wakeup">Six Constant <i>Mitzvot</i></a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/wakeup">Don\'t Respond to Mockery</a>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/wakeup">Mourning for the Temple</a>'
                            },
                            5:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/wakeup">The <i>Akeida</i></a>'
                            },
                            6:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/wakeup"><i>Korbanot</i></a>'
                            }
                        }
                    },
                    6:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'<a href="/cgi-bin/lectures/holidays">Holidays' + arrowLeft + '</a>',
                        'openDelay':delay,
                        'closeDelay':delay,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/roshana"><i>Rosh HaShana</i></a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/yk"><i>Yom Kippur</i></a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/sukkos"><i>Sukkos</i></a>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/pesach"><i>Pesach</i></a>'
                            },
                            5:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/omer"><i>Sefirat HaOmer</i></a>'
                            },
                            6:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/shavuot"><i>Shavuot</i></a>'
                            },
                            7:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/roshchodesh"><i>Rosh Chodesh</i></a>'
                            },
                            8:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/chanukah">Chanukah</a>'
                            },
                            9:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/purim">Purim</a>'
                            },
                            10:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/cgi-bin/lectures/tubshvat">Tu B\'Shvat</a></i>'
                            },
                            11:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/dparshyos">The Four <i>Parshiyot</i></a>'
                            },
                            12:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/fasts">Fast Days</a>'
                            }
                        }
                    },
                    7:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'<a href="/cgi-bin/lectures/teshuva"><i>Teshuva</i>' + arrowLeft + '</a>',
                        'openDelay':delay,
                        'closeDelay':delay,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/teshuva"><i>Vidui</i></a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/teshuva"><i>Yom Kippur</i></a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/teshuva">Making Restitution</a>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/teshuva">Seeking Forgiveness</a>'
                            },
                            5:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/teshuva">Granting Forgiveness</a>'
                            },
                            6:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/teshuva"><i>Olam HaBa</i></a>'
                            }
                        }
                    },
                    8:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'<a href="/cgi-bin/lectures/tzitzit"><i>Tzitzit</i>' + arrowLeft + '</a>',
                        'openDelay':delay,
                        'closeDelay':delay,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tzitzit">Blessings</a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tzitzit">Putting On</a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tzitzit">Borrowing</a>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tzitzit">Day and Night</a>'
                            },
                            5:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tzitzit">Rewards</a>'
                            },
                            6:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tzitzit"><i>Shema</i></a>'
                            }
                        }
                    },
                    9:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'<i><a href="/cgi-bin/lectures/tefillin">Tefillin' + arrowLeft + '</a></i>',
                        'openDelay':delay,
                        'closeDelay':delay,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tefillin">Putting On</a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tefillin">Holiness</a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tefillin">Making <i>Tefillin</i></a>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tefillin">G-d\'s <i>Tefillin</i></a>'
                            },
                            5:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tefillin">Reward and Punishment</a>'
                            },
                            6:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tefillin">Restrictions</a>'
                            },
                            7:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/lectures/tefillin"><i>Shema</i></a>'
                            },
                            8:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/album/tefillin">A Look Inside</a>'
                            }
                        }
                    },
                    10:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'<a href="/audio/">More...' + arrowLeft + '</a>',
                        'openDelay':delay,
                        'closeDelay':delay,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':w1, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':w1, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/audio/">Maimonides\' 13 Principles</a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'left':0, 'width':w1, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/audio/">Rabbi Akiva and the Ten Martyrs</a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':w1, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/audio/">The Basics of <i>Teshuva</i></a>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':w1, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/audio/">Emunah</a></i>'
                            },
                            5:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':w1, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/audio/">Spirituality and Mysticsim</a>'
                            },
                            6:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':w1, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/audio/">Angels and Angeology</a>'
                            },
                            7:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':w1, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/audio/">Torah vs. Idolotry</a>'
                            },
                            8:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':w1, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/audio/">The Chain of Tradition</a>'
                            },
                            9:
                            {
                                'offsetTop':ht, 'offsetLeft':0, 'width':w1, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/audio/">Preparing to Receive the Torah</a>'
                            }
                        }
                    },
                    11:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'content':'<a href="/cgi-bin/lectures/parsha"><i>Parshat HaShavua</i></a>',
                        'class':'sub',
                        'class_rollover':'subsub'
                    },
                    12:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'content':'<a href="/cgi-bin/lectures/popular">Ten Most Popular</a>',
                        'class':'sub',
                        'class_rollover':'subsub'
                    },
                    13:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'content':'<a href="/audio/podcasts.php">PodCasts!</a>',
                        'class':'sub',
                        'class_rollover':'subsub'
                    }
                }
            },
            3:
            {
				'content':'<a href="/docs/">Articles' + arrowDown + '</a>',
				'top':0, 'offsetLeft':wt, 'width':wt, 'height':ht,
				'class':'top',
                'class_menuopen':'sub',
                'items':
                {
                    'top':ht, 'left':0, 'width':wt, 'height':ht,
                    1:
                    {
                        'top':0, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'Kashrut' + arrowLeft,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/ingredients.php">Why isn\'t it enough to read the ingredients?</a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/hechshers1.php">Why are some <i>hechshers</i> unreliable?</a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/baby.php"><i>Kashrus</i> for Babies and Children</a>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/kashrus01.php">Why do I need separate pots?</a>'
                            },
                            5:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/kashrus02.php">Are vegetables cooked in a meat pot pareve?</a>'
                            },
                            6:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/kashrus03.php">What if I use the wrong pot by accident?</a>'
                            },
                            7:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/hagala1.php">How do I <i>kasher</i> a pot? (<i>hagala</i>)</a>'
                            },
                            8:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/hagala2.php">How do I <i>kasher</i> a large item?</a>'
                            },
                            9:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/hagala3.php">What materials can I <i>kasher</i> by <i>hagala</i>?</a>'
                            },
                            10:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/hagala4.php">Does <i>hagala</i> always work?</a>'
                            },
                            11:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/dishwasher2.php">Can my dishwasher be <i>kashered</i>?</a>'
                            },
                            12:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/dishwasher1.php">How do I <i>kasher</i> a dishwasher?</a>'
                            },
                            13:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':h2,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/dishwasher4.php">Can I use my dishwasher for both<br />milk and meat dishes?</a>'
                            },
                            14:
                            {
                                'offsetTop':h2, 'left':0, 'width':w2, 'height':h2,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/dishwasher3.php">What if I put a dairy dish<br />in the meat dishwasher?</a>'
                            },
                            15:
                            {
                                'offsetTop':h2, 'left':0, 'width':w2, 'height':h2,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/ashkseph1.php">Can an Ashkenazic Jew eat in<br />a Sefardic home?</a>'
                            },
                            16:
                            {
                                'offsetTop':h2, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/kashrus/spicy01.php">Rules for Spicy Foods</a>'
                            }
                        }
                    },
                    2:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'Love and Marriage' + arrowLeft,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':wt, 'height':h2,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/trash.php">Take Out the Trash:<br />An Act of Love</a>'
                            },
                            2:
                            {
                                'offsetTop':h2, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/love.php">What is Love?</a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':h2,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/t42.php">Book Review:<br />Table For Two</a>'
                            },
                            4:
                            {
                                'offsetTop':h2, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/sexist.php">Is Judaism Sexist?</a>'
                            }
                        }
                    },
                    3:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'<a href="/docs/maaser.php"><i>Tzedakah</i>' + arrowLeft + '</a>',
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':wt, 'height':h2,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/maaser.php">How Much <i>Tzedakah</i> Should I give?</a>'
                            },
                            2:
                            {
                                'offsetTop':h2, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/maasercalc.php"><i>Maaser</i> Calculator</a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/maaserQuestion1.php">Unemployment Insurance</a>'
                            }
                        }
                    },
                    4:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'Holidays' + arrowLeft,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/shabbos.php">Shabbos</a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/chanukah.php">Chanukah</a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/purim.php">A Little <i>Purim Torah</i></a>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/pesach.php">Genealogy and Passover</a>'
                            }
                        }
                    },
                    5:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_menuopen':'subsub',
                        'content':'<i>Tefilla</i> (Prayer)' + arrowLeft,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/tefilla.php">The Obligation to Pray</a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/bedtimeShema.php">The Bedtime <i>Shema</i></a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/prayerwear.php"><i>Tallis, Tefillin, </i>and<i> Tzitzit</i></a>'
                            }
                        }
                    },
                    6:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'Jewish Philosophy' + arrowLeft,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':w2, 'height':h2,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/shalshelet.php">The Unbroken Chain of Torah:<br />From Mt. Sinai to Today</a>'
                            },
                            2:
                            {
                                'offsetTop':h2, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/chosen.php">What does it mean to be the chosen people?</a>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/why.php">Why keep the commandments?</a>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/spiritualreality.php">But <i>Halacha</i> Doesn\'t Make Sense!</a>'
                            },
                            5:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/minutiae.php">Why does <i>Halacha</i> focus on minutiae?</a>'
                            },
                            6:
                            {
                                'offsetTop':ht, 'left':0, 'width':w2, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/time.php">Judaism and Time Travel</a>'
                            }
                        }
                    },
                    7:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'<a href="/pix/">Photo Essays' + arrowLeft + '</a>',
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/album/matzo"><i>Matzo</i> Baking</a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/cgi-bin/album/tefillin">Tefillin</a></i>'
                            },
                            3:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/cgi-bin/album/sofer">A Visit to the <i>Sofer</i></a>'
                            },
                            4:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/pix/shechthaus/index.php">Kashering Chickens</a>'
                            },
                            5:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/pix/shechita/index.php">Shechita</a></i>'
                            },
                            6:
                            {
                                'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<i><a href="/cgi-bin/album/semicha">Semicha</a></i>'
                            }
                        }
                    },
                    8:
                    {
                        'offsetTop':ht, 'left':0, 'width':wt, 'height':ht,
                        'class':'sub',
                        'class_rollover':'subsub',
                        'class_menuopen':'subsub',
                        'content':'More...' + arrowLeft,
                        'items':
                        {
                            'top':0, 'left':wt, 'width':wt, 'height':ht,
                            1:
                            {
                                'top':0, 'left':0, 'width':w1, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/shy.php">My First Taste of Talmud</a>'
                            },
                            2:
                            {
                                'offsetTop':ht, 'left':0, 'width':w1, 'height':ht,
                                'class':'sub',
                                'class_rollover':'subsub',
                                'content':'<a href="/docs/church.php">Anti-Semitism and the Church</a>'
                            }
                        }
                    }
                }
            },
            4:
            {
				'content':searchBox,
                'top':0, 'offsetLeft':wt, 'width':w2, 'height':ht
            },
            5:
            {
				'content':cart,
                'top':2, 'offsetLeft':w1, 'width':w2, 'height':ht
            }
        }
    };

    var navMenu = new WebDDM( 'mainnav', menuData );
}
