function textb()
{

var text0 , text1 , text2 , text3;
var text = new Array(3);


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

text[1] =  "<div class=med style='font-size:8pt;font-family:verdana;'><b style='font-size:8pt;font-family:verdana;'>Service Improvement</b>";
text[1] += "<br><br>\n";
text[1] += "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";
text[1] += "<br><br>\n";
text[1] += "All problems are automatically categorized and addressed to the appropriate technical groups which can perform a quick guided analysis by following a predefined path";
text[1] += "<br><br>\n";
text[1] += "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>";

text[2] =  "<div class=med style='font-size:8pt;font-family:verdana;'><b style='font-size:8pt;font-family:verdana;'>Personnel Cost Savings</b>";
text[2] += "<br><br>\n";
text[2] += "Thanks to a completely automatic process, EPV allows the performance analysts to save more than 50% of their time";
text[2] += "<br><br>\n";
text[2] += "80% 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";
text[2] += "<br><br>\n";
text[2] += "EPV provides help screens for each single report and it's an excellent self-education tool";
text[2] += "<br><br>\n";
text[2] += "EPV embeds so many years of experience and knowledge that expensive external skills are normally not to be acquired anymore</div>";

text[3] =  "<div class=med style='font-size:8pt;font-family:verdana;'><b style='font-size:8pt;font-family:verdana;'>Unmatched Quality/Price</b>";
text[3] += "<br><br>\n";
text[3] += "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";
text[3] += "<br><br>\n";
text[3] += "After the first year, which is the standard warranty period, the only cost is the maintenance fee";
text[3] += "<br><br>\n";
text[3] += "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";
text[3] += "<br><br>\n";
text[3] += "EPV Technologies realizes Capacity Management solutions and projects for EPV customers only</div>";


ind = Math.floor(Math.random() * text.length);
//done
// -->
document.write(text[ind]);
//return text0 , text1 , text2 , text3; 
}





