
function click_confirm(message,link_target)
{ 
  if(confirm(message)){
	window.location=link_target;
   }
}