function openwindow(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=yes,resizable=yes');	}
