<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3rd PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4th PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 5th PARAGRAPH
var paragraph_6 	= "yes"		// SHOW THE 6th PARAGRAPH
var paragraph_7 	= "yes"		// SHOW THE 7th PARAGRAPH
var showimage_1		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_4		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "7"		// NUDGE SIDEBAR DOWN
var sidewidth		= "130"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Fellows<br></legend>');

document.write('<a href="Fellows_national.html">National Fellows</a><br>');
document.write(' <a href="Fellows_Position.html">Fellows in Position</a><br>');
document.write(' <a href="Fellows_designate1.html">Fellows Designate</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1




// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

    if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Fellowships<br></legend>');

document.write('To Apply for award of fellowships at the IIAS <a href="online_fellowship.html">Details...</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2




// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Form for Associates<br></legend>');

document.write('<a href="associates_application_form.pdf">Online Application Form for Associates</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3




// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('Advertisement<br></legend>');

document.write('A Study Week on Indian Logic and Epistemology <a href="Study-Week-2010.pdf">Details...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4




// START RIGHT SIDEBAR AREA PARAGRAPH 7 EDIT THIS AREA

   if (paragraph_7 == "no") {

document.write('<fieldset><legend>');

document.write('Advertisment<br></legend>');

document.write('Applications are invited for the post of a Secretary  <a href="Secretary-Advertisement.pdf" target="_blank">Details...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 7



// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == " no") {

document.write('<fieldset><legend>');

document.write('Advertisment<br></legend>');

document.write('Applications are invited for the post of Stenographer   <a href="Stenographer_Advertisement.pdf" target="_blank">Details...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5



// START RIGHT SIDEBAR AREA PARAGRAPH 6 EDIT THIS AREA

   if (paragraph_6 == "no") {

document.write('<fieldset><legend>');

document.write('Quotation <br></legend>');

document.write('The Quotations are invited for the binding of books and periodicals in different sizes  <a href="binding_Jourals.pdf" target="_blank">Details...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 6




// SMALL PICTURE AREA

 if (showimage_4 == "no") {

document.write('<br><center>');
document.write('<a href="spring_School10.html"><img src="schools/spring_school.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}





   if (showimage_1 == "yes") {

document.write('<br><center>');
document.write('<a href="fellowship_advertisement10.html"><img src="fellows_poster/final-poster.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



// SMALL PICTURE AREA

   if (showimage_2 == "yes") {

document.write('<br><center>');
document.write('<a href="news_inewpublications.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



// SMALL PICTURE AREA

   if (showimage_3 == "yes") {

document.write('<br><center>');
document.write('<a href="visitors_institute.html"><img src="picts/visitors.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}








document.write('</td></tr></table>');


// -- END -->
