<!--

function changeImage(imgItem,newUrl) {
	eval(imgItem).src = newUrl;
}

function popup(target, width, height, scrollbars)
	{
 		if (scrollbars){
 			window.open(target,'keltonpop','width='+width+',height='+height+',resizable,scrollbars');
 		}else{
 			window.open(target,'keltonpop','width='+width+',height='+height+',resizable');
 		}
	}

//-->
