function openwin(url) { w = window.open(url,'win','width=540px,height=540px,status=no,scrollbars=yes,directories=no,menubar=no,toolbar=no'); } //-->