﻿function viszem(mit) {
	if (mit=="moduletable_narancs") {
	//alert("narancs");
		var newDoc = "index.php?option=com_joomgallery&Itemid=89";
		window.location.replace(newDoc);
	} else if (mit=="moduletable_zold") {
		var newDoc = "index.php?option=com_content&view=article&id=69&Itemid=60";
		window.location.replace(newDoc);
	} else if (mit=="moduletable_kek_vid") {		
		var newDoc = "http://www.brajereva.hu/new/maroshegy/oazisa.html";
		window.location.replace(newDoc);
	} else {
	//minden más eset
	}
	//alert(mit);
	//var newDoc = "index.php?option=com_content&view=category&layout=blog&id=41&Itemid=83";
	//window.location.replace(newDoc);
}
