function openwin(url) {
    window.open(url, '', 'menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=700,height=500');
}
