function popup_url(urla) {
	var prevWnd=window.open(urla, 'popupurl', 'width=765,height=565,scrollbars=yes,resizable=yes,status=0');
}

function popup_wnd(urla) {
	var prevWnd=window.open(urla, 'popupwnd', 'scrollbars=yes,resizable=yes,status=0');
}

function popup_img(imga,w,h) {
	w += 20;
	h += 20;
	var prevWnd=window.open('/images/' + imga, 'popupimg'+w+h, 'width=' + w + ',height=' + h + ',scrollbars=no,resizable=no,status=0');
}

function popup_faqid(id) {
	var prevWnd=window.open('http://support.ultrasoft.com/index.php?mod_id=2&action=popup_entry&id=' + id, 'popupfaq', 'width=600,height=480,scrollbars=yes,resizable=yes,status=0');
}

function popup_faqex(id) {
	var prevWnd=window.open('http://support.ultrasoft.com/index.php?mod_id=2&action=popup_entry&id=' + id, 'popupfaq', 'width=800,height=600,scrollbars=yes,resizable=yes,status=0');
}

function get_file(form,sel) {
	form.action = sel.options[sel.selectedIndex].value;
}
