function loadImage(tip) {
    newTip = tip.options[tip.selectedIndex].value
	
	if (newTip !="") {
		window.location = newTip
	}
}