function leftPane(str){
	document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">')

	document.writeln('<tr><td align="center" bgcolor="#e9aa54" height="30" width="100%"><a class="MenuHeading" href="../html/maps_menu.htm">Maps of Jalandhar</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="../html/map_location.htm">&nbsp;Location Map</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="../html/map_tehsil.htm">&nbsp;Tehsil Map</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="../html/map_town.htm">&nbsp;Town Map</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="../html/map_block.htm">&nbsp;Block Map</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="../html/map_city.htm">&nbsp;City Map</a></td></tr>')

	document.writeln('</table>')
}

function fullView(title, image){
	var w1 = window.open("", "FullView", "toolbar=0,scrollbars=1,width=640,height=480")
	
	w1.document.writeln('<html><head><title>'+title+'</title></head><body>')
	w1.document.writeln('<img src="../images/'+image+'" alt="'+title+'" border=0>')
	w1.document.writeln('</body></html>')
	return false;
}
