function popup(url) {
	win = open(url,'','width=100,height=100,scrollbars=auto,resizable=no,status=no,location=no,toolbar=no');
}