<!--
var remote = null;
function rs(n,u,w,h) {
  remote = window.open(u, n, 'width=' + w + ',height=' + h +',resizable=yes,scrollbars=yes');
  if (remote != null) {
    if (remote.opener == null)
      remote.opener = self;
    window.name = 'myYahooRoot';
    remote.location.href = u;
  }
}
function dm(i) {
  if(confirm('Are you sure you want to delete this module?')) { 
    window.location.href='http://edit.my.yahoo.com/config/del_left?.p=p1&.m=' + i + '&.confirm=1&.done=http%3a//my.yahoo.com/p/d.html%3fv';
  }
  return false;
}
//-->

