function sendEmail(id)
{
	pop('/common/modem_mag_send_email.php?id=' + id,'email', 430, 190, 'POP');
}

function checkSearch(of)
{
	if(!document.getElementById || !document.createTextNode){return;}
	var f=document.getElementById('search_word');
	if(f.value=='') return false;
	return true;
}

function show_thematic_folders(lang, domain)
{
    new Ajax.Updater( 'thematic_folders', '/common/modem_mag_thematic_folders_menu.php?h=0&l=' + lang + '&d=' + domain );
}

function hide_thematic_folders(lang, domain)
{
    new Ajax.Updater( 'thematic_folders', '/common/modem_mag_thematic_folders_menu.php?h=1&l=' + lang + '&d=' + domain );
}
