﻿function openPopup(url) {
	var wind = window.open(url, 'win', 'height=590,width=790,toolbar=no,scrollbars=yes');
	wind.focus();
}
