// javascript functions coor Mulder Tweewielercenter Winschoten

function go_to(url) {

	document.location = url;
	
}


function set_style(el_id,str_style) {
	
	document.getElementById(el_id).className = str_style;

}


