function PlayItSmall(playitnow){

document.getElementById('music2').innerHTML='<object id="helpPlayer" type="application/x-mplayer2" width="160" height="120" data="'+playitnow+'">'
   +'<param id="media1" name="src" value="'+playitnow+'">'
    +'<param id="media2" name="filename" value="'+playitnow+'">'
    +'<param name="type" value="application/x-mplayer2">'
    +'<param name="autoStart" value="true">'
    +'<param name="showControls" value="false">'
    +'<param name="showstatusbar" value="false">'
    +'Your system does cannot find the windows media player that was specified.'
 +'</object>'
}

function PlayItSmall2(playitnow){

document.getElementById('music3').innerHTML='<object id="helpPlayer" type="application/x-mplayer2" width="160" height="120" data="'+playitnow+'">'
   +'<param id="media1" name="src" value="'+playitnow+'">'
    +'<param id="media2" name="filename" value="'+playitnow+'">'
    +'<param name="type" value="application/x-mplayer2">'
    +'<param name="autoStart" value="true">'
    +'<param name="showControls" value="false">'
    +'<param name="showstatusbar" value="false">'
    +'Your system does cannot find the windows media player that was specified.'
 +'</object>'
}

function PlayItLarge(playitnow){
document.getElementById('music1').innerHTML='<object id="video1" type="application/x-mplayer2" width="320" height="275" data="'+playitnow+'">'

   +'<param id="media1" name="src" value="'+playitnow+'">'
    +'<param id="media2" name="filename" value="'+playitnow+'">'
    +'<param name="type" value="application/x-mplayer2">'
    +'<param name="showstatusbar" value="true">'
    +'Your system does cannot find the windows media player that was specified.'
 +'</object>'
}

function loadispeak()  {
							document.getElementById('ispeak').style.visibility='visible';
}


