function init() {
    ns4 = (document.layers)? true:false
    ie4 = (document.all)? true:false

if (ns4) {but1 = document.button1
   		  but2 = document.button2
		  but3 = document.button3
		  but4 = document.button4
		  but5 = document.button5
		  but6 = document.button6
		  head = document.heading
		  shead = document.subheading
		  cnr = document.corner
		  text1 = document.link1
		  text2 = document.link2
		  text3 = document.link3
		  text4 = document.link4
		  text5 = document.link5
		  text6 = document.link6
		  		  
		  }
		  
		  
if (ie4) {but1 = button1.style
   		  but2 = button2.style
		  but3 = button3.style
		  but4 = button4.style
		  but5 = button5.style
		  but6 = button6.style
		  head = heading.style
		  shead = subheading.style
		  cnr = corner.style
		  text1 = link1.style
		  text2 = link2.style
		  text3 = link3.style
		  text4 = link4.style
		  text5 = link5.style
		  text6 = link6.style
		  
		  
		  }
		  
	
		 cnr.top=0
		 cnr.left=0
		 but1.top = 121
		 but2.top = 150
		 but3.top = 182
		 but4.top = 216
		 but5.top = 250
		 but6.top = 285
		 but1.left = 254
		 but2.left = 205
		 but3.left = 165
		 but4.left = 127
		 but5.left = 98
		 but6.left = 74
		 head.top = 8
		 head.left = 8
		 shead.top = 55
		 shead.left = 8
		 text1.top = 129
		 text2.top = 160
		 text3.top = 194
		 text4.top = 225
		 text5.top = 259
		 text6.top = 294
		 text1.left = 289
		 text2.left = 240
		 text3.left = 200
		 text4.left = 162
		 text5.left = 133
		 text6.left = 109
}