Subversion Repositories DevTools

Rev

Rev 2362 | Rev 2636 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2362 Rev 2546
Line 47... Line 47...
47
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
47
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
48
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
48
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
49
}
49
}
50
 
50
 
51
function MM_openBrWindow(theURL,winName,features) { //v2.0
51
function MM_openBrWindow(theURL,winName,features) { //v2.0
52
  window.open(theURL,winName,features);
52
  window.open(theURL,winName,'left=20,top=20,'+features);
53
}
53
}
54
 
54
 
55
function MM_jumpMenu(targ,selObj,restore){ //v3.1
55
function MM_jumpMenu(targ,selObj,restore){ //v3.1
56
  if (selObj.options[selObj.selectedIndex].value) {
56
  if (selObj.options[selObj.selectedIndex].value) {
57
     eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
57
     eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");