home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / ads / files / brother / script / menubar.js next >
Encoding:
Text File  |  2003-08-27  |  4.4 KB  |  104 lines

  1.     var NoOffFirstLineMenus=7;
  2.     var LowBgColor='#00458C';
  3.     var LowSubBgColor='#0099FF';
  4.     var HighBgColor='#0053A3';
  5.     var HighSubBgColor='#0053A3';
  6.     var FontLowColor='white';
  7.     var FontSubLowColor='white';
  8.     var FontHighColor='#FF9000';
  9.     var FontSubHighColor='white';
  10.     var BorderColor='#A8D0F6';
  11.     var BorderSubColor='black';
  12.     var BorderWidth=1;
  13.     var BorderBtwnElmnts=1;
  14.     var FontFamily="arial,verdana"
  15.     var FontSize=9;
  16.     var FontBold=0;
  17.     var FontItalic=0;
  18.     var MenuTextCentered='left';
  19.     var MenuCentered='left';
  20.     var MenuVerticalCentered='top';
  21.     var ChildOverlap=0;
  22.     var ChildVerticalOverlap=0;
  23.     var StartTop=48;
  24.     var StartLeft=0;
  25.     var VerCorrect=0;
  26.     var HorCorrect=0;
  27.     var LeftPaddng=3;
  28.     var TopPaddng=2;
  29.     var FirstLineHorizontal=1;
  30.     var MenuFramesVertical=1;
  31.     var DissapearDelay=100;
  32.     var TakeOverBgColor=1;
  33.     var FirstLineFrame='navig';
  34.     var SecLineFrame='space';
  35.     var DocTargetFrame='space';
  36.     var TargetLoc='';
  37.     var HideTop=0;
  38.     var MenuWrap=1;
  39.     var RightToLeft=0;
  40.     var UnfoldsOnClick=0;
  41.     var WebMasterCheck=0;
  42.     var ShowArrow=1;
  43.     var KeepHilite=1;
  44.     var Arrws=['images/tri.gif',5,10,'',10,5,'',5,10];
  45.  
  46. function BeforeStart(){return}
  47. function AfterBuild(){return}
  48. function BeforeFirstOpen(){return}
  49. function AfterCloseAll(){return}
  50.  
  51. // Menu bar
  52. Menu1=new Array("Home","default.htm","",0,20,50);
  53. Menu2=new Array("About Brother","","",4,20,100);
  54. Menu2_1=new Array("Brother International (Aust.)","ab_401.htm","",0,20,170);
  55. Menu2_2=new Array("Disclaimer","ab_411.htm","",0,20,170);    
  56. Menu2_3=new Array("Terms and Conditions","ab_421.htm","",0,20,170);
  57. Menu2_4=new Array("Site Map","ab_431.htm","",0,20,170);
  58. Menu3=new Array("Buying Guide","","",3,20,140);
  59.     Menu3_1=new Array("Multi-Function Centres","","",3,20,150);    
  60.         Menu3_1_1=new Array("MFC Buying Guide","bg_211.htm","",0,20,130);
  61.         Menu3_1_2=new Array("MFC Selector Chart","bg_212.htm","",0);
  62.         Menu3_1_3=new Array("MFC Product Info","bg_213.htm","",0);     
  63.     Menu3_2=new Array("Laser Printers","","",3);
  64.         Menu3_2_1=new Array("Laser Printer Buying Guide","bg_221.htm","",0,20,200);
  65.         Menu3_2_2=new Array("Laser Printer Selector Chart","bg_222.htm","",0);
  66.         Menu3_2_3=new Array("Laser Printer Product Information","bg_223.htm","",0);
  67.     Menu3_3=new Array("Electronic Labellers","","",3);
  68.         Menu3_3_1=new Array("Electronic Labellers Buying Guide","bg_231.htm","",0,20,200);
  69.         Menu3_3_2=new Array("Electronic Labeller Brochures","bg_232.htm","",0);
  70.         Menu3_3_3=new Array("P-Touch Solutions","bg_233.htm","",0);
  71. Menu4=new Array("Product Spotlight","","",4,20,140);
  72.     Menu4_1=new Array("MFC 5200C","","",6,20,140);
  73.         Menu4_1_1=new Array("Product Overview","ps_311.htm","",0,20,160);
  74.         Menu4_1_2=new Array("Setup","ps_312.htm","",0);
  75.         Menu4_1_3=new Array("Maintenance","ps_313.htm","",0);
  76.         Menu4_1_4=new Array("Network","ps_314.htm","",0);
  77.         Menu4_1_5=new Array("FAQs","ps_316.htm","",0);
  78.         Menu4_1_6=new Array("Customer Education","ps_317.htm","",0);
  79.     Menu4_2=new Array("MFC 8820D","","",6);
  80.         Menu4_2_1=new Array("Product Overview","ps_321.htm","",0,20,160);
  81.         Menu4_2_2=new Array("Setup","ps_322.htm","",0);
  82.         Menu4_2_3=new Array("Maintenance","ps_323.htm","",0);
  83.         Menu4_2_4=new Array("Network","ps_324.htm","",0);
  84.         Menu4_2_5=new Array("FAQs","ps_326.htm","",0);
  85.         Menu4_2_6=new Array("Customer Education","ps_327.htm","",0);
  86.     Menu4_3=new Array("HL 5040","","",7);
  87.         Menu4_3_1=new Array("Product Overview","ps_331.htm","",0,20,160);
  88.         Menu4_3_2=new Array("Setup","ps_332.htm","",0);
  89.         Menu4_3_3=new Array("Maintenance","ps_333.htm","",0);
  90.         Menu4_3_4=new Array("Network","ps_334.htm","",0);
  91.         Menu4_3_5=new Array("Support/Interactive Help","ps_335.htm","",0);
  92.         Menu4_3_6=new Array("FAQs","ps_336.htm","",0);
  93.         Menu4_3_7=new Array("Customer Education","ps_337.htm","",0);
  94.     Menu4_4=new Array("HL 1870N","","",7);
  95.         Menu4_4_1=new Array("Product Overview","ps_341.htm","",0,20,160);
  96.         Menu4_4_2=new Array("Setup","ps_342.htm","",0);
  97.         Menu4_4_3=new Array("Maintenance","ps_343.htm","",0);
  98.         Menu4_4_4=new Array("Network","ps_344.htm","",0);
  99.         Menu4_4_5=new Array("Support/Interactive Help","ps_345.htm","",0);
  100.         Menu4_4_6=new Array("FAQs","ps_346.htm","",0);
  101.         Menu4_4_7=new Array("Customer Education","ps_ed.htm","",0);
  102. Menu5=new Array("Where to Buy","wb_501.htm","",0,20,100);
  103. Menu6=new Array("Corporate Web site","http://www.brother.com.au/Solutions/bSolutions.asp","",0,20,120);
  104. Menu7=new Array("Technical Web site","http://solutions.brother.com","",0,20,120);