function openwin(url) {	
 w = window.open(url, 'win', 'status=no,menubar=no,location=no,scrollbars=yes,resizable=yes,titlebar=no,toolbar=no,width=690,height=600');
 w.focus();	
}


