function popWin(_src) {
	window.open(_src,'popwin','width=520,height=640,scrollbars=yes,resizable=yes,toolbar=no,status=no,left=10,top=10');
}


function popWinSymposion(_src) {
	window.open(_src,'popwin','width=540,height=704,scrollbars=no,resizable=no,toolbar=no,status=no,left=10,top=10');
}


function popWinSize(_src,_width,_height) {
	window.open(_src,'popupimg','width='+_width+',height='+_height+',scrollbars=yes,resizable=yes,toolbar=no,status=no,left=10,top=10');
}



function printPage() {
if (window.print) {
jetztdrucken = confirm('Seite drucken ?');
if (jetztdrucken) window.print();
   }
}
