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='background-color:transparent;'><input style='font-size:14pt;background-color:#FFFFFF;color:red;top:50px;margin-bottom:5px;' type='button' value='&laquo; Stop' onclick='closemylink()'/><object width='1000' height='800'><param name='movie' value='http://www.youtube.com/v/JXOnhzoC-i8&hl=en_US&fs=1&border=1'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/JXOnhzoC-i8&hl=en_US&fs=1&border=1' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='1000' height='800'></embed></object></div>";
}
function closemylink()
{
document.getElementById('link').innerHTML="";
}
