function popUp () {	
	//HIER WERTE EINGEBEN
	//----------------------------------------------------------------------
	breite=518;
	hohe=430;
	ziel="popUp/popup.htm"
	//----------------------------------------------------------------------

	fenster = window.open(ziel, "Werbung", "width="+breite+", height="+hohe+", status=yes, scrollbars=no, resizable=no, decoration=no");	
	fenster.focus();/**/
}