

function openwin(url) {
mywin = window.open(url, 'win','width=550,height=690,status=yes,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no,location=no');
}

