pht=0;
function swapimg(obj) {
	if(obj.src.match(/_on.(jpg|gif|png)/)) {
		obj.src = obj.src.replace('_on', '');
	} else {
		obj.src = obj.src.replace(/\.(jpg|gif|png)$/, "_on.$1");
	}
}

function anhelochange(pht){
	document.Anhelo.src= "/Image/a/200811/anhelo"+pht+".jpg";
}

function chg(nm){
	document.photonum.src= nm;
}