<!--

	if (document.images) {

	    about_on = new Image();
	    about_on.src = "images/menu_about_on.gif";
	    about_off = new Image();
	    about_off.src = "images/menu_about.gif";
		
	    admissions_on = new Image();
	    admissions_on.src = "images/menu_admissions_on.gif";
	    admissions_off = new Image();
	    admissions_off.src = "images/menu_admissions.gif";
		
	    programs_on = new Image();
	    programs_on.src = "images/menu_programs_on.gif";
	    programs_off = new Image();
	    programs_off.src = "images/menu_programs.gif";
		
	    career_on = new Image();
	    career_on.src = "images/menu_career_on.gif";
	    career_off = new Image();
	    career_off.src = "images/menu_career.gif";
		
	    news_on = new Image();
	    news_on.src = "images/menu_news_on.gif";
	    news_off = new Image();
	    news_off.src = "images/menu_news.gif";
		
	    student_on = new Image();
	    student_on.src = "images/menu_student_on.gif";
	    student_off = new Image();
	    student_off.src = "images/menu_student.gif";
		
	    events_on = new Image();
	    events_on.src = "images/menu_events_on.gif";
	    events_off = new Image();
	    events_off.src = "images/menu_events.gif";
		
	    eapp_on = new Image();
	    eapp_on.src = "images/menu_application_on.gif";
	    eapp_off = new Image();
	    eapp_off.src = "images/menu_application.gif";
		
	    request_on = new Image();
	    request_on.src = "images/menu_request_on.gif";
	    request_off = new Image();
	    request_off.src = "images/menu_request.gif";
		
	    contact_on = new Image();
	    contact_on.src = "images/menu_contact_on.gif";
	    contact_off = new Image();
	    contact_off.src = "images/menu_contact.gif";
		
	    financial_on = new Image();
	    financial_on.src = "images/menu_financial_on.gif";
	    financial_off = new Image();
	    financial_off.src = "images/menu_financial.gif";
		
	    experts_on = new Image();
	    experts_on.src = "images/menu_experts_on.gif";
	    experts_off = new Image();
	    experts_off.src = "images/menu_experts.gif";
		
	    gallery_on = new Image();
	    gallery_on.src = "images/menu_gallery_on.gif";
	    gallery_off = new Image();
	    gallery_off.src = "images/menu_gallery.gif";

	    creative_on = new Image();
	    creative_on.src = "images/menu_creative_on.gif";
	    creative_off = new Image();
	    creative_off.src = "images/menu_creative.gif";
		
		employment_on = new Image();
	    employment_on.src = "images/menu_employment_on.gif";
	    employment_off = new Image();
	    employment_off.src = "images/menu_employment.gif";

   	    portfolio_on = new Image();
	    portfolio_on.src = "images/menu_portfolio_on.gif";
	    portfolio_off = new Image();
	    portfolio_off.src = "images/menu_portfolio.gif";

    } 
				
function arrowOn(imageName) {
	if (document.images) {
	document[imageName].src = eval(imageName + "_on.src");
	}
}

function arrowOff(imageName) {
	if (document.images) {
	document[imageName].src = eval(imageName + "_off.src");
	}
}

function showexpert(id){
	window.open('detail_list.asp?id='+id,'expertdetail','width=400 height=400 scrollbars=yes');
	}

// -->
