/*------------------------------------------------------------------------ //
    / 4_GC
   -----------------------------------------------------------------------
   Description:  Custom JavaScript for the 4_GC.
   Filename:     custom.js
   Requires:     jquery-1.2.6.pack.js
   -----------------------------------------------------------------------*/ 
$(function(){
	$("#ttl_header1_internal").click(function() {
		location.href='index.html'
	});
	
	/*CONTROLS LINKS ON HOMEPAGE
	
	$("#cntr_bottom_3menu2").click(function() {
		location.href='cmos_and_clinical_leaders.html'
	});

	$("#cntr_bottom_3menu3").click(function() {
		location.href='cios_and_information_managers.html'
	});

	$("#cntr_bottom_3menu4").click(function() {
		location.href='cfos_and_financial_officers.html'
	});*/
	

	var menu = $("#nav a");
	$(menu[flag-1]).css({backgroundPosition:"bottom left"})
	
});