function play(songid,type)
{
var mywin1=window.open("http://www.cybermidi.com/demo.php?songid="+songid+"&type="+type, "_play1", "dependent=1,directories=0,height=600,location=0,menubar=0,screenx=0,screeny=0,resizable=yes,screenx=0,screeny=0,,scrollbars=0,titlebar=0,toolbar=0,width=675,left=10,top=20");
mywin1.focus();
}
function play3(songid,type)
{
var mywin1=window.open("http://www.cybermidi.com/demo_mp3.php?songid="+songid+"&type="+type, "_play1", "dependent=1,directories=0,height=600,location=0,menubar=0,screenx=0,screeny=0,resizable=yes,screenx=0,screeny=0,,scrollbars=0,titlebar=0,toolbar=0,width=675,left=10,top=20");
mywin1.focus();
}
function play2(songid,type)
{
var mywin1=window.open("http://www.cybermidi.com/demoselect.php?songid="+songid+"&type="+type, "_play1", "dependent=1,directories=0,height=600,location=0,menubar=0,screenx=0,screeny=0,resizable=yes,screenx=0,screeny=0,,scrollbars=0,titlebar=0,toolbar=0,width=675,left=10,top=20");
mywin1.focus();
}
function play4(songid,type)
{
var mywin1=window.open("http://www.cybermidi.com/demo_mp3select.php?songid="+songid+"&type="+type, "_play1", "dependent=1,directories=0,height=600,location=0,menubar=0,screenx=0,screeny=0,resizable=yes,screenx=0,screeny=0,,scrollbars=0,titlebar=0,toolbar=0,width=675,left=10,top=20");
mywin1.focus();
}