var startdim
function BrowserCheck() {
	var b = navigator.appName
	if (b=="Netscape") this.b = "ns"
	else if (b=="Microsoft Internet Explorer") this.b = "ie"
	else this.b = b
	this.v = parseInt(navigator.appVersion)
	this.ns = (this.b=="ns" && this.v>=4)
	this.ns4 = (this.b=="ns" && this.v==4)
	this.ns5 = (this.b=="ns" && this.v==5)
	this.ie = (this.b=="ie" && this.v>=4)
	this.ie4 = (navigator.userAgent.indexOf('MSIE 4')>0)
	this.ie5 = (navigator.userAgent.indexOf('MSIE 5')>0)
	this.ie6 = (navigator.userAgent.indexOf('MSIE 6')>0)
	if (this.ie5) this.v = 5
	if (this.ie6) this.v = 6
	this.min = (this.ns||this.ie)
}
is = new BrowserCheck()
function findbr() {
	divwid = (is.ns)? window.innerWidth : document.body.offsetWidth-20
	divhig = (is.ns)? window.innerHeight : document.body.offsetHeight-4
	startdim = (divwid - 780) /2
 	if (startdim < 0){
		startdim = 0
	}
}
function resizeit() 
{
findbr()
if ((is.ns && (divwid!=window.innerWidth || divhig!=window.innerHeight)) || (is.ie) )
{
document.location.href = document.location.href
}
}
findbr()
arMenu1 = new Array(
185,
startdim+360,231,
"","",
"","",
"","",
"Bedaguli to Jodigere to Bylore","BedaguliToJodigereToBylore.htm",0,
"BRT to Chenni halla","BRTToDeverahalli.htm",0,
"M.M. Hills to Naaga Male","MMHillsToNaagaMale.htm",0,
"Bheemeshwari to Chellurehill","BheemeshwariToChellurehill.htm",0,
"Elephant camp to Muthati","ElephantcampToMuthati.htm",0,
"Yerekem halla","YerekemHalla_Kanakapura.htm",0
)

