//////////////////////////////////////////////////
////////////// 			MENU		//////////////
//////////////////////////////////////////////////
bName = navigator.appName;
   bVer=parseInt(navigator.appVersion);
   if ((bName == "Netscape" && bVer>=3) ||
   (bName == "Microsoft Internet Explorer" && bVer >=3)) br="n3";
   else br="n2";
   //create image objects, preload all active and inactive images.
   if (br== "n3") {
img01on = new Image();
img01on.src= "http://www.mktg.com/images/button_splash_whatWeDo_rollover.gif";
img02on = new Image();
img02on.src= "http://www.mktg.com/images/button_splash_clients_rollover.gif";
img03on = new Image();
img03on.src= "http://www.mktg.com/images/button_splash_press_rollover.gif";
img04on = new Image();
img04on.src= "http://www.mktg.com/images/button_whatwedo_rollover.gif";
img05on = new Image();
img05on.src= "http://www.mktg.com/images/button_clients_rollover.gif";
img06on = new Image();
img06on.src= "http://www.mktg.com/images/button_press_rollover.gif";
img07on = new Image();
img07on.src= "http://www.mktg.com/images/thumb_JoannaSolazzo_over.jpg";
img08on = new Image();
img08on.src= "http://www.mktg.com/images/thumb_TonyBagnulo_over.jpg";
img09on = new Image();
img09on.src= "http://www.mktg.com/images/thumb_NickPerna_over.jpg";
img10on = new Image();
img10on.src= "http://www.mktg.com/images/thumb_GerardJansse_over.jpg";
img11on = new Image();
img11on.src= "http://www.mktg.com/images/thumb_ChristineAndJay_over.jpg";
img12on = new Image();
img12on.src= "http://www.mktg.com/images/thumb_ThesHansen_over.jpg";

img01off = new Image();
img01off.src= "http://www.mktg.com/images/button_splash_whatWeDo.gif";
img02off = new Image();
img02off.src= "http://www.mktg.com/images/button_splash_clients.gif";
img03off = new Image();
img03off.src= "http://www.mktg.com/images/button_splash_press.gif";
img04off = new Image();
img04off.src= "http://www.mktg.com/images/button_whatwedo.gif";
img05off = new Image();
img05off.src= "http://www.mktg.com/images/button_clients.gif";
img06off = new Image();
img06off.src= "http://www.mktg.com/images/button_press.gif";
img07off = new Image();
img07off.src= "http://www.mktg.com/images/thumb_JoannaSolazzo.jpg";
img08off = new Image();
img08off.src= "http://www.mktg.com/images/thumb_TonyBagnulo.jpg";
img09off = new Image();
img09off.src= "http://www.mktg.com/images/thumb_NickPerna.jpg";
img10off = new Image();
img10off.src= "http://www.mktg.com/images/thumb_GerardJansse.jpg";
img11off = new Image();
img11off.src= "http://www.mktg.com/images/thumb_ChristineAndJay.jpg";
img12off = new Image();
img12off.src= "http://www.mktg.com/images/thumb_ThesHansen.jpg";

}
function imgAct(imgName) {
if (br == "n3") {
document[imgName].src = eval(imgName + "on.src");
}
}
function imgInact(imgName) {
if (br == "n3") {
document[imgName].src = eval(imgName + "off.src");
}
}

//////////////////////////////////////////////////
////// 		CHANGE IMAGE FUNCTION		//////////
//////////////////////////////////////////////////
function changeImage (strImageId, strPath) {
    document.getElementById(strImageId).src = strPath; 
}

//////////////////////////////////////////////////
////// 	CAREERS: CHANGE VIDEO FUNCTION		//////
//////////////////////////////////////////////////
function changeVideo (strVideoId) {
    //alert(strVideoId);
    if (strVideoId == 'video02') {
        //alert("2");
        document.getElementById('videoFrame').src = "video02.html";
        
        document.getElementById('img07').src = 'http://www.mktg.com/images/thumb_JoannaSolazzo.jpg';
        document.getElementById('img08').src = 'http://www.mktg.com/images/thumb_TonyBagnulo_over.jpg';
        document.getElementById('img09').src = 'http://www.mktg.com/images/thumb_NickPerna.jpg';
        document.getElementById('img10').src = 'http://www.mktg.com/images/thumb_GerardJansse.jpg';
        document.getElementById('img11').src = 'http://www.mktg.com/images/thumb_ChristineAndJay.jpg';
        document.getElementById('img12').src = 'http://www.mktg.com/images/thumb_ThesHansen.jpg';
        /*
        document.getElementById('link07').onmouseover = imgAct('img07');
        document.getElementById('link07').onmouseout = imgInact('img07');
        document.getElementById('link08').onmouseover = imgAct('img08');
        document.getElementById('link08').onmouseout = imgAct('img08');
        document.getElementById('link09').onmouseover = imgAct('img09');
        document.getElementById('link09').onmouseout = imgInact('img09');
        document.getElementById('link10').onmouseover = imgAct('img10');
        document.getElementById('link10').onmouseout = imgInact('img10');
        document.getElementById('link11').onmouseover = imgAct('img11');
        document.getElementById('link11').onmouseout = imgInact('img11');
        document.getElementById('link12').onmouseover = imgAct('img12');
        document.getElementById('link12').onmouseout = imgInact('img12');
        */
    }
    else if (strVideoId == 'video03') {
        //alert("3");
        document.getElementById('videoFrame').src = "video03.html";
        
        document.getElementById('img07').src = "http://www.mktg.com/images/thumb_JoannaSolazzo.jpg";
        document.getElementById('img08').src = "http://www.mktg.com/images/thumb_TonyBagnulo.jpg";
        document.getElementById('img09').src = "http://www.mktg.com/images/thumb_NickPerna_over.jpg";
        document.getElementById('img10').src = "http://www.mktg.com/images/thumb_GerardJansse.jpg";
        document.getElementById('img11').src = "http://www.mktg.com/images/thumb_ChristineAndJay.jpg";
        document.getElementById('img12').src = "http://www.mktg.com/images/thumb_ThesHansen.jpg";
        /*
        document.getElementById('link07').onmouseover = imgAct('img07');
        document.getElementById('link07').onmouseout = imgInact('img07');
        document.getElementById('link08').onmouseover = imgAct('img08');
        document.getElementById('link08').onmouseout = imgInact('img08');
        document.getElementById('link09').onmouseover = imgAct('img09');
        document.getElementById('link09').onmouseout = imgAct('img09');
        document.getElementById('link10').onmouseover = imgAct('img10');
        document.getElementById('link10').onmouseout = imgInact('img10');
        document.getElementById('link11').onmouseover = imgAct('img11');
        document.getElementById('link11').onmouseout = imgInact('img11');
        document.getElementById('link12').onmouseover = imgAct('img12');
        document.getElementById('link12').onmouseout = imgInact('img12');
        */
    }
    else if (strVideoId == 'video04') {
        //alert("4");
        document.getElementById('videoFrame').src = "video04.html";
        
        document.getElementById('img07').src = "http://www.mktg.com/images/thumb_JoannaSolazzo.jpg";
        document.getElementById('img08').src = "http://www.mktg.com/images/thumb_TonyBagnulo.jpg";
        document.getElementById('img09').src = "http://www.mktg.com/images/thumb_NickPerna.jpg";
        document.getElementById('img10').src = "http://www.mktg.com/images/thumb_GerardJansse_over.jpg";
        document.getElementById('img11').src = "http://www.mktg.com/images/thumb_ChristineAndJay.jpg";
        document.getElementById('img12').src = "http://www.mktg.com/images/thumb_ThesHansen.jpg";
        /*
        document.getElementById('link07').onmouseover = imgAct('img07');
        document.getElementById('link07').onmouseout = imgInact('img07');
        document.getElementById('link08').onmouseover = imgAct('img08');
        document.getElementById('link08').onmouseout = imgInact('img08');
        document.getElementById('link09').onmouseover = imgAct('img09');
        document.getElementById('link09').onmouseout = imgInact('img09');
        document.getElementById('link10').onmouseover = imgAct('img10');
        document.getElementById('link10').onmouseout = imgAct('img10');
        document.getElementById('link11').onmouseover = imgAct('img11');
        document.getElementById('link11').onmouseout = imgInact('img11');
        document.getElementById('link12').onmouseover = imgAct('img12');
        document.getElementById('link12').onmouseout = imgInact('img12');
        */
    }
    else if (strVideoId == 'video05') {
        //alert("5");
        document.getElementById('videoFrame').src = "video05.html";
        
        document.getElementById('img07').src = "http://www.mktg.com/images/thumb_JoannaSolazzo.jpg";
        document.getElementById('img08').src = "http://www.mktg.com/images/thumb_TonyBagnulo.jpg";
        document.getElementById('img09').src = "http://www.mktg.com/images/thumb_NickPerna.jpg";
        document.getElementById('img10').src = "http://www.mktg.com/images/thumb_GerardJansse.jpg";
        document.getElementById('img11').src = "http://www.mktg.com/images/thumb_ChristineAndJay_over.jpg";
        document.getElementById('img12').src = "http://www.mktg.com/images/thumb_ThesHansen.jpg";
        /*
        document.getElementById('link07').onmouseover = imgAct('img07');
        document.getElementById('link07').onmouseout = imgInact('img07');
        document.getElementById('link08').onmouseover = imgAct('img08');
        document.getElementById('link08').onmouseout = imgInact('img08');
        document.getElementById('link09').onmouseover = imgAct('img09');
        document.getElementById('link09').onmouseout = imgInact('img09');
        document.getElementById('link10').onmouseover = imgAct('img10');
        document.getElementById('link10').onmouseout = imgInact('img10');
        document.getElementById('link11').onmouseover = imgAct('img11');
        document.getElementById('link11').onmouseout = imgAct('img11');
        document.getElementById('link12').onmouseover = imgAct('img12');
        document.getElementById('link12').onmouseout = imgInact('img12');
        */
    }
    else if (strVideoId == 'video06') {
        //alert("6");
        document.getElementById('videoFrame').src = "video06.html";
        
        document.getElementById('img07').src = "http://www.mktg.com/images/thumb_JoannaSolazzo.jpg";
        document.getElementById('img08').src = "http://www.mktg.com/images/thumb_TonyBagnulo.jpg";
        document.getElementById('img09').src = "http://www.mktg.com/images/thumb_NickPerna.jpg";
        document.getElementById('img10').src = "http://www.mktg.com/images/thumb_GerardJansse.jpg";
        document.getElementById('img11').src = "http://www.mktg.com/images/thumb_ChristineAndJay.jpg";
        document.getElementById('img12').src = "http://www.mktg.com/images/thumb_ThesHansen_over.jpg";
        /*
        document.getElementById('link07').onmouseover = imgAct('img07');
        document.getElementById('link07').onmouseout = imgInact('img07');
        document.getElementById('link08').onmouseover = imgAct('img08');
        document.getElementById('link08').onmouseout = imgInact('img08');
        document.getElementById('link09').onmouseover = imgAct('img09');
        document.getElementById('link09').onmouseout = imgInact('img09');
        document.getElementById('link10').onmouseover = imgAct('img10');
        document.getElementById('link10').onmouseout = imgInact('img10');
        document.getElementById('link11').onmouseover = imgAct('img11');
        document.getElementById('link11').onmouseout = imgInact('img11');
        document.getElementById('link12').onmouseover = imgAct('img12');
        document.getElementById('link12').onmouseout = imgAct('img12');
        */
    }
    else {
        //alert("1");
        document.getElementById('videoFrame').src = "video01.html";
        
        document.getElementById('img07').src = "http://www.mktg.com/images/thumb_JoannaSolazzo_over.jpg";
        document.getElementById('img08').src = "http://www.mktg.com/images/thumb_TonyBagnulo.jpg";
        document.getElementById('img09').src = "http://www.mktg.com/images/thumb_NickPerna.jpg";
        document.getElementById('img10').src = "http://www.mktg.com/images/thumb_GerardJansse.jpg";
        document.getElementById('img11').src = "http://www.mktg.com/images/thumb_ChristineAndJay.jpg";
        document.getElementById('img12').src = "http://www.mktg.com/images/thumb_ThesHansen.jpg";
        /*
        document.getElementById('link07').onmouseover = imgAct('img07');
        document.getElementById('link07').onmouseout = imgAct('img07');
        document.getElementById('link08').onmouseover = imgAct('img08');
        document.getElementById('link08').onmouseout = imgInact('img08');
        document.getElementById('link09').onmouseover = imgAct('img09');
        document.getElementById('link09').onmouseout = imgInact('img09');
        document.getElementById('link10').onmouseover = imgAct('img10');
        document.getElementById('link10').onmouseout = imgInact('img10');
        document.getElementById('link11').onmouseover = imgAct('img11');
        document.getElementById('link11').onmouseout = imgInact('img11');
        document.getElementById('link12').onmouseover = imgAct('img12');
        document.getElementById('link12').onmouseout = imgInact('img12');
        */
    }
}