//<!--
//These are the rollovers all navigation elements
if (document.images) {            // Active Images
	content_t4_techspeak_on = new Image();
	content_t4_techspeak_on.src = "images/nav/content_t4_techspeak_on.gif";
	nav_whyoutsource_on = new Image();
	nav_whyoutsource_on.src = "images/nav/nav_whyoutsource_on.gif";
	nav_about_on = new Image();
	nav_about_on.src = "images/nav/nav_about_on.gif";
	nav_whysynchronet_on = new Image();
	nav_whysynchronet_on.src = "images/nav/nav_whysynchronet_on.gif";

	content_t4_techspeak_off = new Image();
	content_t4_techspeak_off.src = "images/nav/content_t4_techspeak_off.gif";
	nav_whyoutsource_off = new Image();
	nav_whyoutsource_off.src = "images/nav/nav_whyoutsource_off.gif";
	nav_about_off = new Image();
	nav_about_off.src = "images/nav/nav_about_off.gif";
	nav_whysynchronet_off = new Image();
	nav_whysynchronet_off.src = "images/nav/nav_whysynchronet_off.gif";
	}

//-->
