// JavaScript Document
function navigation(navitem){
if(navitem == 'intelligent_business_application_mashups'){
document.getElementById("short_decription_text").innerHTML = "If you are looking for a completely codeless way of delivering real process improvement then Eden is it. A unique combination of a sophisticated Integration system supported by the most powerful business and logic rules engine available and capped with a drag and drop JAVA GUI designer.";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == '_integration'){
document.getElementById("short_decription_text").innerHTML = "To deliver genuine process improvement, Mashups need to be more than forms and data. Eden includes an advanced integration capability allowing process designers to create complex processes and workflows";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == 'codeless'){
document.getElementById("short_decription_text").innerHTML = "Truly codeless. Codeless in development mode and codeless at execution. Applications and Mashups are created codelessly and the Eden server executes them directly";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == 'rich_internet_applications'){
document.getElementById("short_decription_text").innerHTML = "Eden Mashups run under windows and as Rich Internet Applications - No page refreshes, no graphics limitations – Eden’s JAVA Mashup designer creates a rich internet experience.";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == 'rules_engine'){
document.getElementById("short_decription_text").innerHTML = "Mashups with real business logic - If you can define the rules, Eden can create and execute them. Eden truly is software limited only by your own imagination.";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == 'case_study___trend'){
document.getElementById("short_decription_text").innerHTML = "Trend communications – manufacturer of electronic testing equipment have used Eden Mashup composer to completely re-define their customer interface. Starting with the thorny problem of product configuration and pricing, they have added new services";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == 'enterprise_application_integration'){
document.getElementById("short_decription_text").innerHTML = "A uniquely powerful combination of an integrations server supported by a rules engine and user interface designer.";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == 'eden_and_service_oriented_architecture'){
document.getElementById("short_decription_text").innerHTML = "Expose existing functionality within legacy systems as services and create new services, all loosely integrated and managed by Eden’s inbuilt service bus capability.";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == 'codeless_solutions'){
document.getElementById("short_decription_text").innerHTML = "Eden is codeless - no scripts, no coding. Apart from inputting names and titles, all Eden solutions are created without the need to touch the keyboard.";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == 'the_eden_rules_engine'){
document.getElementById("short_decription_text").innerHTML = "Simply the most powerful rules engine available. Transformations, business logic, mathematics or any combination of all three.";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == 'case_study___kier_support_services'){
document.getElementById("short_decription_text").innerHTML = "Kier support services use Eden as their hub, integrating customer environments with their own in a few days instead on months.";
document.getElementById("options_above_text").innerHTML = "Click here to download …";
}
if(navitem == 'partners'){
document.getElementById("short_decription_text").innerHTML = "Partner Program
We have two types of partners - Re-sellers and service providers. We market our solutions to all market sectors including the public sector. If you would like to explore the opportunities Eden offers our partners, then please fill in the contact form selecting "Partner Inquiry" from the interest drop down.";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == 'about_us'){
document.getElementById("short_decription_text").innerHTML = "";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
if(navitem == 'press'){
document.getElementById("short_decription_text").innerHTML = "Press";
document.getElementById("options_above_text").innerHTML = "Click here for more …";
}
}