/*
	Site:		Charon Verlag | schlagzeilen.com
	Engine:		qb-commerce.de
	Date:		2012-02-09
	Type:		schlagzeilen
	Agent:		CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
*/
function ajax_show_this_category_items(topic, item, element)
{
	try
	{
		$('ajaxinfo').remove();
	}
	catch(e)
	{
		element.insert({'after':'<div id="ajaxinfo"><img src="/img/loading.gif" alt=""/></div>'});
		new Ajax.Updater({ success: 'ajaxinfo' }, '/ajax/get_category_item_list.php?topic='+topic+'&highlite='+item);
	}
}


function ajax_show_random_item()
{
	var randomitem = $('randomitem');
	if(randomitem)
	{
		randomitem.update('<div class="loading"><img src="/img/loading.gif" alt=""/><br/><br/>Zufallsartikel wird ermittelt.</div>');
		new Ajax.Updater({ success: 'randomitem' }, '/ajax/ajax_show_random_item.php');
	}
}


function showKatalogPopUp()
{
	var kp = window.open('/popup/katalog.htm', 'kpw', 'width=420px; height=600px;');
	return false;
}


function showDynKatalogPopUp()
{
	var dkp = window.open('http://katalog.schlagzeilen.com/online/', 'dkpw', 'width=826x; height=584px;');
	return false;
}
