function swapImage(imgN,imgU){
if(document.images)document.images[imgN].src=imgU;
}
function portfolioSelect(){
	box = document.forms['portOp'].portRef;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

