// JavaScript Documentfunction open_win(codeTrack,albumID)
//function openWindow(tipe,id,widthTones,heightTones)
//{
//	window.open("http://music.detikhot.com/radio"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width="+650+", height="+300+", top=200, left=300")
//}
//



var popUpWin=0;

function popUpWindow(URLStr, left, top, width, height)

{

  if(popUpWin)

  {

    if(!popUpWin.closed) popUpWin.close();

  }

  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+600+',height='+350+',left='+200+', top='+300+',screenX='+left+',screenY='+top+'');

}
