self.name='selfname';

function open_rel01() 
    {
rel01=window.open('about.html','rel01','toolbar=no,status=no,scrollbars=yes,width=400,height=300');
rel01.moveTo(300,100);
    }

function open_rel02() 
    {
rel02=window.open('sorry.html','rel02','toolbar=no,status=no,scrollbars=yes,width=250,height=200');
rel02.moveTo(50,100);
    }