function play()
{
var file = document.mform.value;
document.all.musicdiv.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play2()
{
var file = document.mform2.value;
document.all.musicdiv2.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play3()
{
var file = document.mform3.value;
document.all.musicdiv3.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play4()
{
var file = document.mform4.value;
document.all.musicdiv4.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play5()
{
var file = document.mform5.value;
document.all.musicdiv5.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play6()
{
var file = document.mform6.value;
document.all.musicdiv6.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play7()
{
var file = document.mform7.value;
document.all.musicdiv7.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play8()
{
var file = document.mform8.value;
document.all.musicdiv8.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play9()
{
var file = document.mform9.value;
document.all.musicdiv9.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play10()
{
var file = document.mform10.value;
document.all.musicdiv10.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play11()
{
var file = document.mform11.value;
document.all.musicdiv11.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play12()
{
var file = document.mform12.value;
document.all.musicdiv12.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
