function chButton(Id,Img,Path)
{
	document.getElementById(Id).style.background='url(' + Path + 'images/' + Img + ')';
}

function popitup(url) {
	newwindow=window.open(url,'name','height=200,width=150');
	if (window.focus) {newwindow.focus()}
	return false;
}



