function CP(imgID,imgSRC){
	document.getElementById("img"+imgID).src = imgSRC;
}

function CP2(imgID){
	try{
		if (document.images["img" + imgID] && eval("img" + imgID + ".src")){
			document.images["img" + imgID].src=eval("img" + imgID + ".src");
		}
	}catch(er) {
	}
}

function setbg() {
	this.className="topinpath";
}

function showLogin() {
	document.getElementById("topLoginBox").style.display="block";
}

function hideLogin() {
	document.getElementById("topLoginBox").style.display="block";
}
