function mywin01(src)
{
mywin=open(src,'','width=1015,left=0,top=0,screenX=0,screenY=0,scrollbars=no,menubar=yes,toolbar=yes,titlebar=yes,status=yes');

}

function mywin02(src)
{
mywin=open(src,'','width=1015,left=0,top=0,screenX=0,screenY=0,scrollbars=yes,menubar=yes,toolbar=yes,titlebar=yes,status=yes');

}

