<!--
function openwin(url) {
w = window.open(url, 'win','width=810,height=570,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no,location=yes');
}
//-->