function showMsg(url, msg){
  
  var url;
  var msg;
  
  if( confirm(msg) )
  
    location.href=url;  

}
