<!--
function openwin(url) {
 w = window.open(url, 'win','width=520,height=450,status=no,scrollbars=yes,directories=no,menubar=no,resizable=no,toolbar=no,left=10,top=10');
}
//-->