
 InitReady = false;

 function Initialise()
 { imgbase="/contentbrowser/images/";
   filenav1n_out = new Image();  filenav1n_out.src = imgbase + "filenav1n_out.gif";
   filenav1n_over = new Image(); filenav1n_over.src = imgbase + "filenav1n_over.gif";
   filenav1f_out = new Image(); filenav1f_out.src = imgbase + "filenav1f_out.gif";
   filenav1f_over = new Image(); filenav1f_over.src = imgbase + "filenav1f_over.gif";
   filenav1l_out = new Image(); filenav1l_out.src = imgbase + "filenav1l_out.gif";
   filenav1l_over = new Image(); filenav1l_over.src = imgbase + "filenav1l_over.gif";
   filenav2n_out = new Image(); filenav2n_out.src = imgbase + "filenav2n_out.gif";
   filenav2n_over = new Image(); filenav2n_over.src = imgbase + "filenav2n_over.gif";
   filenav2f_out = new Image(); filenav2f_out.src = imgbase + "filenav2f_out.gif";
   filenav2f_over = new Image(); filenav2f_over.src = imgbase + "filenav2f_over.gif";
   filenav2l_out = new Image(); filenav2l_out.src = imgbase + "filenav2l_out.gif";
   filenav2l_over = new Image(); filenav2l_over.src = imgbase + "filenav2l_over.gif";
/*   filenavedgen_out = new Image(); filenavedgen_out.src = imgbase + "filenavedgen.gif";
   filenavedgen_over = new Image(); filenavedgen_over.src = imgbase + "filenavedgen.gif";
   filenavedgel_out = new Image(); filenavedgel_out.src = imgbase + "filenavedgel.gif";
   filenavedgel_over = new Image(); filenavedgel_over.src = imgbase + "filenav2l.gif";
*/  
 InitReady = true
 }

 function ImageRefresh(Name,Number,State)
 { if (InitReady==true) document [Name].src = eval("filenav" + Number + "_" + State + ".src");
 }

 function clearStatus() {
 	// this.title="";
	window.status = "";
 }
 
 function showStatus(mesg) {
 	//this.title=mesg;
	window.status = mesg;
 }


