function tbwin(url) {
	if (url) {
		opwin = window.open(url,"","width=750,height=640,status=no,resizable=no,scrollbars=yes");
		opwin.focus();
	}
}

