function playRadio(ParamID)
{
	var url = 'http://shabab.linga.org/radio/radio?r=' + ParamID;
    var r = window.open(url,null,'height=250,width=400,status=yes,toolbar=no,menubar=no,location=no');
}

 function playSong(ParamID)
{
	var url = 'http://tranem.linga.org/PlaySong?TranemID=' + ParamID;
    var a = window.open(url,null,'height=200,width=300,status=yes,toolbar=no,menubar=no,location=no');
}
