function Popup(i,j)
{
	myElement = document.getElementById("ce");
	if(myElement != null)
	{
		var hilfe = "<div class=\"bgpopup\"></div><div class=\"popup4\"><iframe frameborder=\"0\" id=\"Frame\" src=\"popup.php?id="+ i + "\" width=\"612\" height=\"350\" border=\"0\"></iframe></div> <a href=\"#\" onClick=\"Close()\"><div class=\"popup5\">Sluiten <img border=\"0\" src=\"images/close-icon.jpg\" width=\"16\" height=\"16\"></div></a>";
		myElement.innerHTML=hilfe;
	}
}

function Changelog(i,j)
{
	myElement = document.getElementById("ce");
	if(myElement != null)
	{
		var hilfe = "<div class=\"popup4\"><iframe frameborder=\"0\" id=\"Frame\" src=\"changelog.php?id="+ i + "\" width=\"612\" height=\"350\" border=\"0\"></iframe></div> <a href=\"#\" onClick=\"Close()\"><div class=\"popup5\">Sluiten <img border=\"0\" src=\"images/close-icon.jpg\" width=\"16\" height=\"16\"></div></a>";
		myElement.innerHTML=hilfe;
	}
}

function Close()
{
	myElement = document.getElementById("ce");
	if(myElement != null){myElement.innerHTML='';}
}
