function MM_jumpMenu(targ,selObj,restore){ //v3.0
  if(selObj.options[selObj.selectedIndex].value!=''){
	  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	  if (restore) selObj.selectedIndex=0;
  }
}


//preload menu images
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];}}
}

window.onload = function () {
	MM_preloadImages('images/m-company-on.gif','images/m-community-on.gif','images/m-associates-on.gif','images/m-environment-on.gif');
}


//fix IE DHTML image caching bug
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}



function video(videoNbr) {

var video = " <object width='400' height='336' type='application/x-shockwave-flash' data='http://video.walmartstores.com/video/flash/MediaRoomPlayer.swf?xmlpath=http://video.walmartstores.com/Video/StreamXml.ashx?id=" + videoNbr + "&embed=true'><param name='movie' value='http://video.walmartstores.com/video/flash/MediaRoomPlayer.swf?xmlpath=http://video.walmartstores.com/Video/StreamXml.ashx?id=" + videoNbr + "&embed=true' /><embed src='http://video.walmartstores.com/video/flash/MediaRoomPlayer.swf?xmlpath=http://video.walmartstores.com/Video/StreamXml.ashx?id=" + videoNbr + "&embed=true' type='application/x-shockwave-flash' width='400' height='336'></embed></object>"
 
 top.consoleRef=window.open('','myconsole',
  'width=400,height=336'
   +',menubar=0'
   +',toolbar=0'
   +',status=0'
   +',scrollbars=0'
   +',resizable=0')
 top.consoleRef.document.writeln(
  '<html><head><title>Wal-Mart Video</title></head>'
   +'<body bgcolor=white onLoad="self.focus()" style="margin:0">'
   +video
   +'</body></html>'
 )
 top.consoleRef.document.close()

}

