/*function newIframe () {
	var div = document.getElementById("iframe");
	div.style.display = "block";
	div.innerHTML = "<iframe src='/kon-pop/' width='249px' height='355px' frameborder='0' scrolling='no'></iframe>";
}

function closeIframe () {
	var div = parent.document.getElementById("iframe");
	div.style.display = "none";
	div.innerHTML = "";
}*/

function newWindow() {
	window.open('/kon-pop/','Kontakt','width=249,height=355');
}
