function openWin(url) {
	window.open(url,'','width=320,height=240,menubar=no,status=no,location=no,toolbar=no,scrollbars=no');
}