<!--
function showimage(theURL,widthx,heightx){
	w = widthx+30;
	h = heightx+50;
	newwin = window.open(theURL,'image','width='+w+',height='+h+',dependent=no,directories=no,scrollbars=yes,toolbar=no,menubar=no,location=no,resizable=no,left=150,top=100,screenX=100,screenY=100'); 
}

function pulldown_menu()
{
var url = document.pulldown.selectname.options[document.pulldown.selectname.selectedIndex].value;
window.location.href = url;
}
// -->

