function win_pop01(url,width,height)
{
aWindow=window.open(url,"win_size01",'toolbar=0,resizable=1,scrollbars=1,width='+width+',height='+height+'');
}


function win_pop02(url,width,height)
{
aWindow=window.open(url,"win_size02",'toolbar=0,resizable=1,scrollbars=0,width='+width+',height='+height+'');
}