function play(songid,type)
{
var
mywin1=window.open("http://www.cybermidi.com/demo2.php?songid="+songid+"&type="+type,
"_play1",
"dependent=1,directories=0,height=660,location=0,menubar=0,screenx=0,screeny=0,resizable=no,screenx=0,screeny=0,scrollbars=0,titlebar=0,toolbar=0,width=600,left=0,top=0");
mywin1.focus();
}
function play2(songid,type)
{
var
mywin1=window.open("http://www.cybermidi.com/demo2mp3.php?songid="+songid+"&type="+type,
"_play1",
"dependent=1,directories=0,height=660,location=0,menubar=0,screenx=0,screeny=0,resizable=no,screenx=0,screeny=0,scrollbars=0,titlebar=0,toolbar=0,width=600,left=0,top=0");
mywin1.focus();
}