		//button rollovers
		btn_goOff = new Image(); 
		btn_goOff.src="/i/RO_go_off.gif";
		btn_goOn = new Image(); 
		btn_goOn.src="/i/RO_go_on.gif";
		btn_goOver = new Image(); 
		btn_goOver.src="/i/RO_go_on.gif";	
		
		btn_readmore1Off = new Image(); 
		btn_readmore1Off.src="/i/RO_readmore_off.gif";
		btn_readmore1On = new Image(); 
		btn_readmore1On.src="/i/RO_readmore_on.gif";
		btn_readmore1Over = new Image(); 
		btn_readmore1Over.src="/i/RO_readmore_on.gif";	
					
		btn_readmore2Off = new Image(); 
		btn_readmore2Off.src="/i/RO_readmore_off.gif";
		btn_readmore2On = new Image(); 
		btn_readmore2On.src="/i/RO_readmore_on.gif";
		btn_readmore2Over = new Image(); 
		btn_readmore2Over.src="/i/RO_readmore_on.gif";	
		
		btn_searchOff = new Image(); 
		btn_searchOff.src="/i/RO_search_off.gif";
		btn_searchOn = new Image(); 
		btn_searchOn.src="/i/RO_search_on.gif";
		btn_searchOver = new Image(); 
		btn_searchOver.src="/i/RO_search_on.gif";	
					
		function turnOn(imagename)
		{		
			document[imagename].src = eval(imagename + 'On.src');
		}

		function turnOff(imagename)
		{		
			document[imagename].src = eval(imagename + 'Off.src');
		}
		
		function turnOver(imagename)
		{		
			document[imagename].src = eval(imagename + 'Over.src');
		}


var myWind,exitWind,infoWind,AutoWind
function doNew(LinkToPage) {
	if (!myWind || myWind.closed) {
		myWind = open(LinkToPage, "remote", "resizable,status,scrollbars,width=600,height=400,left=100,top=100");
		myWind.focus()
	} else{
		// close existing subwindow and open it again
		myWind.close ("remote");
		myWind = open(LinkToPage, "remote", "resizable,status,scrollbars,width=600,height=400,left=100,top=100");
		myWind.focus()
	}
}	

function exitGrange(LinkToPage) {
	if (!exitWind || exitWind.closed) {
		exitWind = open(LinkToPage, "remote", "location,menubar,resizable,toolbar,status,scrollbars,width=750,height=450,left=100,top=100");
		exitWind.focus()
	} else{
		// close existing subwindow and open it again
		exitWind.close ("remote");
		exitWind = open(LinkToPage, "remote", "location,menubar,resizable,toolbar,status,scrollbars,width=750,height=450,left=100,top=100");
		exitWind.focus()
	}
}
function doInfo(LinkToPage) {
	if (!infoWind || infoWind.closed) {
		infoWind = open(LinkToPage, "remote", "width=300,height=200,left=300,top=400");
		infoWind.focus()
	} else{
		// close existing subwindow and open it again
		infoWind.close ("remote");
		infoWind = open(LinkToPage, "remote", "width=300,height=200,left=300,top=400");
		infoWind.focus()
	}
}	



  
function doAutoWind(img){
  img1= new Image();
  img1.src=(img);
  imgController(img);
}
function imgController(img){
  if((img1.width!=0)&&(img1.height!=0)){
    	viewImg(img);  
  } else{
    imgError="imgController('"+img+"')";
    interval=setTimeout(imgError,20);
  }
}
function viewImg(img){
  imgW=img1.width+20;
  imgH=img1.height+20;
  string="width="+imgW+",height="+imgH+",left=100,top=100";
//  finish=window.open(img,"",string);
  	if (!AutoWind || AutoWind.closed) {
		AutoWind=open(img,"remote",string);
		AutoWind.focus();

	} else{
	// close existing subwindow and open it again
		AutoWind.close ("remote");
		AutoWind=open(img,"remote",string);
		AutoWind.focus();
	} 
}

function doLarge(LinkToPage) {
	if (!myWind || myWind.closed) {
		myWind = open(LinkToPage, "remote", "resizable,status,scrollbars,width=750,height=625,left=30,top=30");
		myWind.focus()
	} else{
		// close existing subwindow and open it again
		myWind.close ("remote");
		myWind = open(LinkToPage, "remote", "resizable,status,scrollbars,width=750,height=625,left=30,top=30");
		myWind.focus()
	}
}	

function doPromo(LinkToPage) {
	if (!myWind || myWind.closed) {
		myWind = open(LinkToPage, "remote", "resizable=no,status,scrollbars=no,width=475,height=350,left=30,top=30");
		myWind.focus()
	} else{
		// close existing subwindow and open it again
		myWind.close ("remote");
		myWind = open(LinkToPage, "remote", "resizable=no,status,scrollbars=no,width=475,height=350,left=30,top=30");
		myWind.focus()
	}
}