// JavaScript Document
 $(document).ready(function(){  
     //To switch directions up/down and left/right just place a "-" in front of the top/left attribute  
     //Vertical Sliding  
      $('.boxgrid.captionfull').hover(function(){  
         $(".cover", this).stop().animate({top:'125px'},{queue:false,duration:400});  
     }, function() {  
         $(".cover", this).stop().animate({top:'155px'},{queue:false,duration:400});  
    });  
});


function ScrollToElement(){                		      
 window.scrollTo(0,500);
}

function content_change_default(){
	document.getElementById('nav').innerHTML="<small>RELTECH believes in the dictum &quot; Coming together is beginning, keeping together is progress and continuing together is success &quot;.<br /> <br />RELTECH has progressively established long-lasting relationships with Premium international clientele.</small><br /><br /><small>With continuous pursuit of perfection, RELTECH is committed to provide its clients, services of high quality keeping in perspective their technical needs as well as financial resources.</small>";
}


function content_change(){
	document.getElementById('nav').innerHTML="<h2>Swiss Nuclear Power Plants (Leibstadt, Muehleberg, Goesgen)</h2><p>RELTECH is working for Swiss Nuclear Power Plants on PSA Updates, PSA Applications, Internal Reviews, Technical Support &amp; Advice and Training the PSA Teams</p>";
}

function content_change_two(){
document.getElementById('nav').innerHTML="<h2>Resun AG (Subsidiary Company of Swiss Utilities responsible for New Reactor Build in Switzerland)</h2><p>RELTECH is working for Resun AG on Early Site Permits for new Swiss NPPs, Safety Evaluation of New Reactor Designs (AP1000, EPR, ESBWR, SWR1000, ABWR etc) and Training the PSA team</p>";
}


function content_change_three(){
document.getElementById('nav').innerHTML="<h2>International Atomic Energy Agency (IAEA)</h2><p>Our consultants work as IAEA experts for review of IAEA PSA Standards and to provide IAEA PSA Training.</p>";
}


function content_change_four(){
document.getElementById('nav').innerHTML="<h2>Scandpower</h2><p>RELTECH represents Scandpower (owners of RiskSpectrum Software) in India for technical support services on RiskSpectrum PSA software</p>";
}

function content_change_five(){
document.getElementById('nav').innerHTML="<h2>Swiss Federal Nuclear Safety Inspectorate (ENSI)</h2><p>RELTECH&acute;s team worked as Expert Consultants to Swiss Federal Nuclear Safety Inspectorate for Regulatory Review of Swiss PSA, Review of Regulatory Guidelines, PSA Applications, Development of Methodologies and Technical Support in International Working Groups</p>";
}
