<!--

// Copyright (c) 1997 Mecklermedia Corporation.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function load(form, window) {
// menu - a reference to the select object
// top - a reference to the top object
window.location.href = form.menu.options[form.menu.selectedIndex].value
}

// -->


<!--

// Copyright (c) 1997 Mecklermedia Corporation.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function load2(form, window) {
// menu - a reference to the select object
// top - a reference to the top object
window.location.href = form.menu.options[form.menu.selectedIndex].value
}

// -->

<!--

// Copyright (c) 1997 Mecklermedia Corporation.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function load3(form, window) {
// menu - a reference to the select object
// top - a reference to the top object
window.location.href = form.menu.options[form.menu.selectedIndex].value
}

// -->


<!--

// Copyright (c) 1997 Mecklermedia Corporation.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function loaddonate(form, window) {
// menu - a reference to the select object
// top - a reference to the top object
window.location.href = form.menu.options[form.menu.selectedIndex].value
}

// -->