function setImage(){
	window.parent.frames(5).img05.src = "../images/foot_05.gif";	
}

function hiLight(obj,color){
	obj.bgColor = color;
}


function GoTo(target,url){
if (target == '_blank'){
	window.open(url);
}else{
	setImage();
	window.location.href = url;
}
}

function serFoot(){
	window.parent.frames.Frame_03.img05.src = "../images/foot_06.gif"
}

function GoTo2(url1,url2){
	window.open(url1);
	window.location.href = url2;
	window.self.focus();
}
