home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / Vyzkuste / smsoff / navig.js < prev    next >
Text File  |  2000-02-24  |  3KB  |  65 lines

  1. function czLnk() {
  2.   this.length = 12;
  3.   this[1] = '<a href="smsoff.html">hlavnφ menu</a>|';
  4.   this[2] = '<a href="smsoffice00.zip">soubor Φ.1 - 1.2MB</a>|';
  5.   this[3] = '<a href="smsoffice01.zip">soubor Φ.2 - 1.1MB</a>';
  6.   this[4] = '<br>';
  7.   this[5] = '<a href="mes.html">Panel SMS zprßvy</a>|';
  8.   this[6] = '<a href="per.html">Panel osoby</a>|';
  9.   this[7] = '<a href="grp.html">Panel skupiny</a>|';
  10.   this[8] = '<a href="ope.html">Panel operßtora</a>|';
  11.   this[9] = '<a href="cnf.html">Panel konfigurace</a>|';
  12.   this[10] = '<a href="ab.html">Panel o programu</a>';
  13.   this[11] = '<p>';
  14.   return this
  15. }
  16.  
  17. function czTab() {
  18.   this.length = 10;
  19.   this[4] = '<AREA HREF="mes.html" ALT="odkaz do panelu sms zprßvy" SHAPE=RECT COORDS="5,20,43,31">';  
  20.   this[5] = '<AREA HREF="per.html" ALT="odkaz do panelu osoby" SHAPE=RECT COORDS="46,20,89,31">';  
  21.   this[6] = '<AREA HREF="grp.html" ALT="odkaz do panelu skupiny" SHAPE=RECT COORDS="93,20,143,31">';  
  22.   this[7] = '<AREA HREF="ope.html" ALT="odkaz do panelu operßtora" SHAPE=RECT COORDS="147,20,199,31">';    
  23.   this[8] = '<AREA HREF="cnf.html" ALT="odkaz do panelu konfigurace" SHAPE=RECT COORDS="202,20,269,31">';  
  24.   this[9] = '<AREA HREF="ab.html" ALT="odkaz do panelu o progamu" SHAPE=RECT COORDS="270,20,321,31">';
  25.   return this
  26. }  
  27.  
  28. function czDesccr() {
  29.   this.length = 2;
  30.   this[1] = 'Tento obrßzek z aplikace SMSOffice slou₧φ zßrov∞n jako nßvod pro pou₧itφ.<br>';  
  31.   return this
  32. }  
  33.  
  34. function enLnk() {
  35.   this.length = 12;
  36.   this[1] = '<a href="smsoffe.html">head menu</a>|';
  37.   this[2] = '<a href="smsoffice00.zip">file no.1 - 1,2MB</a>|';
  38.   this[3] = '<a href="smsoffice01.zip">file no.2 - 1,1MB</a>';
  39.   this[4] = '<br>';
  40.   this[5] = '<a href="mese.html">Panel of SMS message</a>|';
  41.   this[6] = '<a href="pere.html">Panel of person card</a>|';
  42.   this[7] = '<a href="grpe.html">Panel of group card</a>|';
  43.   this[8] = '<a href="opee.html">Operators panel</a>|';
  44.   this[9] = '<a href="cnfe.html">Configuration panel</a>|';
  45.   this[10] = '<a href="abe.html">About panel</a>';
  46.   this[11] = '<p>';
  47.   return this
  48. }
  49.  
  50. function enTab() {
  51.   this.length = 10;
  52.   this[4] = '<AREA HREF="mese.html" ALT="shortcut to panel of sms message" SHAPE=RECT COORDS="5,20,43,31">';  
  53.   this[5] = '<AREA HREF="pere.html" ALT="shortcut to persons panel" SHAPE=RECT COORDS="46,20,89,31">';  
  54.   this[6] = '<AREA HREF="grpe.html" ALT="shortcut to groups panel" SHAPE=RECT COORDS="93,20,143,31">';  
  55.   this[7] = '<AREA HREF="opee.html" ALT="shortcut to operators panel" SHAPE=RECT COORDS="147,20,199,31">';    
  56.   this[8] = '<AREA HREF="cnfe.html" ALT="shortcut to konfiguration panel" SHAPE=RECT COORDS="202,20,269,31">';  
  57.   this[9] = '<AREA HREF="abe.html" ALT="shortcut to About panel" SHAPE=RECT COORDS="270,20,321,31">';  
  58.   return this
  59.  
  60. function enDesccr() {
  61.   this.length = 2;
  62.   this[1] = 'This picture from SMSOffice aplication is useable as users guilde too.<br>';  
  63.   return this
  64. }