function MM_openBrWindow(theURL,winName,features) { //v1.2
  window.open(theURL,winName,features);
}


function daughter(aurl)
{
    MM_openBrWindow(aurl,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=650,height=400');
}   

function galleryPopup(aurl)
{
	MM_openBrWindow(aurl,'','titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660,height=575');
	return false;
}


