<!--


var detect = navigator.userAgent.toLowerCase();
var OS,browser,version,total,thestring;

if (checkIt('konqueror'))
{
        browser = "Konqueror";
        OS = "Linux";
}
else if (checkIt('safari/312')) browser = "Safari13"
else if (checkIt('safari/4')) browser = "Safari13"
else if (checkIt('safari')) browser = "Safari"
else if (checkIt('firefox')) browser = "Firefox"
else if (checkIt('msie')) browser = "Internet Explorer"
else if (!checkIt('compatible'))
{
        browser = "Netscape Navigator"
        version = detect.charAt(8);
}

if (!version) version = detect.charAt(place + thestring.length);

if (!OS)
{
        if (checkIt('linux')) OS = "Linux";
        else if (checkIt('x11')) OS = "Unix";
        else if (checkIt('mac')) OS = "Mac"
        else if (checkIt('win')) OS = "Windows"
        else OS = "an unknown operating system";
}

function checkIt(string)
{
        place = detect.indexOf(string) + 1;
        thestring = string;
        return place;
} 

function windowsizer(iwidth,iheight) {
	iwidth = parseFloat(iwidth);
	iheight = parseFloat(iheight);

	iwidthout = iwidth;
	iheightout = iheight;
	
	heightbuffer = 115;
	widthbuffer = 50;

	if ((screen.width <= (iwidth + widthbuffer)) && (screen.height <= (iheight + heightbuffer))) {
		iwidthout = screen.width - widthbuffer;
		iheightout = screen.height - heightbuffer;
	} else {
		if ((screen.width > (iwidth + widthbuffer)) && (screen.height > (iheight + heightbuffer))) {
			if (browser == "Safari") {
				iwidthout = iwidth - 2;
				iheightout = iheight + 15;
			}
			if (browser == "Safari13") {
				iheightout = iheight + 17;
			}
			if (browser == "Internet Explorer") {
				if (OS == "Mac") {
					iwidthout = iwidth - 16;
					iheightout = iheight - 16;
				} else {
					iwidthout = iwidth + 17;
					iheightout = iheight - 20;
				}
			}
			if (browser == "Firefox") {
				if (OS == "Mac") {
					iheightout = iheight + 3;
				}
			}
		} else {		
			if (screen.height <= (iheight + heightbuffer)) {
				iheightout = screen.height - heightbuffer;
				if (browser == "Safari13") {
					iwidthout = parseFloat(iwidth) + 15;
				}
				if (browser == "Safari") {
					iwidthout = parseFloat(iwidth) + 13;
				}
				if (browser == "Netscape Navigator") {
					iwidthout = parseFloat(iwidth) + 15;
				}
				if (browser == "Internet Explorer") {
					if (OS == "Mac") {
						iwidthout = parseFloat(iwidth) -1;
					} else {
						iwidthout = parseFloat(iwidth) + 17;
					}
				}
				if (browser == "Firefox") {
					if (OS == "Mac") {
						iwidthout = iwidth + 15;
					}
					if (OS == "Windows") {
						iwidthout = iwidth + 19;
					}
				}
			}
			if (screen.width <= (iwidth + widthbuffer)) {
				iwidthout = screen.width - widthbuffer;
				if (browser == "Safari13") {
					iheightout = parseFloat(iheight) + 32;
				}
				if (browser == "Safari") {
					iheightout = parseFloat(iheight) + 30;
				}
				if (browser == "Netscape Navigator") {
					iheightout = parseFloat(iheight) + 15;
				}
				if (browser == "Internet Explorer") {
					if (OS == "Mac") {
						iheightout = parseFloat(iheight) - 1;
					} else {
						iheightout = parseFloat(iheight) + 17;
						iheightout = iheight - 3;
					}
				}
				if (browser == "Firefox") {
					if (OS == "Mac") {
						iheightout = parseFloat(iheight) + 15;
					}
				}
			}

		}
	}
}

function newWindow(theURL,winName,features,iwidth,iheight,title) {
	windowsizer(iwidth,iheight);
	faqWindow = window.open("view.php?theurl=" + theURL + "&title=" + title,winName,features + ",width=" + iwidthout + ",height=" + iheightout);
}

function newDemoWindow(theURL,winName,features,iwidth,iheight) {
	windowsizer(iwidth,iheight);
	faqWindow = window.open(theURL,winName,features + ",width=" + iwidthout + ",height=" + iheightout);
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_timelinePlay(tmLnName, myID) { //v1.2
  //Copyright 1997, 2000 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  if (myID == tmLn.ID) { //if Im newest
    setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
    fNew = ++tmLn.curFrame;
    for (i=0; i<tmLn.length; i++) {
      sprite = tmLn[i];
      if (sprite.charAt(0) == 's') {
        if (sprite.obj) {
          numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
          if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
            keyFrm=1;
            for (j=0; j<sprite.values.length; j++) {
              props = sprite.values[j]; 
              if (numKeyFr != props.length) {
                if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
                else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
              } else {
                while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
                if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
                  if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
                  else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
        } } } } }
      } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
      if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  } }
}

function MM_timelineStop(tmLnName) { //v1.2
  //Copyright 1997, 2000 Macromedia, Inc. All rights reserved.
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  if (tmLnName == null)  //stop all
    for (var i=0; i<document.MM_Time.length; i++) document.MM_Time[i].ID = null;
  else document.MM_Time[tmLnName].ID = null; //stop one
}

function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  //Copyright 1997, 2000 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (numGotos != null)
    if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
    else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  jmpFwd = (fNew > tmLn.curFrame);
  for (i = 0; i < tmLn.length; i++) {
    sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
    if (sprite.charAt(0) == "s") {
      numKeyFr = sprite.keyFrames.length;
      firstKeyFr = sprite.keyFrames[0];
      lastKeyFr = sprite.keyFrames[numKeyFr - 1];
      if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
      for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
      for (j=0; j<sprite.values.length; j++) {
        props = sprite.values[j];
        if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
        else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
        if (sprite.obj != null) {
          if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
          else        sprite.obj[props.prop2][props.prop] = props[propNum];
      } }
    } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  }
  tmLn.curFrame = fNew;
  if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}

function MM_initTimelines() { //v4.0
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
    var ns = navigator.appName == "Netscape";
    var ns4 = (ns && parseInt(navigator.appVersion) == 4);
    var ns5 = (ns && parseInt(navigator.appVersion) > 4);
    document.MM_Time = new Array(8);
    document.MM_Time[0] = new Array(5);
    document.MM_Time["Home_amim_over"] = document.MM_Time[0];
    document.MM_Time[0].MM_Name = "Home_amim_over";
    document.MM_Time[0].fps = 15;
    document.MM_Time[0][0] = new String("sprite");
    document.MM_Time[0][0].slot = 1;
    if (ns4)
        document.MM_Time[0][0].obj = document["home"];
    else if (ns5)
        document.MM_Time[0][0].obj = document.getElementById("home");
    else
        document.MM_Time[0][0].obj = document["home"];
    document.MM_Time[0][0].keyFrames = new Array(1, 15);
    document.MM_Time[0][0].values = new Array(1);
    document.MM_Time[0][0].values[0] = new Array("images/top/btn_home.gif","images/top/btn_home.gif");
    document.MM_Time[0][0].values[0].prop = "src";
    document.MM_Time[0][1] = new String("behavior");
    document.MM_Time[0][1].frame = 1;
    document.MM_Time[0][1].value = "MM_swapImage('home_left','','images/top/anim_left_1.gif',1);MM_swapImage('home_right','','images/top/anim_right_1.gif',1)";
    document.MM_Time[0][2] = new String("behavior");
    document.MM_Time[0][2].frame = 3;
    document.MM_Time[0][2].value = "MM_swapImage('home_left','','images/top/anim_left_2.gif',1);MM_swapImage('home_right','','images/top/anim_right_2.gif',1)";
    document.MM_Time[0][3] = new String("behavior");
    document.MM_Time[0][3].frame = 5;
    document.MM_Time[0][3].value = "MM_swapImage('home_left','','images/top/anim_left_3.gif',1);MM_swapImage('home_right','','images/top/anim_right_3.gif',1)";
    document.MM_Time[0][4] = new String("behavior");
    document.MM_Time[0][4].frame = 7;
    document.MM_Time[0][4].value = "MM_swapImage('home_left','','images/top/anim_left_4.gif',1);MM_swapImage('home_right','','images/top/anim_right_4.gif',1)";
    document.MM_Time[0].lastFrame = 15;
    document.MM_Time[1] = new Array(5);
    document.MM_Time["Home_anim_out"] = document.MM_Time[1];
    document.MM_Time[1].MM_Name = "Home_anim_out";
    document.MM_Time[1].fps = 15;
    document.MM_Time[1][0] = new String("sprite");
    document.MM_Time[1][0].slot = 1;
    if (ns4)
        document.MM_Time[1][0].obj = document["home"];
    else if (ns5)
        document.MM_Time[1][0].obj = document.getElementById("home");
    else
        document.MM_Time[1][0].obj = document["home"];
    document.MM_Time[1][0].keyFrames = new Array(1, 15);
    document.MM_Time[1][0].values = new Array(0);
    document.MM_Time[1][1] = new String("behavior");
    document.MM_Time[1][1].frame = 1;
    document.MM_Time[1][1].value = "MM_swapImage('home_left','','images/top/anim_left_3.gif',1);MM_swapImage('home_right','','images/top/anim_right_3.gif',1)";
    document.MM_Time[1][2] = new String("behavior");
    document.MM_Time[1][2].frame = 3;
    document.MM_Time[1][2].value = "MM_swapImage('home_left','','images/top/anim_left_2.gif',1);MM_swapImage('home_right','','images/top/anim_right_2.gif',1)";
    document.MM_Time[1][3] = new String("behavior");
    document.MM_Time[1][3].frame = 5;
    document.MM_Time[1][3].value = "MM_swapImage('home_left','','images/top/anim_left_1.gif',1);MM_swapImage('home_right','','images/top/anim_right_1.gif',1)";
    document.MM_Time[1][4] = new String("behavior");
    document.MM_Time[1][4].frame = 7;
    document.MM_Time[1][4].value = "MM_swapImage('home_left','','images/top/anim_0.gif',1);MM_swapImage('home_right','','images/top/anim_0.gif',1)";
    document.MM_Time[1].lastFrame = 15;
    document.MM_Time[2] = new Array(5);
    document.MM_Time["About_anim_over"] = document.MM_Time[2];
    document.MM_Time[2].MM_Name = "About_anim_over";
    document.MM_Time[2].fps = 15;
    document.MM_Time[2][0] = new String("sprite");
    document.MM_Time[2][0].slot = 1;
    if (ns4)
        document.MM_Time[2][0].obj = document["about_us"];
    else if (ns5)
        document.MM_Time[2][0].obj = document.getElementById("about_us");
    else
        document.MM_Time[2][0].obj = document["about_us"];
    document.MM_Time[2][0].keyFrames = new Array(1, 15);
    document.MM_Time[2][0].values = new Array(0);
    document.MM_Time[2][1] = new String("behavior");
    document.MM_Time[2][1].frame = 1;
    document.MM_Time[2][1].value = "MM_swapImage('aboutus_left','','images/top/anim_left_1.gif',1);MM_swapImage('aboutus_right','','images/top/anim_right_1.gif',1)";
    document.MM_Time[2][2] = new String("behavior");
    document.MM_Time[2][2].frame = 3;
    document.MM_Time[2][2].value = "MM_swapImage('aboutus_left','','images/top/anim_left_2.gif',1);MM_swapImage('aboutus_right','','images/top/anim_right_2.gif',1)";
    document.MM_Time[2][3] = new String("behavior");
    document.MM_Time[2][3].frame = 5;
    document.MM_Time[2][3].value = "MM_swapImage('aboutus_left','','images/top/anim_left_3.gif',1);MM_swapImage('aboutus_right','','images/top/anim_right_3.gif',1)";
    document.MM_Time[2][4] = new String("behavior");
    document.MM_Time[2][4].frame = 7;
    document.MM_Time[2][4].value = "MM_swapImage('aboutus_left','','images/top/anim_left_4.gif',1);MM_swapImage('aboutus_right','','images/top/anim_right_4.gif',1)";
    document.MM_Time[2].lastFrame = 15;
    document.MM_Time[3] = new Array(5);
    document.MM_Time["About_amim_out"] = document.MM_Time[3];
    document.MM_Time[3].MM_Name = "About_amim_out";
    document.MM_Time[3].fps = 15;
    document.MM_Time[3][0] = new String("sprite");
    document.MM_Time[3][0].slot = 1;
    if (ns4)
        document.MM_Time[3][0].obj = document["about_us"];
    else if (ns5)
        document.MM_Time[3][0].obj = document.getElementById("about_us");
    else
        document.MM_Time[3][0].obj = document["about_us"];
    document.MM_Time[3][0].keyFrames = new Array(1, 15);
    document.MM_Time[3][0].values = new Array(0);
    document.MM_Time[3][1] = new String("behavior");
    document.MM_Time[3][1].frame = 1;
    document.MM_Time[3][1].value = "MM_swapImage('aboutus_left','','images/top/anim_left_3.gif',1);MM_swapImage('aboutus_right','','images/top/anim_right_3.gif',1)";
    document.MM_Time[3][2] = new String("behavior");
    document.MM_Time[3][2].frame = 3;
    document.MM_Time[3][2].value = "MM_swapImage('aboutus_left','','images/top/anim_left_2.gif',1);MM_swapImage('aboutus_right','','images/top/anim_right_2.gif',1)";
    document.MM_Time[3][3] = new String("behavior");
    document.MM_Time[3][3].frame = 5;
    document.MM_Time[3][3].value = "MM_swapImage('aboutus_left','','images/top/anim_left_1.gif',1);MM_swapImage('aboutus_right','','images/top/anim_right_1.gif',1)";
    document.MM_Time[3][4] = new String("behavior");
    document.MM_Time[3][4].frame = 7;
    document.MM_Time[3][4].value = "MM_swapImage('aboutus_left','','images/top/anim_0.gif',1);MM_swapImage('aboutus_right','','images/top/anim_0.gif',1)";
    document.MM_Time[3].lastFrame = 15;
    document.MM_Time[4] = new Array(5);
    document.MM_Time["Gallery_anim_over"] = document.MM_Time[4];
    document.MM_Time[4].MM_Name = "Gallery_anim_over";
    document.MM_Time[4].fps = 15;
    document.MM_Time[4][0] = new String("sprite");
    document.MM_Time[4][0].slot = 1;
    if (ns4)
        document.MM_Time[4][0].obj = document["gallery"];
    else if (ns5)
        document.MM_Time[4][0].obj = document.getElementById("gallery");
    else
        document.MM_Time[4][0].obj = document["gallery"];
    document.MM_Time[4][0].keyFrames = new Array(1, 15);
    document.MM_Time[4][0].values = new Array(0);
    document.MM_Time[4][1] = new String("behavior");
    document.MM_Time[4][1].frame = 1;
    document.MM_Time[4][1].value = "MM_swapImage('gallery_left','','images/top/anim_left_1.gif',1);MM_swapImage('gallery_right','','images/top/anim_right_1.gif',1)";
    document.MM_Time[4][2] = new String("behavior");
    document.MM_Time[4][2].frame = 3;
    document.MM_Time[4][2].value = "MM_swapImage('gallery_left','','images/top/anim_left_2.gif',1);MM_swapImage('gallery_right','','images/top/anim_right_2.gif',1)";
    document.MM_Time[4][3] = new String("behavior");
    document.MM_Time[4][3].frame = 5;
    document.MM_Time[4][3].value = "MM_swapImage('gallery_left','','images/top/anim_left_3.gif',1);MM_swapImage('gallery_right','','images/top/anim_right_3.gif',1)";
    document.MM_Time[4][4] = new String("behavior");
    document.MM_Time[4][4].frame = 7;
    document.MM_Time[4][4].value = "MM_swapImage('gallery_left','','images/top/anim_left_4.gif',1);MM_swapImage('gallery_right','','images/top/anim_right_4.gif',1)";
    document.MM_Time[4].lastFrame = 15;
    document.MM_Time[5] = new Array(5);
    document.MM_Time["Gallery_anim_out"] = document.MM_Time[5];
    document.MM_Time[5].MM_Name = "Gallery_anim_out";
    document.MM_Time[5].fps = 15;
    document.MM_Time[5][0] = new String("sprite");
    document.MM_Time[5][0].slot = 1;
    if (ns4)
        document.MM_Time[5][0].obj = document["gallery"];
    else if (ns5)
        document.MM_Time[5][0].obj = document.getElementById("gallery");
    else
        document.MM_Time[5][0].obj = document["gallery"];
    document.MM_Time[5][0].keyFrames = new Array(1, 15);
    document.MM_Time[5][0].values = new Array(0);
    document.MM_Time[5][1] = new String("behavior");
    document.MM_Time[5][1].frame = 1;
    document.MM_Time[5][1].value = "MM_swapImage('gallery_left','','images/top/anim_left_3.gif',1);MM_swapImage('gallery_right','','images/top/anim_right_3.gif',1)";
    document.MM_Time[5][2] = new String("behavior");
    document.MM_Time[5][2].frame = 3;
    document.MM_Time[5][2].value = "MM_swapImage('gallery_left','','images/top/anim_left_2.gif',1);MM_swapImage('gallery_right','','images/top/anim_right_2.gif',1)";
    document.MM_Time[5][3] = new String("behavior");
    document.MM_Time[5][3].frame = 5;
    document.MM_Time[5][3].value = "MM_swapImage('gallery_left','','images/top/anim_left_1.gif',1);MM_swapImage('gallery_right','','images/top/anim_right_1.gif',1)";
    document.MM_Time[5][4] = new String("behavior");
    document.MM_Time[5][4].frame = 7;
    document.MM_Time[5][4].value = "MM_swapImage('gallery_left','','images/top/anim_0.gif',1);MM_swapImage('gallery_right','','images/top/anim_0.gif',1)";
    document.MM_Time[5].lastFrame = 15;
    document.MM_Time[6] = new Array(5);
    document.MM_Time["Contact_anim_over"] = document.MM_Time[6];
    document.MM_Time[6].MM_Name = "Contact_anim_over";
    document.MM_Time[6].fps = 15;
    document.MM_Time[6][0] = new String("sprite");
    document.MM_Time[6][0].slot = 1;
    if (ns4)
        document.MM_Time[6][0].obj = document["contact"];
    else if (ns5)
        document.MM_Time[6][0].obj = document.getElementById("contact");
    else
        document.MM_Time[6][0].obj = document["contact"];
    document.MM_Time[6][0].keyFrames = new Array(1, 15);
    document.MM_Time[6][0].values = new Array(0);
    document.MM_Time[6][1] = new String("behavior");
    document.MM_Time[6][1].frame = 1;
    document.MM_Time[6][1].value = "MM_swapImage('contact_left','','images/top/anim_left_1.gif',1);MM_swapImage('contact_right','','images/top/anim_right_1.gif',1)";
    document.MM_Time[6][2] = new String("behavior");
    document.MM_Time[6][2].frame = 3;
    document.MM_Time[6][2].value = "MM_swapImage('contact_left','','images/top/anim_left_2.gif',1);MM_swapImage('contact_right','','images/top/anim_right_2.gif',1)";
    document.MM_Time[6][3] = new String("behavior");
    document.MM_Time[6][3].frame = 5;
    document.MM_Time[6][3].value = "MM_swapImage('contact_left','','images/top/anim_left_3.gif',1);MM_swapImage('contact_right','','images/top/anim_right_3.gif',1)";
    document.MM_Time[6][4] = new String("behavior");
    document.MM_Time[6][4].frame = 7;
    document.MM_Time[6][4].value = "MM_swapImage('contact_left','','images/top/anim_left_4.gif',1);MM_swapImage('contact_right','','images/top/anim_right_4.gif',1)";
    document.MM_Time[6].lastFrame = 15;
    document.MM_Time[7] = new Array(5);
    document.MM_Time["Contact_amim_out"] = document.MM_Time[7];
    document.MM_Time[7].MM_Name = "Contact_amim_out";
    document.MM_Time[7].fps = 15;
    document.MM_Time[7][0] = new String("sprite");
    document.MM_Time[7][0].slot = 1;
    if (ns4)
        document.MM_Time[7][0].obj = document["contact"];
    else if (ns5)
        document.MM_Time[7][0].obj = document.getElementById("contact");
    else
        document.MM_Time[7][0].obj = document["contact"];
    document.MM_Time[7][0].keyFrames = new Array(1, 15);
    document.MM_Time[7][0].values = new Array(0);
    document.MM_Time[7][1] = new String("behavior");
    document.MM_Time[7][1].frame = 1;
    document.MM_Time[7][1].value = "MM_swapImage('contact_left','','images/top/anim_left_3.gif',1);MM_swapImage('contact_right','','images/top/anim_right_3.gif',1)";
    document.MM_Time[7][2] = new String("behavior");
    document.MM_Time[7][2].frame = 3;
    document.MM_Time[7][2].value = "MM_swapImage('contact_left','','images/top/anim_left_2.gif',1);MM_swapImage('contact_right','','images/top/anim_right_2.gif',1)";
    document.MM_Time[7][3] = new String("behavior");
    document.MM_Time[7][3].frame = 5;
    document.MM_Time[7][3].value = "MM_swapImage('contact_left','','images/top/anim_left_1.gif',1);MM_swapImage('contact_right','','images/top/anim_right_1.gif',1)";
    document.MM_Time[7][4] = new String("behavior");
    document.MM_Time[7][4].frame = 7;
    document.MM_Time[7][4].value = "MM_swapImage('contact_left','','images/top/anim_0.gif',1);MM_swapImage('contact_right','','images/top/anim_0.gif',1)";
    document.MM_Time[7].lastFrame = 15;
    document.MM_Time[8] = new Array(4);
    document.MM_Time["cdr"] = document.MM_Time[8];
    document.MM_Time[8].MM_Name = "cdr";
    document.MM_Time[8].fps = 15;
    document.MM_Time[8][0] = new String("behavior");
    document.MM_Time[8][0].frame = 45;
    document.MM_Time[8][0].value = "MM_showHideLayers('menucreative3','','show','menucreative4','','show','rightoff','','hide','rightcreative','','show');MM_swapImage('creative_left01','','images/left/creativeover01.gif','creative_left02','','images/left/creativeover02.gif',1)";
    document.MM_Time[8][1] = new String("behavior");
    document.MM_Time[8][1].frame = 165;
    document.MM_Time[8][1].value = "MM_showHideLayers('menucreative3','','hide','menucreative4','','hide','rightoff','','hide','rightcreative','','hide','rightdevelopment','','show');MM_swapImage('creative_left01','','images/left/creativeoff01.gif','creative_left02','','images/left/creativeoff02.gif','development_left01','','images/left/developmentover01.gif','development_left02','','images/left/developmentover02.gif',1)";
    document.MM_Time[8][2] = new String("behavior");
    document.MM_Time[8][2].frame = 285;
    document.MM_Time[8][2].value = "MM_showHideLayers('menuresults4','','show','menuresults3','','show','rightoff','','hide','rightdevelopment','','hide','rightresults','','show');MM_swapImage('development_left01','','images/left/developmentoff01.gif','development_left02','','images/left/developmentoff02.gif','results_left01','','images/left/resultsover01.gif','results_left02','','images/left/resultsover02.gif',1)";
    document.MM_Time[8][3] = new String("behavior");
    document.MM_Time[8][3].frame = 405;
    document.MM_Time[8][3].value = "MM_showHideLayers('menuresults4','','hide','menuresults3','','hide','rightoff','','show','rightresults','','hide');MM_timelineGoto('cdr','1');MM_swapImage('results_left01','','images/left/resultsoff01.gif','results_left02','','images/left/resultsoff02.gif',1)";
    document.MM_Time[8].lastFrame = 405;
    for (i=0; i<document.MM_Time.length; i++) {
        document.MM_Time[i].ID = null;
        document.MM_Time[i].curFrame = 0;
        document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
    }
}


function send_m(m_name,m_domain,m_link) {
	document.write("<a href=\"mail" + "to:" + new Array(m_name,m_domain).join("@") + "\">" + m_link + "</" + "a>");
}


//-->