[quote=bobcbar][quote=my_nym]nice trick dude....but do u know how can I put an Image under my controlpanel buttos like marvac's profile...

[/quote]
Here a good code you can put whatever you want under ur control panel.
[quote]function any(){
var kahitano ~ "Put anything here, img,icon, music playlist, video,kahit ano --- just dont use double quotation marks";
var any = window.parent.document.getElementById('controlPanelButtons') .innerHTML;
var whatever = window.parent.document.getElementById('controlPanelButtons') ;
whatever.innerHTML =
"<div align='center'>" +any+ "<br>" +kahitano+"</div>"
}
setTimeout("any()",2000);[/quote]
[/quote]
also gif and flash images???
where would i compile these??
at my js???