Subversion Repositories DevTools

Rev

Rev 119 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 119 Rev 2735
Line 38... Line 38...
38
  if(!x && document.getElementById) x=document.getElementById(n); 
38
  if(!x && document.getElementById) x=document.getElementById(n); 
39
  return x;
39
  return x;
40
}
40
}
41
 
41
 
42
 
42
 
43
function MM_openBrWindow(theURL,winName,features) { //v2.0
43
function MM_openBrWindow(theURL,winName,features) { //v2.0 in scripts/common.js
44
  window.open(theURL,winName,features);
44
  window.open(theURL,winName,features);
45
}
45
}
46
 
46
 
47
 
47
 
48
function ToggleDisplay () {
48
function ToggleDisplay () {