function mouseover(imageid){
	document.getElementById(imageid).style.cursor = "pointer";
	document.all.monElement.style.background = "background";
}

function mouseout(imageid){
	document.getElementById(imageid).style.cursor = "default";
}

function jsactivated(){
	var js = document.getElementById('jsactivated');
	js.parentNode.removeChild(js);
}
