function popupwin(surl)

{

var clickpop=null;

clickpop=window.open(surl,"clickpop","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,top=30,left=80,width=635,height=435,modal=yes")

clickpop.focus();

}


<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

function show(n)
{		
	document.getElementById('hover_box1').style.display='none';
	document.getElementById('hover_box2').style.display='none';
	document.getElementById('hover_box3').style.display='none';
	document.getElementById('hover_box'+n).style.display='block';
}

function hide(){
    document.getElementById('hover_box1').style.display='none';
	document.getElementById('hover_box2').style.display='none';
	document.getElementById('hover_box3').style.display='none';
}
function showtextimage(n)
{
	var hd = '';
	var ft = '';
	
	if(n==1)
	{
		hd ='<span class=\"red_txtbann\"><strong style="display:block; padding:0 0 5px 0;">Igniting young minds: Climate EduXchange Phase II</strong></span>';
		ft = '<div class="small_txtgreen"></div>';
		document.getElementById('disp_text_inner').innerHTML = hd+'<span class=\"small_txt\">\TERI has launched the second phase of the Climate EduXchange programme in collaboration with DELL in six more cities and will continue the work initiated in six cities in the first phase. The project will reach out to 90 schools apart from the 300 schools in the previous phase.\</span><br> <div align=\"right\"><a href=\"ResUpdate/climateeduXchange.php"><img src=\"images_new1/yerrow2.gif\" border=\"0\"></a></div>';//+ft;
		document.getElementById('largeimg').src = 'image/climate_change_big.jpg';
	}
	
	
	
	if(n==2)
	{
		hd ='<span class=\"red_txtbann\"><strong style="display:block; padding:0 0 5px 0;">New generation, cost effective solar lanterns under LaBL Campaign</strong></span>';
                           
		document.getElementById('disp_text_inner').innerHTML = hd+'<span class=\"small_txt\"> \After another year of continuous development in innovative solar lighting, TERI now unveils a new generation of cost effective solar lanterns in collaboration with solar product manufacturers across the country. These new solar lanterns will provide the cutting edge solar lighting solutions which are affordable, yet ensure the same high quality and light output levels.\</span><br> <div align=\"right\"><a href=\"index.php?option=com_pressrelease&task=details&sid=197" ><img src=\"images_new1/yerrow2.gif\" border=\"0\"></a></div>';
		document.getElementById('largeimg').src = 'image/labl_big.jpg';
		
						
	}
	if(n==3)
	{
		hd ='<span class=\"red_txtbann\"><strong style="display:block; padding:0 0 5px 0;">High Performance Commercial Buildings in India</strong></span>';
		document.getElementById('disp_text_inner').innerHTML = hd+'<span class=\"small_txt\"> \An initiative to establish relevance of low-energy passive architectural design strategies and Energy Conservation Building Code (ECBC) recommended measures on improving energy performance of commercial buildings\.<br><div align="right"></div>\<div align=\"right\"><a href=\"ResUpdate/hpcb.php" ><img src=\"images_new1/yerrow2.gif\" border=\"0\" style=\"padding:5px 0 0 0\";></a></div> ';//+ft;
		
		document.getElementById('largeimg').src = 'images/hpcb_big.jpg';
			
		
	}
	/*if(n==3)
	{
		hd ='<span class=\"red_txtbann\"><strong style="display:block; padding:0 0 5px 0;">TERI-ITEC Programmes</strong></span>';
		ft = '<div class="small_txtgreen"></div>';
		document.getElementById('disp_text_inner').innerHTML = hd+'<span class=\"small_txt\">\TERI is currently hosting seven programmes under the Government of India\'s ITEC programme. Over 200 professionals from Asia, Africa, Central and Latin America, Middle East, Eastern Europe, and Small Island Developing Countries have already participated in the programme since its launch in 2007.\</span><br> <div align=\"right\"><a href=\"itec.php"><img src=\"images_new1/yerrow2.gif\" border=\"0\"></a></div>';//+ft;
		document.getElementById('largeimg').src = 'home_images/itech_big.jpg';
	}*/
}
function showSlidingDiv(id1,id2){
if(($("#b1").attr("src"))=='image/bullet_up.gif'){
$("#col_subcol2_1").animate({"height": "toggle"}, { duration: "fast"});
$("#b1").attr("src",'image/bullet_dn.gif');
}
if(($("#b2").attr("src"))=='image/bullet_up.gif'){
$("#col_subcol2_2").animate({"height": "toggle"}, { duration: "fast"});
$("#b2").attr("src",'image/bullet_dn.gif');
}
if(($("#b3").attr("src"))=='image/bullet_up.gif'){
$("#col_subcol2_3").animate({"height": "toggle"}, { duration: "fast"});
$("#b3").attr("src",'image/bullet_dn.gif');
}

if(($("#b5").attr("src"))=='image/bullet_up.gif'){
$("#col_subcol2_5").animate({"height": "toggle"}, { duration: "fast"});
$("#b5").attr("src",'image/bullet_dn.gif');
}


if(($("#b6").attr("src"))=='image/bullet_up.gif'){
$("#col_subcol2_6").animate({"height": "toggle"}, { duration: "fast"});
$("#b6").attr("src",'image/bullet_dn.gif');
}




$(id1).animate({"height": "toggle"}, { duration: "slow"});
if(($(id2).attr("src"))=='image/bullet_up.gif'){
$(id2).attr("src",'image/bullet_dn.gif');
}else{
$(id2).attr("src",'image/bullet_up.gif');
}
}
function sdownup(id1,id2){
$(id1).animate({"height": "toggle"}, {duration: "slow"});
if(($(id2).attr("src"))=='image/minus.gif'){
$(id2).attr("src",'image/plus.gif');
}else{
$(id2).attr("src",'image/minus.gif');
}
}

function toggle() {
var ele = document.getElementById("toggleText");
var imageEle = document.getElementById("displayText");
if(ele.style.display == "block") {
ele.style.display = "none";
imageEle.innerHTML = '<img src="image/plus.gif" border="0" height="9" width="9">';
}else {
ele.style.display = "block";
imageEle.innerHTML = '<img src="image/minus.gif" border="0" height="9" width="9">';
}
} 
function toggle1() {
var ele = document.getElementById("toggleT");
var imageEle = document.getElementById("displayT");
if(ele.style.display == "block") {
ele.style.display = "none";
imageEle.innerHTML = '<img src="image/plus.gif" border="0" height="9" width="9">';
}else {
ele.style.display = "block";
imageEle.innerHTML = '<img src="image/minus.gif" border="0" height="9" width="9">';
}
} 
