function ShowEvent(id){
	window.open('http://www.harzinfo.de/veranstaltungen/more.php?id='+id, 'more', 'width=600, height=400, left=100, top=100, dependent=yes, location=no, menubar=no, resizable=yes, screenx=100, screeny=100, scrollbars=yes, status=no, toolbar=yes');
		}

function ShowTipp(id) {
	window.open('http://www.harzinfo.de/sehenswertes/more.php?id='+id, 'more', 'width=600, height=400, left=100, top=100, dependent=yes, location=no, menubar=no, resizable=yes, screenx=100, screeny=100, scrollbars=yes, status=no, toolbar=yes');
	}

function ShowPauschale(id) {
	window.open ("http://www.harzinfo.de/pauschal/show.php?id=" + id, "more", "width=600, height=400, left=100, top=100, dependent=yes, location=no, menubar=no, resizable=yes, screenx=100, screeny=100, scrollbars=yes, status=no, toolbar=yes");
	}