http://sholiz.com/phpToolbar/ OK, so I'm working on developing a large content network and needed a way to brand the sites to one specific network -- nothin' better than what iNet uses, right? Decided to give it a little bit of my time and released that, it's all straight up outlined in the "toolbar.php", and a little of how to install it. What to do ... Download the phpToolbar ZIP Unzip it Edit the toolbar.php file Either copy everything in that file, and put it under your <body> tag OR include the toolbar.php file with a PHP include under your body tag It's defaulted to take up full screen width, but that's changed with a $width variable, you can edit the background image from what it is currently -- but that's up to you, and the height is dictated with a $height tag, but it's set up for 22px hieght and the style for it is all included in a style="" HTML tag. I plan more releases, but if anyone encounters bugs right now with that -- or the phpToolbar site, let me know. AND if you have any ways of improving the functionality, as I plan to add a web manager for it and make it a PHP flat file toolbar, let me know if you'd like to help. I know it ain't much, but, my first release