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='vertical-align:top;background-color:#000000;padding-bottom:5px;text-align:right;float:right;margin-right:5px;border:1px solid #000000'>"+
"<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/o22eIJDtKho&hl=en_US&fs=1&color1=0x006699&color2=0x54abd6&autoplay=1'></param>"+
"<param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param>"+
"<embed src='http://www.youtube.com/v/o22eIJDtKho&hl=en_US&fs=1&color1=0x006699&color2=0x54abd6&autoplay=1' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='425' height='344'></embed></object>"+
"<div style='margin-left:5px;border:2px solid #cccccc;font-size:12pt;font-weight:normal;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;background-color:#DDDDDD;text-align:left;vertical-align:top;width:400px;'>"+
"<b>This poignant performance of Nine Inch Nail's, &ldquo;Hurt&rdquo; is almost haunting, "+
"as it was recorded just prior to Cash's untimely death. Whether or not a Johnny Cash fan, "+
"this performance is powerful and deep with emotion. Produced by Rick Rubin, The Man Comes Around "+
"is the fourth and final Grammy Award-winning album Cash and Rubin have collaborated on."+
"<p style='font-weight:bold;'>on youtube, comments posted by <a href='http://www.youtube.com/user/fastfocustv' target='new_window'>fastfocustv</a></b></p>"+
"</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';

}


