
//<!--

function MM_openBrWindow(theURL,winName,features) { //v1.2
  window.open(theURL,winName,features);
}
//-->

function daughter(url) 
{   
    MM_openBrWindow(url,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=650,height=400');
}
