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 id='ezjax_content' style='padding:5px;vertical-align:top;background-color:transparent;text-align:right;float:right;'>"+
"<input style='border:none;font-size:18pt;background-color:transparent;color:red;top:50px;margin-bottom:5px;height:40pt;width:100pt;margin-right:10px;' type='button' value='&laquo; Stop' onclick='closemylink()'/>"+
"<p> </p><object width='380' height='2'><param name='movie' value='http://www.youtube.com/v/gt-2Ijppbiw&hl=en_US&fs=1&autoplay=1'></param>"+
"<param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param>"+
"<embed src='http://www.youtube.com/v/gt-2Ijppbiw&hl=en_US&fs=1&autoplay=1' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='380' height='2'></embed></object><br/>"+
"<div style='filter:alpha(opacity=70);-moz-opacity:0.70;-khtml-opacity: 0.70;opacity: 0.70;float:right;color:#000000;font-size:10pt;font-weight:normal;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;background-color:#DDDDDD;text-align:left;vertical-align:top;'>"+
"<p><span style='color:darkblue;font-weight:bold;font-size:200%'>Paul Robeson<br/>Jerusalem</span></p>"+
"<b><p style='border-top:2px solid #000000;color:#000000'>"+
"Words written by William Blake<br/>Music by Charles Hubert Hastings Parry"+
"<p style='margin-top:10px;'> </p>"+
"<span style='font-size:140%'>A</span>nd did those feet in ancient time<br/>"+
"Walk upon England's mountains green<br/>"+
"And was the holy lamb of God<br/>"+
"On England's pleasant pastures seen"+
"<p style='margin-top:10px;'> </p>"+
"<span style='font-size:140%'>A</span>nd did the countenance divine<br/>"+
"Shine forth upon our clouded hills<br/>"+
"And was Jerusalem builded here<br/>"+
"Among these dark Satanic mills"+
"<p style='margin-top:10px;'> </p>"+
"<span style='font-size:140%'>B</span>ring me my bow of burning gold<br/>"+
"Bring me my arrows of desire<br/>"+
"Bring me my spears o'clouds unfold<br/>"+
"Bring me my chariot of fire"+
"<p style='margin-top:10px;'> </p>"+
"<span style='font-size:140%'>I</span> will not cease from mental fight<br/>"+
"Nor shall my sword sleep in my hand<br/>"+
"'Til we have built Jerusalem"+
"In England's green and pleasant land"+
"<p><a style='font-size:130%;' href='http://timothyministries.org/theologicaldictionary/references.aspx?theword=and%20did%20those%20feet%20in%20ancient%20time' target='new_window'>Read More</a>... about this song</p>"+
"</div></div>";
document.getElementById('play').style.display='none';

}
function closemylink()
{
document.getElementById('link').innerHTML="";
//document.getElementById('content').innerHTML="<table id='content' align=center style='width:1000px;background:url(images/Hwange_sunset.jpg) no-repeat top left;text-align:center;'><tr><td style='margin-left:10px;text-align:center;width:1000px;'><input id='play' type='button' style='text-align:center;font-size:18pt;background-color:#EEEEEE;border:0px;color:#0000EE;height:40pt;width:100pt;' value='&raquo; Play' onclick='mylink();'  /><div id='link'></div> <div style='text-align:center;width:1000px;height:900px;padding-top:5px;'><a style='text-decoration:none;color:#FFF' href='http://techledo.com'>techledo studios</a> &copy;2009 <a style='text-decoration:none;color:#FFF' href='http://techledo.com/loginscript/contact/contact_raywatts.asp?contactid=578AEE7F-BF4E-4C5C-8F3A-521256C9A5E2'>raywatts</a></blockquote><span style='letter-spacing:2px;color:#DFDEDF;text-align:left;margin-left:10px'></span></div></td>";
document.getElementById('play').style.display='inline';
document.getElementById('play').style.textAlign='center';
}


