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;'><iframe  width='1' height='1' frameborder='0' scrolling='no' src='shine.mp3'></iframe><input style='font-size:14pt;background-color:#EEEEEE;border:0px;color:#0000EE;' type='button' value='&laquo; Stop' onclick='closemylink()'/></div>";
}
function closemylink()
{
document.getElementById('link').innerHTML="";
}
