var fDesc=new Array();
fDesc[0] = "This office suite introduces some new innovative concepts in interface design and user-friendly application interaction. You get instant system access, top class application design and a cleaner desktop to name a few. With its full 32-bit architecture and stability, it can improve your productivity and document format compatibility.
The graphical-user-interface has been made into a more iconic-toolbar, mouse centric type of interface. This increases user-interaction speed and user productivity. This office suite was created to be as useful as possible to who ever needed a free office suite. So... if you enjoy a more uncluttered desktop, cleaner looking application interfaces, and faster software interaction, then this office suite is for You!
Create a cleaner desktop with enhanced performance and advanced application interfaces...
Installation Instructions:
- Right-click on the install file and select "Run as Administrator" {Windows Vista / 7 / 8 / 10}
- After installing the office suite, drag your Windows Taskbar to the Top of your screen
- Go to your Startup folder and run the "Clock" or "Desktop Startup" shortcuts.
Important >> If you do not want to use the "Dock" or "Clock" applications, simply delete the shortcuts from the Startup Folder. Remember to read the "Read-Me" file included in this office suite.
Features Found in SSuite Excalibur:
- Thumbnail Previews
- Multi-Display compatible
- Tabbed document interfaces
- Direct access to cloud storage services e.g. OneDrive, Dropbox
- Create WordArt and Math Equations / Expressions in WordGraph
- Export your documents to PDF, PNG, GIF, JPG, BMP, EMF, TIFF and SSP
- Create presentations in WordGraph - {Viewable in any web browser and EZPhoto album viewer
No Java or DotNet required, Green Energy Software... Saving the planet one bit at a time...";
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 = '';
}
}