function openwin3(url) {
 w = window.open(url, 'win','width=600,height=680,status=yes,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no,top=0,left=0');
}
