Here's a full-featured popup window.
<MJPS version="1.0">
<SKIN Name="Full" Author="patented_licks" />
<POPUP>
<Settings Width="420" Height="285" BackImage="" BackColor="" Border="yes" />
<ContentItem Type="image" Name="Thumbnail" X="12" Y="12" Width="80" Height="80" Source="[Large]" />
<ContentItem Type="text" Name="Name" X="105" Y="10" Width="305" Height="20" Text="[Name]" FontStyle="bold" />
<ContentItem Type="text" Name="Duration" X="105" Y="32" Width="305" Height="20" Text="[Duration]" />
<ContentItem Type="text" Name="Artist" X="105" Y="54" Width="305" Height="20" Text="[Artist]" />
<ContentItem Type="text" Name="Album" X="105" Y="74" Width="305" Height="20" Text="[Album] ([Year])" />
<ContentItem Type="image" Name="PrevThumb" X="40" Y="130" Width="60" Height="60" Source="[Large]" Tooltip="Previous: Char(10) [Name] by [Artist]" Command="10004,0" TrackOffset="-1" />
<ContentItem Type="text" Name="PrevTitle" X="20" Y="195" Width="100" Height="13" Text="[Name]" FontSize="13" HAlign="center" Tooltip="[Name]Char(10)[Artist]" TrackOffset="-1" />
<ContentItem Type="text" Name="PrevArtist" X="20" Y="208" Width="100" Height="13" Text="[Artist]" FontSize="13" HAlign="center" Tooltip="[Name]Char(10)[Artist]" TrackOffset="-1" />
<ContentItem Type="text" Name="PrevText" X="105" Y="158" Width="100" Height="13" Text="Char(60)Char(60) PREV" FontSize="13" HAlign="left" />
<ContentItem Type="image" Name="Thumbnail" X="170" Y="113" Width="80" Height="80" Source="[Large]" Tooltip="Current: Char(10) [Name] by [Artist]" />
<ContentItem Type="text" Name="Title" X="158" Y="198" Width="104" Height="15" Text="[Name]" FontSize="15" HAlign="center" Tooltip="[Name]Char(10)[Artist]" />
<ContentItem Type="text" Name="Artist" X="158" Y="213" Width="104" Height="15" Text="[Artist]" FontSize="15" HAlign="center" Tooltip="[Name]Char(10)[Artst]" />
<ContentItem Type="text" Name="NextText" X="215" Y="158" Width="100" Height="13" Text="NEXT Char(62)Char(62)" FontSize="13" HAlign="right" />
<ContentItem Type="image" Name="NextThumb" X="320" Y="130" Width="60" Height="60" Source="[Large]" Tooltip="Next: Char(10) [Name] by [Artist]" Command="10003,0" TrackOffset="1" />
<ContentItem Type="text" Name="NextTitle" X="300" Y="195" Width="100" Height="13" Text="[Name]" FontSize="13" HAlign="center" TrackOffset="1" Tooltip="[Name]Char(10)[Artist]" />
<ContentItem Type="text" Name="NextArtist" X="300" Y="208" Width="100" Height="13" Text="[Artist]" FontSize="13" HAlign="center" TrackOffset="1" Tooltip="[Name]Char(10)[Artist]" />
<ContentItem Type="image" Name="Previous" X="45" Y="235" Width="40" Height="40" Source="{PlayerBar,PreviousButton,0}||{PlayerBar,PreviousButton,1}||{PlayerBar,PreviousButton,2}" Tooltip="Previous: Char(15) [Name] by [Artist]" Command="10004,0" TrackOffset="-1"/>
<ContentItem Type="image" Name="Play" X="167" Y="235" Width="40" Height="40" Source="{PlayerBar,PlayButton,0}||{PlayerBar,PlayButton,1}||{PlayerBar,PlayButton,2}" Tooltip="Play//Pause" Command="10000"/>
<ContentItem Type="image" Name="Stop" X="217" Y="235" W
- Attachments and other options
idth="40" Height="40" Source="{PlayerBar,StopButton,0}||{PlayerBar,StopButton,1}||{PlayerBar,StopButton,2}" Tooltip="Stop" Command="10002"/>
<ContentItem Type="image" Name="Next" X="333" Y="235" Width="40" Height="40" Source="{PlayerBar,NextButton,0}||{PlayerBar,NextButton,1}||{PlayerBar,NextButton,2}" Tooltip="Next: Char(15) [Name] by [Artist]" Command="10003,0" TrackOffset="1" />
</POPUP>
</MJPS>