// JAVASCRIPTS

function conf_link(kerd,link){
	question = confirm(kerd);
	if (question !='0'){
		top.location = link;
	}
}

