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:transparent;text-align:right;float:right;margin-right:5px;'>"+
"<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()'/>"+
"<p> </p><object width='425' height='344'><param name='movie' value='http://www.youtube.com/v/38V8jnN1Kpw&hl=en_US&fs=1&'></param>"+
"<param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param>"+
"<embed src='http://www.youtube.com/v/38V8jnN1Kpw&hl=en_US&fs=1&' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='425' height='344'></embed></object>"+
"<div style='font-size:14pt;font-weight:normal;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;background-color:#DDDDDD;text-align:left;vertical-align:top;'>"+
"<h3>Awesome God</h3>"+
"When He rolls up His sleeves<br/>"+
"He ain't just puttin' on the Ritz<br/>"+
"(our God is an Awesome God)<br/>"+
"There is thunder in His footsteps<br/>"+
"And lightning in His fists<br/>"+
"(our God is an Awesome God)<br/>"+
"Well the Lord He wasn't jokin'<br/>"+
"when He kicked 'em out of Eden<br/>"+
"It wasn't for no reason that He shed His blood<br/>"+
"His return is very close and so you better be believin'<br/>"+
"That our God is an Awesome God<p> </p>"+

"REFRAIN<br/>"+
"Our God (our god) is an Awesome God<br/>"+
"He Reigns (he reigns) from heaven above<br/>"+
"With Wisdom (with wisdom)pow'r and love<br>"+
"Our God is an Awesome God<p> </p>"+

"When the sky was starless in the void of the night<br/>"+
"(our god is an awesome god)<br/>"+
"He spoke into the darkness and created the light<br/>"+
"(our god is an awesome god)<br/>"+
"Judgement and wrath He poured out the Sodom<br/>"+
"Mercy and grace He gave us at the cross<br/>"+
"I hope that we have not too quickly forgotten that<br/>"+
"Our God is an Awesome God<p> </p>"+

"REFRAIN x 3"+
"</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='60%';
//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';


}
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';

}


