function open_win(url_add, title)
{
	window.showModalDialog(url_add, title, 'dialogWidth=844px;dialogHeight=631px;status:no;help:no');
}
