function showWait() {
	$('win_wait').style.display = 'block';
	new xModalDialog('win_wait',0,1);
	xModalDialog.instances['win_wait'].show();
}
