// JavaScript Document

function goURL(s) {       
	var d = s.options[s.selectedIndex].value
    window.top.location.href = d
    s.selectedIndex=0
}

function swapImage(image){
	// var newImage = selectedView + currentImage;\
	window.document.swap_image.src = '/gfx/'+image;
}