<!--

function openWindow() {

w=screen.width;
h=screen.height;
window.resizeTo(w,h - 10);
window.moveTo(0,0);

	F1 = window.open("http://www.bedodesign.de/shockwave/bedo_easy_cms.html?param1=" + document.title,"Fenster1","status,width=940,height=700,left=0,top=0");
    
	F1.defaultStatus = document.title;

}


function bild_anzeige(bildname,hintergrundbild,seiten_css) {
  //alert(seiten_css);

  document.close();

  document.open();

  document.write('<html>\n<head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">\n');

  document.write('<link href="call_cms.css" rel="stylesheet" media="screen">\n');

  document.write('<link href="'+seiten_css+'" rel="stylesheet" media="screen">\n');

  document.write('<title>BEDO_Easy_CMS_HotLink</title>\n</head>\n');

  document.write('<body bgcolor="#FFFFFF" background="'+hintergrundbild+'" bgproperties="fixed">\n');

  document.write('<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">\n');

  document.write('  <tr>\n');

  document.write('    <td width="100%" valign="middle" align="center" height="100%"><a href="JavaScript:history.back()" target="_self"><img src="'+bildname+'" border="0"></a><p align="center"><a href="JavaScript:history.back()" target="_self"><b>zur&uuml;ck</b></a></p></td>\n');

  document.write('  </tr>\n');

  document.write('</table>\n');

  document.write('</body>\n</html>');

  document.close();

}


function bcfwin(Datei,w,h) {

	Fenster = "bcfFenster";
	F3 = window.open(Datei, Fenster, "width="+w+",height="+h+",scrollbars=yes,dependent=no,resizable=no");
	if(screen.width > h) F3.moveTo((screen.width-w)/2,(screen.height-h)/2);
	else F3.moveTo(0,0);

}
//-->