<!--  Hide me please!
/*
	This script was written by
	Jeff Hoelker - webmaster@cafejava.com <mailto:webmaster@cafejava.com>
	<http://www.cafejava.com/>
	You may use this script as you see fit
	Just please leave this commit in here
*/
function SelectIt(){
        if (document.Formaat.Select.options[document.Formaat.Select.selectedIndex].value != "none"){ 
        location = document.Formaat.Select.options[document.Formaat.Select.selectedIndex].value}        
}
//-->