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='font-size:18pt;background-color:#FFFFFF;color:red;top:50px;margin-bottom:5px;height:40pt;width:100pt;' type='button' value='&laquo; Stop' onclick='closemylink()'/>"+
"<p> </p><object width='450' height='365'><param name='movie' style='-khtml-opacity: 0.6;opacity: 0.6' value='http://www.youtube.com/v/zZHrbjhwKik&hl=en_US&fs=1&color1=0x5d1719&color2=0xcd311b&border=1'></param>"+
"<param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param>"+
"<embed src='http://www.youtube.com/v/zZHrbjhwKik&hl=en_US&fs=1&color1=0x5d1719&color2=0xcd311b&border=1' style='-khtml-opacity: 0.6;opacity: 0.6' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='450' height='365'></embed></object>"+
"<div style='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;'>"+
"<h3>In The Arms Of The Angel</h3>"+
"Spend all your time waiting for that second chance<br/>"+
"For the break that will make it ok<br/>"+
"There's always some reason to feel &ldquo;not good enough&rdquo;?<br/>"+
"And it's hard at the end of the day<br/>"+
"I need some distraction, oh beautiful release<br/>"+
"Memories seep from my veins<br/>"+
"They may be empty and weightless, and maybe<br/>"+
"I'll find some peace tonight<p> </p>"+

"In the arms of an Angel, fly away from here<br/>"+
"From this dark, cold hotel room, and the endlessness that you fear<br/>"+
"You are pulled from the wreckage of your silent reverie<br/>"+
"You're in the arms of an Angel; may you find some comfort here<p> </p>"+

"So tired of the straight line, and everywhere you turn<br/>"+
"There's vultures and thieves at your back<br/>"+
"The storm keeps on twisting, you keep on building the lies<br/>"+
"That you make up for all that you lack<br/>"+
"It don't make no difference, escaping one last time<br/>"+
"It's easier to believe<br/>"+
"In this sweet madness, oh this glorious sadness<br/>"+
"That brings me to my knees<p> </p>"+

"In the arms of an Angel, far away from here<br/>"+
"From this dark, cold hotel room, and the endlessness that you fear<br/>"+
"You are pulled from the wreckage of your silent reverie<br/>"+
"In the arms of an Angel; may you find some comfort here</div></div>";
document.getElementById('play').style.display='none';
document.getElementById('versetop').style.display='none';
document.getElementById('versebottom').style.display='block';



}
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;border-top:8px solid #CCC;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';
document.getElementById('versetop').style.display='block';
document.getElementById('versebottom').style.display='none';

}


