Help - Search - Members - Calendar
Full Version: Columns UI / Panels UI appearance
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132
unkwn
QUOTE(Idec Sdawkminn @ Sep 9 2006, 18:11) *

QUOTE(unkwn @ Sep 9 2006, 16:07) *

QUOTE(Idec Sdawkminn @ Sep 9 2006, 18:02) *

Okay, I just switched from 0.8.3 to 0.9.3.1 and got my appearance how I wanted it. It's nothing special (well, I love it, but the general opinion seems to be negative toward it. Anyway, here it is:

IPB Image

are you by chance color blind?

Ah yes, I am slightly color-blind. I seem to see reds and the reds in colors less intense and bright than people who aren't color-blind. So, reds are more dull, yellows are more green, violets are more blue, etc.

But what does that have to do with my foobar?

just explains why you would chose such high contrast colors.
Idec Sdawkminn
That has nothing to do with my color-blindness. I got the idea from the bar at the top that goes from blue to white. I wanted to make my playlist appear like that, like as a nice, sunny-day sky. But I also wanted some green in there like some leaves against the blue sky. I couldn't get it to look right with different font colors, so I gave up on that idea.

Then I wondered how a black to red fade would look. Black to blue looks good, too. But I wanted the blue to white fade as well. I finally settled on a whole fade from black to a certain color to white, like it's a sunset where half of the sky is dark and half is light where the sun is. But which color should I pick?

After not being able to pick one, I decided I'd just include all the colors. So I did that. The screenshot I took was just at the green part of it.

But the text didn't show up well against some of the colors. What color could I pick that would show up against every shade of every color? I chose to have the text be the inverse color of the background it is on.
mazy
QUOTE(snively @ Sep 9 2006, 21:42) *
heya mazy.. could ya post that track info mod code? smile.gif

sure. but bear in mind that it was just a quick hack to try that design and the logic behind it is almost none (i.e. '?' in case of stopped playback etc.) ...

formatting for the panel. the overlay image is here. you would need some fonts used (CubicFive10 and CubicFive12 among with Calibri). panel's minimal height is 58px.

CODE
$padding(0,0)
$drawrect(,,,23,brushcolor-119-213-249 pencolor-51-191-238)$padding(4,1)

$align(left,center)$font(calibri bold,9,,255-255-255)
$font(,,bold glow-18-173-224 glowexpand-1,)
%album%

$align(right,center)$font(,,bold,255-255-255)
%artist%
$puts(ar_w,$calcwidth(%artist%))

$drawrect($sub(%_width%,$get(ar_w),18),-1,3,23,brushcolor-51-191-238 pencolor-null)
$drawrect($sub(%_width%,$get(ar_w),17),-1,1,23,brushcolor-250-250-250 pencolor-null)

$alignabs(6,13,%_width%,%_height%,,)
$font(CubicFive12,6,nocleartype,18-173-224)
[%date% | ][%genre%]

$alignabs(0,10,$sub(%_width%,$get(ar_w),13),%_height%,right,)
$font(Wingdings,10,,)
$repeat(«,$rand(5))

$imageabs($sub(%_width%,$get(ar_w),99),0,data\misc images\playlist-refl.png,)
$imageabs($sub(%_width%,86),0,data\misc images\playlist-refl.png,)

//---------

$padding(-4,-1)
$drawrect(,24,,23,brushcolor-191-239-254 pencolor-80-196-239)$padding(4,1)

$alignabs(2,24,$sub(%_width%,4),23,,)

$font(calibri bold,9,,80-196-239)

%title%
//$replace(%title%,'(',$font(,,bold italic,204-204-204)'(')

$alignabs(6,37,%_width%,%_height%,,)
$font(CubicFive10,6,nocleartype,80-196-239)
[%length% | ]
[%bitrate% kbps]

$alignabs(0,24,$sub(%_width%,2),%_height%,right,)
//$font(Block Out 2097,14,nocleartype,190-190-190)
$font(CubicFive10,6,nocleartype,80-196-239)
[%play_count%x]
$if(%cwb_queueindex%, '['%cwb_queueindexes%/%cwb_queuelength%']')

$alignabs(0,34,$sub(%_width%,2),%_height%,right,)
//$font(Wingdings,10,,190-190-190)
$font(Wingdings,10,,80-196-239)
$repeat(«,%rating%)


$if(,
$align(left,center)$font(calibri bold,9,,255-255-255)
$font(,,bold glow-18-173-224 glowexpand-1,)
%album%

$align(right,center)$font(,,bold,255-255-255)
%artist%
$puts(ar_w,$calcwidth(%artist%))

$drawrect($sub(%_width%,$get(ar_w),18),-1,3,23,brushcolor-51-191-238 pencolor-null)
$drawrect($sub(%_width%,$get(ar_w),17),-1,1,23,brushcolor-250-250-250 pencolor-null)

$alignabs(6,13,%_width%,%_height%,,)
$font(CubicFive12,6,nocleartype,18-173-224)
[%date% | ][%genre%]

$alignabs(0,10,$sub(%_width%,$get(ar_w),13),%_height%,right,)
$font(Wingdings,10,,)
$repeat(«,$rand(5))
)
$imageabs($sub(%_width%,86),24,data\misc images\playlist-refl.png,)

// ---

$padding(-4,-1)
$drawrect(,48,,10,brushcolor-191-239-254 pencolor-80-196-239)

$puts(progress,$muldiv(%playback_time_seconds%,$sub(%_width%,4),
%length_seconds%))

$ifgreater($get(progress),0,
$padding(2,2)$drawrect(,48,$get(progress),6,brushcolor-$if(%ispaused%,148-222-248,80-196-239) pencolor-null),)

Dead Phoenix
Haven't changed this a lot in the last couple of months. Added the lcd/stereo infopanel. I just need a good 300x120 logo now.

IPB Image
Strictly4me
QUOTE(Rhand @ Sep 9 2006, 02:48) *

IPB Image

How you make this highlight button for play, or is it always green?

((((( Strictly4me )))))
Rhand
QUOTE(Strictly4me @ Sep 10 2006, 09:08) *

QUOTE(Rhand @ Sep 9 2006, 02:48) *

IPB Image

How you make this highlight button for play, or is it always green?

((((( Strictly4me )))))



Made buttons in photoshop (Normal Buttons and Hot Buttons) Normal is Grey and Hot is a Hoover button.
I hope it make any sense to you.


Still a Samurize User???
sHsIkuA
IPB Image

updated, actually its a complete reconfigure biggrin.gif
Strictly4me
QUOTE(Rhand @ Sep 10 2006, 11:19) *
Made buttons in photoshop (Normal Buttons and Hot Buttons) Normal is Grey and Hot is a Hoover button.

Hm, i already tried this, but it was not working for me. Ok, will try again, thanks. wink.gif

QUOTE
Still a Samurize User???

Of course! smile.gif Can't live without it! tongue.gif

EDIT: No, it's not working for me! I can see hot image only if i go with mouse over. If i leave the button, it changes back to normal image! Whats wrong?

((((( Strictly4me )))))
Rhand
QUOTE(Strictly4me @ Sep 10 2006, 10:53) *

QUOTE(Rhand @ Sep 10 2006, 11:19) *
Made buttons in photoshop (Normal Buttons and Hot Buttons) Normal is Grey and Hot is a Hoover button.

Hm, i already tried this, but it was not working for me. Ok, will try again, thanks. wink.gif

QUOTE
Still a Samurize User???

Of course! smile.gif Can't live without it! tongue.gif

EDIT: No, it's not working for me! I can see hot image only if i go with mouse over. If i leave the button, it changes back to normal image! Whats wrong?

((((( Strictly4me )))))


I must correct myself the button don't stay green if i leave the mouse from the playbutton i goes grey again.
I don't think it's possible with the current foobar buttons. rolleyes.gif
Strictly4me
Ahh, ok! I thought i'm stupid! Now i feel better. tongue.gif

((((( Strictly4me )))))
uRT
Well as I see it it's unnecessary with alot of plugins etc, I just keep it simple and only got the functions that I really use.

IPB Image

*LOL@Volume* biggrin.gif
onlyyu7
QUOTE(CepiPerez @ Sep 8 2006, 18:30) *

A few modifications on my last skin...

IPB Image

And waiting for an update for the single playlist component...

nice going! it's my type.
saberrider
IPB Image

Not that many changes, but take a look at the new seekbar. Well, it's just a trackinfo panel, but the two arrows you see on the left and right of the bar are actually customized buttons you can use to seek back and forward. This way I don't use the original seekbar anymore...
AsD
I have made some changes. The curve in the panel is smoother at the borders and the stars are images now.
At the top the old config and at the bottom the new one:
IPB Image

I have added some checkbox. There are 3 songs in the Queue playlist and there are 3 songs checked, you know what it means...:
IPB Image

In the beginning i wanted to do the checkbox thing in a different way:
1: All checked exept for the inactive tracks
2: When you add something to the Queue all become unchecked exept for the Queue.
The problem is that the single column playlist plugin do not refresh the playlist as expected. Not posible right now.

One more thing: I have added a selection background:
IPB Image
Russell777
QUOTE(AsD @ Sep 10 2006, 20:38) *

I have made some changes. The curve in the panel is smoother at the borders and the stars are images now.
At the top the old config and at the bottom the new one:
IPB Image

I have added some checkbox. There are 3 songs in the Queue playlist and there are 3 songs checked, you know what it means...:
IPB Image

In the beginning i wanted to do the checkbox thing in a different way:
1: All checked exept for the inactive tracks
2: When you add something to the Queue all become unchecked exept for the Queue.
The problem is that the single column playlist plugin do not refresh the playlist as expected. Not posible right now.

One more thing: I have added a selection background:
IPB Image

Beautiful!How do you do the trick with the spectrum analizer? I mean the dot backckround and everything.
AsD
QUOTE(Russell777 @ Sep 10 2006, 15:44) *

Beautiful!How do you do the trick with the spectrum analizer? I mean the dot backckround and everything.

Thanks
Sadly the spectrum analizer is just a picture. I think that it is not possible to do it this way right now.
QUOTE(serect @ Sep 9 2006, 06:51) *

QUOTE(AsD @ Sep 7 2006, 17:12) *


Here is my foobar:
IPB Image

blink.gif ....Amazing

can I see what's in your (ASD) components folder and also get your FCB ? Thanks!

or maybe just tell me the single column playlist setting Thanks!! biggrin.gif

Ofcorse:

My components folder:
IPB Image

And my Foobar config with the graphics included:
http://rapidshare.de/files/32648477/Foobar2000_9.zip.html

You are wellcome.
unart
simple and clean, maybe you like it:
IPB Image
AsD
QUOTE(unart @ Sep 10 2006, 17:05) *

simple and clean, maybe you like it:
IPB Image

It is really nice. As you have said "simple and clean"
Particularly I like the distance between the scrollbar and the right end of the window. I can see that is not the visual syle. I am guessing that is some kind of null panel.
I would replace the menus by some buttons. I dont like menus on windows. rolleyes.gif
What i do with the menus is to have them in the toolbar and to have the toolbar hidden. Then i have a key to show/hide the toolbar. I rarely use it.
Anyway very nice.
Strictly4me
QUOTE(AsD @ Sep 10 2006, 21:06) *

And my Foobar config with the graphics included:
http://rapidshare.de/files/32648477/Foobar2000_9.zip.html

I think it's better, you post your code for single playlist. Is it possible? THX.

((((( Strictly4me )))))
AsD
QUOTE(Strictly4me @ Sep 10 2006, 18:17) *

QUOTE(AsD @ Sep 10 2006, 21:06) *

And my Foobar config with the graphics included:
http://rapidshare.de/files/32648477/Foobar2000_9.zip.html

I think it's better, you post your code for single playlist. Is it possible? THX.

((((( Strictly4me )))))

Ofcorse.
I have to optimize it... specially the rating. I didn't get there...
Row height: 16
Item Display:
CODE

//--------------BACK
$if($strcmp($mod(%_playlist_number%,2),1),$drawrect(,,,,brushcolor-225-237-251 pencolor-null),)
//$if(%isplaying%,$drawrect(,,,,brushcolor-155-155-155 pencolor-null),)
$if(%_selected%,$drawrect(,,,,brushcolor-162-162-162 pencolor-null)$drawrect(,,,15,brushcolor-118-118-118 pencolor-null),)
//$if(%_selected%,$drawrect(,,,,brushcolor-125-170-234 pencolor-null)$drawrect(,,,15,brushcolor-61-128-223 pencolor-null),)

//--------------Playing and Queue indicators
$if(%ispaused%,$imageabs(5,2,images\pause.png,),
$if(%isplaying%,$imageabs(5,2,images\playing.png,)))

//$ifgreater(%cwb_queuelength%,0,
$if(%cwb_queueindex%,$imageabs(22,2,images\check.png,),$imageabs(22,2,images\checkno.png,))
//,$imageabs(22,2,images\check.png,))

//--------------TRACK TITLE
$alignabs(39,0,360,16,left,middle)
$font(calibri bold,8,,)
$if(%_selected%,$font(,,,255-255-255),$font(,,,102-102-102))
[$num(%tracknumber%,2) - ]%title%
$font(,9,,)
$if($strcmp($mod(%_playlist_number%,2),1),$font(,,,255-255-255),$font(,,,225-237-251))
$if($meta(album artist),[  by  %artist%],)
$if($or(%disc%,%totaltracks%),,$if2([  from %album%],[  by  %artist%]))

//--------------LENGTH
$alignabs(0,0,$sub(%_width%,75),16,right,middle)
$font(,8,,)
$if(%_selected%,$font(,,,255-255-255),$font(,,,102-102-102))
[%length%]

//--------------RATING

$select($if2(%RATING%,6),
$imageabs($sub(%_width%,68),3,$if(%_selected%,images\starwhite.png,images\star.png),)
,
$imageabs($sub(%_width%,68),3,$if(%_selected%,images\starwhite.png,images\star.png),)
$imageabs($sub(%_width%,55),3,$if(%_selected%,images\starwhite.png,images\star.png),)
,
$imageabs($sub(%_width%,68),3,$if(%_selected%,images\starwhite.png,images\star.png),)
$imageabs($sub(%_width%,55),3,$if(%_selected%,images\starwhite.png,images\star.png),)
$imageabs($sub(%_width%,42),3,$if(%_selected%,images\starwhite.png,images\star.png),)
,
$imageabs($sub(%_width%,68),3,$if(%_selected%,images\starwhite.png,images\star.png),)
$imageabs($sub(%_width%,55),3,$if(%_selected%,images\starwhite.png,images\star.png),)
$imageabs($sub(%_width%,42),3,$if(%_selected%,images\starwhite.png,images\star.png),)
$imageabs($sub(%_width%,29),3,$if(%_selected%,images\starwhite.png,images\star.png),)
,
$imageabs($sub(%_width%,68),3,$if(%_selected%,images\starwhite.png,images\star.png),)
$imageabs($sub(%_width%,55),3,$if(%_selected%,images\starwhite.png,images\star.png),)
$imageabs($sub(%_width%,42),3,$if(%_selected%,images\starwhite.png,images\star.png),)
$imageabs($sub(%_width%,29),3,$if(%_selected%,images\starwhite.png,images\star.png),)
$imageabs($sub(%_width%,16),3,$if(%_selected%,images\starwhite.png,images\star.png),)
,
$imageabs($sub(%_width%,68),3,$if(%_selected%,images\starwhitesoft.png,images\starsoft.png),)
$imageabs($sub(%_width%,55),3,$if(%_selected%,images\starwhitesoft.png,images\starsoft.png),)
$imageabs($sub(%_width%,42),3,$if(%_selected%,images\starwhitesoft.png,images\starsoft.png),)
)

Group Display:
CODE

//$drawrect(0,0,0,0,brushcolor-62-128-223 pencolor-null)$padding(4,0)
$imageabs(0,0,images\title.png,)

$padding(3,0)
$font(,9,bold,255-255-255)
▼  %_directoryname%$if($or(%disc%,%totaltracks%),[  '('%date%')'])  [CD%disc%]
[     %totaltracks% tracks]


//$align(center,middle)[%genre%]
$align(right,middle)
$if($or(%disc%,%totaltracks%),%album artist%)

Snowsfall
IPB Image
unart
QUOTE(AsD @ Sep 10 2006, 22:46) *
QUOTE(unart @ Sep 10 2006, 17:05) *

simple and clean, maybe you like it:
IPB Image

It is really nice. As you have said "simple and clean"
Particularly I like the distance between the scrollbar and the right end of the window. I can see that is not the visual syle. I am guessing that is some kind of null panel.
I would replace the menus by some buttons. I dont like menus on windows. rolleyes.gif
What i do with the menus is to have them in the toolbar and to have the toolbar hidden. Then i have a key to show/hide the toolbar. I rarely use it.
Anyway very nice.


The "null panel" is just a blank album art panel. Thanks for the tip with the toolbar. I will try it.
lazy
IPB Image
Idec Sdawkminn
Looks nice, lazy.
jayzer
QUOTE(Snowsfall @ Sep 10 2006, 21:43) *

IPB Image


I really love this entire config. Chance of sharing?

Also, what visual style is that?
mobyduck
QUOTE(CepiPerez @ Sep 2 2006, 22:26) *
It's hidden (autohide option), like artist art and lyrics.
Check this:
IPB Image

Do you like it now?
Would you share this wonderful config?

TIA.

Alessandro
Ken Tsang
QUOTE(AsD @ Sep 10 2006, 20:38) *

I have made some changes. The curve in the panel is smoother at the borders and the stars are images now.
At the top the old config and at the bottom the new one:
IPB Image

I have added some checkbox. There are 3 songs in the Queue playlist and there are 3 songs checked, you know what it means...:
IPB Image

In the beginning i wanted to do the checkbox thing in a different way:
1: All checked exept for the inactive tracks
2: When you add something to the Queue all become unchecked exept for the Queue.
The problem is that the single column playlist plugin do not refresh the playlist as expected. Not posible right now.

One more thing: I have added a selection background:
IPB Image


is amazing !:o
lextune
Latest foobar layout. Less and less pretty, more and more functional tongue.gif

Screenshot

Screenshot two (Album Art/Lyrics tab)
SwiftBass
QUOTE(lextune @ Sep 11 2006, 10:39) *

Latest foobar layout. Less and less pretty, more and more functional tongue.gif

Screenshot

Screenshot two (Album Art/Lyrics tab)



you seem to be in the same boat as me when it comes to screen resolution so I definetly can relate. I wish I could make mine pretty and large, but my resolution says no, so its simple most of th time.
Raan
IPB Image

Constantly changing. The right side is a slightly tweaked clone of Mazy's design, though I intend to gradually tweak it more, until I can consider it my own. Also, there used to be a ProjectM panel at the bottom right but it started causing system crashes, so it's gone for now.
PonasX
SwiftBass, in you screens icons is PNG ? How to set PNG icons ?
CepiPerez
QUOTE(mobyduck @ Sep 11 2006, 07:25) *

QUOTE(CepiPerez @ Sep 2 2006, 22:26) *
It's hidden (autohide option), like artist art and lyrics.
Check this:
IPB Image

Do you like it now?
Would you share this wonderful config?

TIA.

Alessandro


Shure. I post my config file.
You need album_art, trackinfo_mod, lyrics_panel, for this one
But I made a new version (check this forum), but you need playconter (unofficial), single_columns_playlist and playlist_dropdown.

Here's the link

sHsIkuA
Updated :

IPB Image
lextune
QUOTE(SwiftBass @ Sep 11 2006, 15:02) *

QUOTE(lextune @ Sep 11 2006, 10:39) *

Latest foobar layout. Less and less pretty, more and more functional tongue.gif

Screenshot

Screenshot two (Album Art/Lyrics tab)



you seem to be in the same boat as me when it comes to screen resolution so I definetly can relate. I wish I could make mine pretty and large, but my resolution says no, so its simple most of th time.

Well, pretty doesn't always mean large....I have had some small pretty layouts/setups in the past, example;

IPB Image

Full Size

....I just meant that I am no longer very concerned with it's "looks" I am trying to get more and more immediate access to all the functions and/or files that I use foobat for.
DreamTactix291
IPB Image

New computer = ProjectM actually being able to be used.

EDIT: Well considering how much I like Calibri now I've had to jump on the ClearType bandwagon now.
skelly831
QUOTE(lextune @ Sep 11 2006, 21:43) *

....I just meant that I am no longer very concerned with it's "looks" I am trying to get more and more immediate access to all the functions and/or files that I use foobat for.

foobat?

@ DreamTactix291, That must look awesome on your monitor, widescreen?
DreamTactix291
The foobat!!!! biggrin.gif

Yeah it's a 1680x1050 widescreen LCD. Up from a 1280x1024 one.

IPB Image

There's the thing in comparison. I don't really like going all the way fullscreen. I don't know why.
skelly831
^^ Awesome, I just got a 1440x900 LCD, hopefully I'll come up with someting that nice. BTW what VS is that?

EDIT: I see you don't like CleatType...
DreamTactix291
Yeah, I've never liked ClearType.

I got the package from the ProjectM page and I'm using foo_vis_projectm. Just a warning about the memory leak, but if you've got 1GB+ of RAM it probably won't matter.
Idec Sdawkminn
QUOTE(DreamTactix291 @ Sep 11 2006, 22:05) *

IPB Image

New computer = ProjectM actually being able to be used.


Good album. ProjectM is nice. I've used it for a long time.

Your setup looks good, although I notice that an album must have at least 4 tracks to get the artist, album, year, and albumgain. If it doesn't, like in the third disc of Dream Theater's "Score", it doesn't work. Mine suffers from the same fate, although it only requires an album to have at least 3 tracks to display everything.

I may change mine, but I'll have to think of how I want it.
uRT
IPB Image
DreamTactix291
QUOTE(Idec Sdawkminn @ Sep 12 2006, 01:08) *

Your setup looks good, although I notice that an album must have at least 4 tracks to get the artist, album, year, and albumgain. If it doesn't, like in the third disc of Dream Theater's "Score", it doesn't work. Mine suffers from the same fate, although it only requires an album to have at least 3 tracks to display everything.

I've noticed it too but I haven't really been able to come up with a really good wayt to get around it. And to be honest the discs like that I have are pretty rare

Thanks for the kind words though smile.gif
takt
QUOTE(sHsIkuA @ Sep 11 2006, 17:26) *

Updated :

IPB Image


Where can we get that foobar alien head icon that's in your trackinfo? Mind posting it up, please? Thanks!
maji
IPB Image

I was trying for something simple. The single column playlist helped to achieve this. Everyone's setups are pretty amazing I must say. I got very good ideas and from all...
sHsIkuA
QUOTE(takt @ Sep 12 2006, 00:49) *

QUOTE(sHsIkuA @ Sep 11 2006, 17:26) *

Updated :

IPB Image


Where can we get that foobar alien head icon that's in your trackinfo? Mind posting it up, please? Thanks!


wipeout iconpack
http://www.deviantart.com/deviation/182116...h+age_scale%3A5
foobar icon is in that pack , as well as other icon if u are interested biggrin.gif
carmenm
QUOTE(maji @ Sep 12 2006, 03:11) *

IPB Image

I was trying for something simple. The single column playlist helped to achieve this. Everyone's setups are pretty amazing I must say. I got very good ideas and from all...

Man i love your work. In fact i really would like to use it and modify it a bit.
So i have a few questions:
What is your VS? look a lot like Nano
Could you share your configs Track Info et Single Column Playlist?

Thanks and Congrats cool.gif
wolfxavier
i am new
but,how to use cfg files?
thx
CR1M1N4L
Mine
IPB Image

Nothing special, more confortable then beutiful wub.gif
uRT
@tool++

Can you upload these buttons?
IPB Image

The download link is incorrupt in the buttons-thread. blink.gif
tool++
K, lol:

http://www.sendspace.com/file/yfeogp

I think thats them :/

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.