/* ---------------------------------------

A.K.U.A Javascript Include
(c) 2003 tnmc.info the new media company

--------------------------------------- */

// navigation: jump to
function load()
{
	var newurl = document.pageform.navigate.options[document.pageform.navigate.selectedIndex].value;
	if(newurl != '')
		self.location = "index.cfm?content=" + newurl
	else
		return false
}