function opwin(url,w,h) {
	//open(url,'cmbrate','menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=yes,width='+w+',height='+h+',top=50,left=50');
	showModalDialog(url,'cmbrate','resizable: no; help: no; status: no; scroll: yes; dialogwidth='+w+'px; dialogheight='+h+'px; ');
}
