function openwin(url,ww,wh){
	window.open(url,'openwin','width='+ww+',height='+wh+',status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes');
}