function Jump(PJ){
	n = PJ.selectedIndex;
	location.href = PJ.options[n].value;
}

function swImg(iName,str) { document.images[iName].src = str; }
