function popup(adress) {
	window.open(adress, 'demowindow', 'width=960,height=675,resizable=0,scrollbars=0');
	return false;
}

function clear_message(msgId) {
	if(jQuery('#' + msgId)) {
		jQuery('#' + msgId).html('');
	}
}
