/* function hightlightTxtOn(id){
	//$(id).src = 'images/nav-bar/' + name + '.jpg';
	$(id).style['color']  = '#ffffc2';
} Now defunct with the use of rollover images */

/* function hightlightTxtOff(id){
	$(id).style['color']  = '#000';
} Now defunct with the use of rollover images */

function rollOver(id,name){
	//alert(name);
	$(id).src = 'images/top_nav/' + name + '.gif';
}

function side_nav_index(id,name){
	//alert(name);
	$(id).src = 'images/side_nav_index/' + name + '.gif';
}

function side_nav_library(id,name){
	//alert(name);
	$(id).src = 'images/side_nav_library/' + name + '.gif';
}


function showImage(pic,cap){
 	
 	window.open("popup.php?i="+pic+"&cap="+cap,
				"picwin",
				"toolbar=0,location=0,resizable=1,status=0,scrollbars=1,width=800,height=600"); 
}	
	