//-------------------------------------------------------//
//   RealPlan
//-------------------------------------------------------//

function changeBG(layName,image,num){
     document.images["if_bar"].src="/images/realplan/js/if_bar"+num+".gif";
     document.images["if_bar3"].src="/images/realplan/js/if_dot_"+num+".gif";
    if(document.getElementById)         
      document.getElementById(layName).style.backgroundImage = (image=='')?'':'url('+image+')'
    else if(document.all)              
      document.all(layName).style.backgroundImage='url('+image+')'
    else if(document.layers)  
    	document.layers[layName].background.src=(image=='')?null:image
}
function swapImage(imgName , swapImage) {
     document.images[imgName].src=swapImage;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


function open_telinf(x){
		newWin = window.open("","telinf","width=502,height=480,top=10,left=10,scrollbars=yes,resizable=yes");
		newWin.location="/realplan/about_realplan/rptel.html";
}

