function OpenPopUp(breite,hoehe,ziel,param) {
	options ="width="+breite+",height="+hoehe+ "," + param;
	var x = Math.round(100000000 + (99999999 * Math.random()));
	x = open(ziel,x,options);
}   
