
function openw(url) {
w = window.open(url, 'win01','width=430,height=580,status=0,scrollbars=1,directories=0,menubar=0,resizable=1,toolbar=0');
}
