// stelle bzw. st = Pfadstelle,  a = Abstand vom oberen Bildschirmrand,   b = Abstand vom linken Bilschirmrand, anz=Anzahl der zu zeigenden Poster

//abst=20;    //Abstand zwischen den Postern



//----------------------------------------------------------------------------------------------

function WlbVideo_Hertie(stelle)
{
  var teilurl;

  if (stelle==0) teilurl="";
  if (stelle==1) teilurl="../";
  if (stelle==2) teilurl="../../";

  var vollurl="onclick=\"openF(this.href,'hertie',65,480); return false\" href=\""+teilurl+"video/wlbvid_buf_auto.htm\"";

 	document.write("<div class='in_tit2011 tx08cwb pce'>Work-Life-Balance:</div>");
  document.write("<div class='in_grd2011 pce'><a "+vollurl+"><img alt='' src='"+teilurl+"images/po_vidhertie.gif' width='125' height='80' title='Video starten' /></a></div>");
 	document.write("<div class='in_rahm2011'></div>");
}


