function open_window01(url) {
awindow = window.open(url,"labels",'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=585,height=350,');
}


