var profiles =
{

  video:
  {
    width:500,
    height:600,
    center: 1,
    scrollbars: 1
  },

  mp3:
  {
    width:430,
    height:230,
    status:0,
    resizable:0,
    scrollbars:0,
    toolbar: 0
  }

};


$(function()
{
  $(".popupwindow").popupwindow(profiles);
});

