var fDesc=new Array(); fDesc[0] = "The Icetips Magic Buttons come to the rescue! You can now use any graphics to add to your buttons to spice them up and give your programs a new, hot look - or a new, cool look if you like!

You can use the Magic Buttons with Clarion 4, 5, 5.5, 6.0 - 6.3 in both ABC and Clarion template chains. The template can be applied to any kind of procedures that have buttons.

The Magic Buttons consist of a class and template. A Global template sets up standard settings to use and a procedure template is added to the procedures where you want to use the Magic Buttons. You decide what image you want to use for your buttons. You can override the settings for individual buttons or exclude certain buttons if you like.

Main features:
-All source code - no black boxes
-Uses images to create backgrounds for buttons
-No change in functionality of buttons
-Include or exclude buttons as needed
-Override button settings
-39 button and wallpaper images
-43 additional button images in Button Collection 1
-For XP and Vista themed look, check out our XP Theme"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }