function openwin(url) {
	
 w = window.open(url, 'win','width=720,status=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,toolbar=yes,location=yes');
 w.focus();	
 
}
