<!-- Paste this code into an external JavaScript file named: jumpMenuSimplified2.js  -->

/* note window.top.location.href = nexturl; new page
Created by: Boris Feldman :: http://devx.com/ */

function selectURL(nexturl) {
 	if (nexturl != "") {
		  window.self.location.href = nexturl;
	 }
}



