home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 June / PCWorld_2004-06_cd.bin / software / vyzkuste / problemy / problemy.exe / M2Combo.exe / Language / help_en.chm / standard.js < prev   
Text File  |  2003-10-21  |  2KB  |  46 lines

  1. //Change Cell Content - By SiC/CYAN
  2. function switchCell(n) {
  3.     for(i=0;i<navcell.length;i++){
  4.         navcell[i].className="tab-off";
  5.         tb[i].style.display="none";
  6.     }
  7.     navcell[n].className="tab-on";
  8.     tb[n].style.display="block";
  9.     tb_content.height=screen.availHeight-tb_header.clientHeight-tb_navbar.clientHeight-tb_footer.clientHeight-64;
  10. }
  11.  
  12. // Collection Of Macromedia Dreamweaver Functions
  13. function MM_preloadImages() { //v3.0
  14.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  15.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  16.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  17. }
  18.  
  19. function MM_findObj(n, d) { //v3.0
  20.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  21.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  22.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  23.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
  24. }
  25.  
  26. function MM_swapImage() { //v3.0
  27.   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  28.    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  29. }
  30.  
  31. function MM_swapImgRestore() { //v3.0
  32.   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  33. }
  34.  
  35. function MM_showHideLayers() { //v3.0
  36.   var i,p,v,obj,args=MM_showHideLayers.arguments;
  37.   for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
  38.     if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
  39.     obj.visibility=v; }
  40. }
  41.  
  42. function MM_changeProp(objName,x,theProp,theValue) { //v3.0
  43.   var obj = MM_findObj(objName);
  44.   if (obj && (theProp.indexOf("style.")==-1 || obj.style)) eval("obj."+theProp+"='"+theValue+"'");
  45. }
  46.