function mystart()
{
document.getElementById('content').innerHTML="<iframe width='400' height='100' frameborder='0' scrolling='no' src=''></iframe>";
}
function mystop()
{
document.getElementById('content').innerHTML="";

}
function mylink()
{

document.getElementById('link').innerHTML="<div style='text-align:right;float:right;font-size:12pt;font-weight:normal;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;background-color:transparent;text-align:left;vertical-align:top;width:400px;'>"+
"<input style='margin-bottom:40px;background:url(images/stop.png) no-repeat top left;position:absolute;left:500px;vertical-align:text-top;font-size:20pt;background-color:transparent;color:transparent;height:100px;width:100px;' type='button' value=' Stop ' onclick='closemylink()'/>"+
"<object width='425' height='344'><param name='movie' value='http://www.youtube.com/v/yEbrRqX6qBc&hl=en_US&fs=1&color1=0x006699&color2=0x54abd6'></param>"+
"<param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param>"+
"<embed src='http://www.youtube.com/v/yEbrRqX6qBc&hl=en_US&fs=1&color1=0x006699&color2=0x54abd6' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='425' height='344'></embed></object>"+
"<div style='margin:20px;font-size:12pt;border:2px solid #cccccc;width:400px;text-align:left;vertical-align:top;background-color:#DDDDDD;'>Early Police...</div>"+
"<object width='425' height='344'><param name='movie' value='http://www.youtube.com/v/LUf6YOyrHOI&hl=en_US&fs=1&color1=0x006699&color2=0x54abd6'></param>"+
"<param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param>"+
"<embed src='http://www.youtube.com/v/LUf6YOyrHOI&hl=en_US&fs=1&color1=0x006699&color2=0x54abd6' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='425' height='344'></embed></object>"+
"<div style='margin-left:5px;font-size:12pt;font-weight:normal;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;text-align:left;vertical-align:top;width:400px;'>"+
"<div style='margin:20px;font-size:12pt;border:2px solid #cccccc;width:400px;text-align:left;vertical-align:top;background-color:#DDDDDD;'>Later Police...</div>"+
"</div></div>";
//document.getElementById('play').style.display='none';
document.getElementById('play').style.display='none';
document.getElementById('play').style.backgroundColor='transparent';
document.getElementById('versetop').style.display='none';
document.getElementById('versebottom').style.display='block';
document.getElementById('versebottom').style.marginTop='0px';
document.getElementById('versebottom').style.width='95%';
//document.getElementById('versebottom').style.paddingLeft='0px';
//document.getElementById('versebottom').style.paddingRight='0px';
//document.getElementById('versebottom').style.paddingTop='0px';
//document.getElementById('versebottom').style.paddingBottom='0px';
document.getElementById('navigation').style.marginTop='100px';
document.getElementById('tigerragbottom').style.display='block';



}
function closemylink()
{
document.getElementById('link').innerHTML="";
document.getElementById('play').value=' Play ';
document.getElementById('play').style.color='transparent';
document.getElementById('play').style.backgroundColor='transparent';
document.getElementById('play').style.margin='5px 5px 5px 5px';
document.getElementById('play').style.width='100px';
document.getElementById('play').style.height='100px';
document.getElementById('play').style.verticalAlign='top';
document.getElementById('play').style.display='inline';
document.getElementById('play').style.textAlign='center';
document.getElementById('versetop').style.display='block';
document.getElementById('versetop').style.marginTop='0px';
document.getElementById('versebottom').style.display='none';
document.getElementById('navigation').style.marginTop='0px';

}


