/* This script and many more are available free online at
The JavaScript Source :: http://javascript.internet.com
Created by: Boris Feldman :: http://devx.com/ */

function selectURL(nexturl) {
 	if (nexturl != "") {
		  window.top.location.href = nexturl;
	 }
}
