var text0 , text1 , text2 , text3;
var br = "<br>";

text0 = "<b>HW and SW Savings</b>" ; 
text0 += br+br;
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;
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;
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 ";

text1 =  "<b>Service Improvement</b>";
text1 += br+br;
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;
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;
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 ";

text2 =  "<b>Personnel Cost Savings</b>";
text2 += br+br;
text2 += "Thanks to a completely automatic process, EPV allows the performance analysts to save more than 50% of their time ";
text2 += br+br;
text2 += "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 ";
text2 += br+br;
text2 += "EPV provides help screens for each single report and it's an excellent self-education tool ";
text2 += br+br;
text2 += "EPV embeds so many years of experience and knowledge that expensive external skills are normally not to be acquired anymore ";

text3 =  "<b>Unmatched Quality/Price</b>";
text3 += br+br;
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;
text3 += "After the first year, which is the standard warranty period, the only cost is the maintenance fee ";
text3 += br+br;
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;
text3 += "EPV Technologies realizes Capacity Management solutions and projects for EPV customers only ";



var adText = new Array(text0,text1,text2,text3);
var adtxt = adText.length;

var prima = true;
function rotazione_ben() {

   if (document.all) {
        if (prima) {
            var aggiungi = Math.floor((Math.random() * adtxt));
		
     		prima = true;
        }
        else {
            aggiungi++;
		
            if (aggiungi == adtxt) {
		
                aggiungi = 0;
            }
        }
        document.all.bn_move.innerHTML=adText[aggiungi];
        
        setTimeout("rotazione_ben()", 20 * 1000);
    }
	
}
 
function nr()
 {
 
  var d = document.getElementById("bn_move");
  var adnstxt = new Array(text0,text1,text2,text3);
  
  index = Math.floor(Math.random() * adnstxt.length);
  
  ind0 = Math.floor(Math.random() * text0.length);
  ind1 = Math.floor(Math.random() * text1.length);
  ind2 = Math.floor(Math.random() * text2.length);
  ind3 = Math.floor(Math.random() * text3.length);
  
  return(text0[ind0],text1[ind1],text2[ind2],text3[ind3]);
  
 
 }
 
 
 
var text1 , text2 , text3;
var br = "<br>";

text1 =  "<b>Service Improvement</b>";
text1 += br+br;
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;
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;
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 ";

text2 =  "<b>Personnel Cost Savings</b>";
text2 += br+br;
text2 += "Thanks to a completely automatic process, EPV allows the performance analysts to save more than 50% of their time ";
text2 += br+br;
text2 += "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 ";
text2 += br+br;
text2 += "EPV provides help screens for each single report and it's an excellent self-education tool ";
text2 += br+br;
text2 += "EPV embeds so many years of experience and knowledge that expensive external skills are normally not to be acquired anymore ";

text3 =  "<b>Unmatched Quality/Price</b>";
text3 += br+br;
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;
text3 += "After the first year, which is the standard warranty period, the only cost is the maintenance fee ";
text3 += br+br;
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;
text3 += "EPV Technologies realizes Capacity Management solutions and projects for EPV customers only ";
 
var adTextdi = new Array(text1,text2,text3);
var adtxtdi = adTextdi.length;

var primadi = true;

function rotazione_bendi() {

   if (document.all) {
        if (primadi) {
            var aggiungidi = Math.floor((Math.random() * adtxtdi));
		
     		primadi = true;
        }
        else {
            aggiungidi++;
		
            if (aggiungidi == adtxtdi) {
		
                aggiungidi = 0;
            }
        }
        document.all.bn_movedi.innerHTML=adTextdi[aggiungidi];
        
        setTimeout("rotazione_bendi()", 20 * 1000);
    }
	
}


function nrdi()
 {
 
  var ddi = document.getElementById("bn_movedi");
  var adnstxtdi = new Array(text1,text2,text3);
  
  indexdi = Math.floor(Math.random() * adnstxtdi.length);
  
  inddi1 = Math.floor(Math.random() * text1.length);
  inddi2 = Math.floor(Math.random() * text2.length);
  inddi3 = Math.floor(Math.random() * text3.length);
  
  return(text1[inddi1],text2[inddi2],text3[inddi3]);
  
 
 }
 // Fine -->