function popup_win(name, file)
{
	window.open(file, name, 'scrollbars=1,statusbar=1,resizable=1,width=550,height=300,left=220,top=200');
}

function byID(id)
{
	return document.getElementById(id);
}

function search(query_field)
{
	query = byID(query_field).value;
	window.open('/srch/search.php?query='+query, 'search', 'scrollbars=1, statusbar=1, resizable=1, width=300, height=500, left=100, top=100');
	return false;
}

function print_email()
{
	document.open();
	document.write('<'+'a href="'+'mai'+'lt'+'o:'+'fog' + '@' + 'yan'+'dex'+'.'+'ru'+'">'+'fog'+'@'+'y'+'and'+'ex'+'.'+'r'+'u'+'</A>');
	document.close();
}
