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='640' height='505'><param name='movie' value='http://www.youtube.com/v/JdEh6FTgAK8&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/JdEh6FTgAK8&hl=en_US&fs=1&color1=0x006699&color2=0x54abd6' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='640' height='505'></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;'>"+
"</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';

}


