<!--
No3 = (parseInt(navigator.appVersion) > 3) ? 1:0;
layer = (document.all && No3) ? "document.all['L'+menu].style" : (document.layers && No3) ? "document.layers['L'+menu]" : 0;
var timer;

function Show() { if(layer) {
	if(timer) clearTimeout(timer);
	for(menu=0; menu<Layer.length; menu++) { if(Layer[menu]) { eval(layer).visibility = "hidden"; } }
	for(i=0; i<arguments.length; i++) { menu=arguments[i]; eval(layer).visibility = "visible"; }
} }
function Hide() { timer = setTimeout("Show()", 500); }
//-->


<!-- 

//////////////////////////////////////////////////////

	hovercolor   = "#FFFFFF";	// color name/code
	bgcolor      = "#FFFFFF";	// color name/code
	background   = "";			// picture url
	
	menu_border  = 0;			// IE only
	border_color = "#000000";	// IE only
	
	arrow_pic    = "arrow2a.jpg"; // url of arrow picture for submenus

//////////////////////////////////////////////////////


if(document.all) { if(!background) { background=bgcolor; } else { background = "url("+background+")"; } }

function LayerSpecs(Left,Top,Width) { if(No3) {
	if(document.all) { Top+=7; Left+=2; Width-=6; }
	this.left  = Left;
	this.top   = Top;
	this.info  = "";
	T=0;
	for(i=3; i<arguments.length; i++) {
		if(document.all) { this.info += "<TR><TD WIDTH="+Width+" onMouseOver='this.bgColor=\""+hovercolor+"\"' onMouseOut='this.bgColor=\"\"'>"+arguments[i]+"</TD></TR>"; }
		else { this.info += "<LAYER onMouseOver='this.bgColor=\""+hovercolor+"\"' onMouseOut='this.bgColor=\""+bgcolor+"\"' WIDTH="+Width+" POSITION=RELATIVE TOP="+T+">&nbsp;"+arguments[i]+"</LAYER>"; }
		T+=20;
	}
} }

Layer = new Array();
arrow = "<IMG SRC='"+arrow_pic+"' WIDTH=6 HEIGHT=10 BORDER=0 ALT=''>";


//////////////////////////////////////////////

/*	Create Your layers below by typing:
	 Layer[incrementing number] = new LayerSpecs(Left Position, Top Position, Width, List of Links Seperated by Commas)
	 If a layer has a sublayer, add onMouseOver="Show(Layer Number to Open, Current Layer, Any Layers Opened before the current layer (seperated by commas)
*/

Layer[1] =	new LayerSpecs(455,45,290,
'<A   class="tt">Introduction</A>',
'<A   class="ee">Pratapaditya Pal</A>',
'<A   class="tt">PART I - PERCEPTIONS AND OBSERVATIONS           </A>',
'<A   class="tt">Introduction to Part I</A>',
'<A   class="tt">When We Get There: Bombay in Early Maps</A>',
'<A   class="ee">Susan Gole</A>',
'<A   class="tt">Defining a Unique City: Surveying and Mapping Bombay after 1800 </A>',
'<A   class="ee">Matthew H. Edney</A>',
'<A   class="tt">Early Impressions of the Islands: James Forbes and James Wales in Bombay 1766-95</A>',
'<A   class="ee">Pauline Rohatgi</A>',
'<A   class="tt">Whither the Towers? The Changed View of </A>',
'<A   class="tt">Malabar Hill </A>',
'<A   class="ee">Pheroza J. Godrej</A>',
'<A   class="tt">Over the Rooftops: A Panoramic Spectacle </A>',
'<A   class="ee">Teresa Albuquerque</A>',
'<A   class="tt">Sun Pictures from the City of Gold: Early Photography in Bombay </A>',
'<A   class="ee">Janet Dewan</A>',
'<A   class="tt">PART II - PLACES, SYMBOLS, AND ICONS</A>',
'<A   class="tt">Introduction to Part II</A>',
'<A   class="tt">Bombay - The Gift of Her Harbour</A>',
'<A   class="ee">Kalpana Desai</A>',
'<A   class="tt">Homes in the Nineteenth Century </A>',
'<A   class="ee">Sharada Dwivedi</A>',
'<A   class="tt">Selected Sacred Precincts</A>',
'<A   class="tt">	Hindu Temples </A>',
'<A   class="ee">	A.P. Jamkhedkar</A>',
'<A   class="tt">	Sacred Muslim Sites  </A>',
'<A   class="ee">	Monisha Ahmed</A>',
'<A   class="tt">	Of Perpetual Fires and Towers of Silence </A>',
'<A   class="ee">	Firoza Punthakey-Mistree</A>',
'<A   class="tt">	Christian Churches </A>',
'<A   class="ee">	Sharada Dwivedi</A>',
'<A   class="tt">Art and Politics: The Visualization of British Imperialism in the Bombay Presidency 1800-1927</A>',
'<A   class="ee">Mary Ann Steggles</A>',
'<A   class="tt">The "Hall of Wonder" within the "Garden Of Delight"</A>',
'<A   class="ee">Mariam Dossal</A>',
'<A   class="tt">Bombay - The Now of Then</A>',
'<A   class="ee">Narendra Panjwani</A>',
'<A   class="tt">PART III - MAKING AN URBAN LANDSCAPE</A>',
'<A   class="tt">Introduction to Part III</A>',
"<A   class='tt'>Architect of Bombay's Hallmark Style: Stevens and the Gothic Revival</A>",
'<A   class="ee">Christopher W. London</A>',
"<A   class='tt'>Temples of Light: Bombay's Art Deco Cinemas and the Birth of Modern Myth</A>",
'<A   class="ee">Jon Alff</A>',
"<A   class='tt'>Evolution, Involution, and the City's Future: A Perspective on Bombay's Urban Form </A>",
'<A   class="ee">Rahul Mehrotra</A>',
'<A   class="tt">Artless Objects: Post-Independence Architecture in Bombay </A>',
'<A   class="ee">Himanshu Burte</A>',
'<A   class="tt">Bombay Shows the Way: Pioneering Urban</A>',
'<A   class="tt">Conservation </A>',
'<A   class="ee">Cyrus Guzder</A>',
'<A   class="tt">New Bombay: Marg as an Urban Catalyst</A>',
'<A   class="ee">Charles Correa</A>',
'<A   class="tt">Painters and Engravers: Biographical Notes</A>',
'<A   class="tt">Select Bibliography</A>',
'<A   class="tt">Map (on separate folded sheet)</A>'
);


////////////////////////////////////////////////////////////////

j = (Layer[0]) ? 0:1;

for(i=j; i<Layer.length; i++) {
	if(document.all && No3) { document.write("<SPAN onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' STYLE='position:absolute; visibility:hidden; background:"+background+"; top:"+Layer[i].top+"; left:"+Layer[i].left+";'><TABLE STYLE='border:solid "+menu_border+" "+border_color+"'>"+Layer[i].info+"</TABLE></SPAN>"); }
	else if(document.layers && No3) { document.write("<LAYER onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' POSITION=ABSOLUTE VISIBILITY=HIDDEN BGCOLOR='"+bgcolor+"' BACKGROUND='"+background+"' TOP="+Layer[i].top+" LEFT="+Layer[i].left+">"+Layer[i].info+"</LAYER>"); }
}

//if(document.all) { document.all["menubar"].style.visibility = "visible"; }
//else if(document.layers) { document.layers["menubar"].visibility = "visible"; }

// -->












