function openEventPopup(EventID)
{
	window.open('/news///events,' + EventID + '.html', 'eventPopup', 'menubar=no,resizable=yes,scrollbars=yes,height=462,width=502');
}

function openImagesPopup(BeitragID,ImageID)
{
	window.open('/news///st_img,' + BeitragID + '.html?imgid=' + ImageID, 'imagesPopup', 'menubar=no,resizable=yes,scrollbars=yes,height=475,width=580');
}

function openForwardPopup(BeitragID, BeitragURL)
{
	window.open('/news///st_mail,' + BeitragID + '.html?uri=' + BeitragURL, 'forwardPopup', 'menubar=no,resizable=yes,scrollbars=yes,height=398,width=540');
}

function openPrintPopup(BeitragID)
{
	window.open('/news///st_print,' + BeitragID + '.html', 'printPopup', 'menubar=no,resizable=yes,scrollbars=yes,height=600,width=540');
}

function openKleinanzeigenPopup(AnzeigenID)
{
	window.open('/news///kleinanzeige,' + AnzeigenID + '.html', 'kleinanzeigenPopup', 'menubar=no,resizable=yes,scrollbars=yes,height=250,width=450');
}

function openCommentPopup(BeitragID)
{
	window.open('/news///addcomment,' + BeitragID + '.html', 'commentPopup', 'menubar=no,resizable=yes,scrollbars=yes,height=346,width=470');
}