function Linkto(url) {
	location.href = url;
}

function mapover(id){
document.images[id].style.cursor = 'pointer';
}

function mapout(id){
document.images[id].style.cursor = 'auto';
}
