function textball0()
{
chel0 = document.getElementById("txt0");

var text0;
text0 =  "<p class=med><b>HW and SW Savings</b>"; 
text0 += "<br><br>\n";
text0 += "Most of EPV customers saved 10% and more of their total MIPS usage, ";
text0 += "getting further savings from reduced software license fees";
text0 += "<br><br>\n"; 
text0 += "At many sites it has been possible to eliminate unneeded SMF data collection and processing tools, "; 
text0 += "saving both tool license fees (direct costs) and resource usage (indirect costs)";
text0 += "<br><br>\n";
text0 += "At every site it's possible to move SMF data collection and processing ";
text0 += "on a cheaper platform, avoiding to use precious mainframe resources</p>";

chel0.innerHTML=text0;


chel1 = document.getElementById("txt1");
var  text1;
text1 =  "<div class=med><b>Service Improvement</b>";
text1 += "<br><br>\n";
text1 += "By using automatic statistical analysis, auto discovery techniques and self adaptive thresholds, EPV provides a proactive approach which allows a quick problem identification also before any impact to the business";
text1 += "<br><br>\n";
text1 += "All problems are automatically categorized and addressed to the appropriate technical groups which can perform a quick guided analysis by following a predefined path";
text1 += "<br><br>\n";
text1 += "EPV embeds the most effective Capacity Management methodologies, providing all the information needed to perform Capacity Planning and Performance Tuning studies in 10% of the time needed before</div>";
chel1.innerHTML=text1;

chel2 = document.getElementById("txt2");
var text2;
text2 =  "<div class=med><b>Personnel Cost Savings</b>";
text2 += "<br><br>\n";
text2 += "Thanks to a completely automatic process, EPV allows the performance analysts to save more than 50% of their time";
text2 += "<br><br>\n";
text2 += "90% of the time dedicated to technical reporting activities can normally be saved thanks to hundredths of ready made reports exportable in MS Excel just by a mouse click";
text2 += "<br><br>\n";
text2 += "EPV provides help screens for each single report and it's an excellent self-education tool";
text2 += "<br><br>\n";
text2 += "EPV embeds so many years of experience and knowledge that expensive external skills are normally not to be acquired anymore</div>";
chel2.innerHTML=text2;

chel3 = document.getElementById("txt3");
var  text3;
text3 =  "<div class=med><b>Unmatched Quality/Price</b>";
text3 += "<br><br>\n";
text3 += "EPV adopts a 'fair pricing' policy based on a 'una tantum' license fee, related to the number of analyzed systems, independent from both installed and used capacity";
text3 += "<br><br>\n";
text3 += "After the first year, which is the standard warranty period, the only cost is the maintenance fee";
text3 += "<br><br>\n";
text3 += "EPV consultants are always available to customers, through our remote support service, to solve problems, provide technical and methodological advices, also if not products related";
text3 += "<br><br>\n";
text3 += "EPV Technologies realizes Capacity Management solutions and projects for EPV customers only</div>";
chel3.innerHTML=text3;

chel4 = document.getElementById("txt4");
var text4;
text4 = "<center><img src=images/logo.jpg style='position:relative;left=-230;top=30pt;'></img><h6 style='color:#0052A2;font-size:32;font-family:Arial;position:relative;top=-30pt'>EPV Business Benefits</h6></center>";
chel4.innerHTML=text4;

return text0,text1,text2,text3,text4; 

}





