window.onload=function(){
//-- CUSTOM SECTION
  tmpId=document.getElementById('idIframe').value;
	//alert(tmpId);
  if(tmpId=="home.html"){
	 document.getElementById('idRightBar').style.display="block";
   document.getElementById('content_2').style.backgroundImage="url('images/upgrade/content_bg2.jpg')";

 	 //alert('CHECK 2');
   document.getElementById('idBottomBorder').style.backgroundImage="url('images/upgrade/content_bg3.jpg')";	 

	 document.getElementById('idMiddle').style.width="433px";	 
	} else {
	 document.getElementById('idRightBar').style.display="none";
   document.getElementById('content_2').style.backgroundImage="url('images/upgrade/content_bg.jpg')";

	 //alert('CHECK 1');
   document.getElementById('idBottomBorder').style.backgroundImage="url('images/upgrade/content_bg4.jpg')";	 	 

	 document.getElementById('idMiddle').style.width="650px";
	}
	//-- FOR RIGHT BAR END --//
}
