//	if (BrowserDetect.browser == 'Explorer' && (BrowserDetect.version == '6' || BrowserDetect.version == '5' || BrowserDetect.version == '7' || BrowserDetect.version == '8')) { 
	if (BrowserDetect.browser == 'Explorer' && (BrowserDetect.version == '6' || BrowserDetect.version == '5')) { 


		// the 3 versions below have a height clause which can be removed once the different picture versions are ready
		if (screenres() == 600) {
			document.write("<div id='fixme' style='margin-left:0px'><img src=pictures/ac0.jpg  height=110px width=700px >") ;
		}
		if (screenres() == 800) {
			document.write("<div id='fixme' style='margin-left:0px'><img src=pictures/ac0.jpg  height=110px width=700px  >") ;
		}
		if (screenres() == 1000) {
			document.write("<div id='fixme' style='margin-left:0px'><img src=pictures/ac0.jpg  height=164px  width=700px >") ;
		}				



		new menu (MENU_ITEMS, MENU_TPL);



		if (screenres() == 600) {
			document.write("	<div id='rotator' style='height:110px' >") ;
		}
		if (screenres() == 800) {
			document.write("	<div id='rotator' style='height:110px' >") ;
		}
		if (screenres() == 1000) {
			document.write("	<div id='rotator' style='height:164px' >") ;
		}				

	//			because of a flicker in firefox I had to reduce a delay in so_init() to zero
	//			as a result the image changes upon 1st display
	//			so I take the 1st image twice for the 1st run
	
		document.write("		        <img src='pictures/ac1.jpg'  height=110px width=700px style='filter:alpha(opacity=0);opacity: 0;'   >") ;
		document.write("		        <img src='pictures/ac1.jpg'  height=110px width=700px style='filter:alpha(opacity=0);opacity: 0;'   >") ;
		document.write("		        <img src='pictures/ac6.jpg'  height=110px width=700px style='filter:alpha(opacity=0);opacity: 0;'   >") ;
		document.write("		        <img src='pictures/ac2.jpg'  height=110px width=700px style='filter:alpha(opacity=0);opacity: 0;'   >") ;
		document.write("		        <img src='pictures/ac4.jpg'  height=110px width=700px style='filter:alpha(opacity=0);opacity: 0;'   >") ;
		document.write("		        <img src='pictures/ac3.jpg'  height=110px width=700px style='filter:alpha(opacity=0);opacity: 0;'   >") ;
		document.write("		        <img src='pictures/ac5.jpg'  height=110px width=700px style='filter:alpha(opacity=0);opacity: 0;'   >") ;

		document.write("	</div>") ;
	
	
	
		document.write("</div>") ;	
		d = document.all.getElementById("fixme");
		d.style.left="0px";
		d.style.width="0px";
		d.style.height="0px";	

	}
	
