local=(self.location.href.indexOf("http")==-1);

vURL="../media/";
vType=local?".rm":".rpm";

embedv1='<embed src="'
embedv2='" type="audio/x-pn-realaudio-plugin" console="video" controls="imagewindow" height=88 width=92 maintainaspect="false" nojava="true" nologo="true" autostart="true"></embed>';

function playInLayer(l,aURL) {
  parent.mediacontrol.location.href="playervid.htm";
  parent.mediaplayer.location.href="black.htm";
  writeLayer(l,embedv1+vURL+aURL+vType+embedv2);
  }
function stopInLayer(l) {
  writeLayer(l,"");
  }

sURL="http://www.schmidmusic.com/media/";
sType=".m3u";

function playSong(s) {
  parent.foto.stopInLayer("video")
  parent.startsong=sURL + s + sType;
  parent.mediacontrol.location.href="../deutsch/player.htm";
  parent.mediaplayer.location.href="play.htm"; 
  }

