/* this file requires JQuery */
/* Written By Brian Essig for Licor.com */

$(document).ready(function(){
	
	//set active menu item	
	var thisPath = location.pathname.substr(location.pathname.lastIndexOf("/")+1,location.pathname.length);
	switch(thisPath){
		case 'incubation_boxes.jsp':
		case 'mousepod.jsp':
        	show('odysseymenu');
			setStyleById('xmenuodyssey','listStyleImage','url("http://www.licor.com/graphics/1/minus.gif")');
		break;
		case 'pearlcam.jsp':
		case 'pearl_anesthesia_system.jsp':
		case 'pearl_clean_box.jsp':
		case 'pearl_docking_station.jsp':
		case 'pearl_imaging_bed.jsp':
        	show('pearlmenu');
			setStyleById('xmenupearl','listStyleImage','url("http://www.licor.com/graphics/1/minus.gif")');
		break;
		case 'align_ir.jsp':
		case 'e_seq.jsp':
		case 'saga_gt.jsp':
		case 'saga_mx.jsp':
		case 'click_ir.jsp':
        	show('4300menu');
			setStyleById('xmenu4300','listStyleImage','url("http://www.licor.com/graphics/1/minus.gif")');
		break;
	}
});
