// JavaScript Document

var popUpWin=0;

function popUpWindow(URLStr)

{

  if(popUpWin)

  {

    if(!popUpWin.closed) popUpWin.close();

  }

  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=400,height=400,left=100, top=100,screenX=100,screenY=100');

}

function popUpWindowMP3(URLStr)

{


  popUpWin = open(URLStr, 'popUpWin2', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=400,height=400,left=150, top=100,screenX=100,screenY=100');

}

function popUpWindowAlbum(URLStr)

{


  popUpWin = open(URLStr, 'popUpWin3', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=490,height=400,left=300, top=100,screenX=100,screenY=100');

}