here's what my window looks like, any idea why this is happening on my desktop but not on my laptop? Desktop is a P4 2.4 ghz running Win XP Pro with a Rage XL 8MB video card and it is a little laggy, is this why it would just not show the song titles?

IPB Image

i'm not even sure i'm looking at the right code, but here is my code for the playlist:

$drawrect(0,0,0,0,brushcolor-255-255-255 pencolor-null)

$drawrect(2,9,35,35,brushcolor-null pencolor-120-0-0)
$imageabs2(33,33,,,,,3,10,images\pure3\art7.png,nokeepaspect)
$imageabs2(33,33,,,,,3,10,$get(coverPath),nokeepaspect)
$imageabs2(34,34,,,,,3,10,images\pure3\artoverlay.png,)
$puts(xoffset,40)

$drawrect($get(xoffset),32,$eval(%_width% - $get(xoffset) - 5),1,brushcolor-120-0-0 pencolor-120-0-0)

$font(Swis721 Cn BT D-Type,7,,50-50-50)
$alignabs($get(xoffset),8,$eval(%_width% - $get(xoffset) - 5),14,left,middle)
%artist%

$font(,7,,120-0-0)
$alignabs($get(xoffset),19,$eval(%_width% - $get(xoffset) - 5),14,left,middle)
%album%

$font(Swis721 Cn BT D-Type,7,uppercase,50-50-50)
$alignabs($get(xoffset),32,$eval(%_width% - $get(xoffset) - 5),13,left,middle)
%date%

$alignabs($get(xoffset),32,$eval(%_width% - $get(xoffset) - 5),13,right,middle)
%genre%

$font(Swis721 Cn BT D-Type,7,uppercase,50-50-50)
$alignabs($get(xoffset),19,$eval(%_width% - $get(xoffset) - 5),13,right,middle)
%_itemcount%$font(Swis721 Cn BT D-Type,7,uppercase,120-120-120) TRACK$ifgreater(%_itemcount%,1,S,)],


// Background
$drawrect(,,,,brushcolor-255-255-255 pencolor-null)