function openwin2(theURL) {
window.open(theURL,"02",'top=0,left=0,width='+(screen.availWidth-10)+',height='+(screen.availHeight-28)+',toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');
}