// JavaScript Document
	//swfobject.embedSWF('flash/fail.swf', 'obj_alt', '982', '700', '8.0.0', null, null,{wmode:'transparent'});
	//$("#router").maphilight();
    function moveToFront() {
      $(".track_wrap").css('z-index', 99999);
      $('#shad_cross').show();
    }
    function moveToBack() {
      $(".track_wrap").css('z-index', 1);
      $('#shad_cross').hide();
    }
