function Opener_for_JukeBoxPopup(itemID,prodTypeID){
if(prodTypeID==1){
window.location.href="../../Forms/General/SongEditor1.aspx?Jukebox=yes&formName=Home.aspx&itemID="+itemID}
else{
window.location.href="../../Forms/Ringtone/RingtoneEditor1.aspx?Jukebox=yes&formName=Home.aspx&itemID="+itemID}}
function Operner_AddToPlayList(hidAddToPlayList){
window.location.href="../../Forms/JukeBox/JukeboxAddToPlaylist.aspx?FormName=JukeboxPopup.aspx&MultipleItems="+hidAddToPlayList}
function openWindow(bookmark){
window.open("../../forms/General/PaymentMode.aspx#"+bookmark,"mywind","status=0,menu=0,location=0,scrollbars=1,width=550,height=325,top=350,left=200,resizable")}
function changeCss(control){
var id=control.id
document.getElementById(id).className='footerMouseOverIcon'}

