<!--
/* This script and many more are available free online at
The JavaScript Source :: http://javascript.internet.com
Created by: SCL Software :: http://www.sclsoftware.com/en
Licensed under: U.S. Copyright */

(function(){


var menu1=new Scl.Menu(140);
  menu1.addItem('Main Page','./index.html');
  menu1.addItem('Site-Map','./Internet/sitemap.htm');
  menu1.dockTo('demo0');

var menu1=new Scl.Menu(220);
  menu1.addItem('Audio','./blu-ray/braudio.htm');
  menu1.addItem('Authoring','./blu-ray/brauthoring.htm');
  menu1.addItem('High Def vs. Standard Def','./blu-ray/brres.htm');
  menu1.addItem('Production Flowchart','http://i335.photobucket.com/albums/m467/homeaudiomation/flowchart_blu-ray.jpg');
//  menu1.addItem('Project Calculator','./blu-ray/projcalc.htm');
//  menu1.addItem('Sales vs. Profit Charts','./blu-ray/charts.htm');
  menu1.addItem('Sales & Marketing','./blu-ray/brsales.htm');
  menu1.addItem('Title List of Releases','./blu-ray/brlist.htm');
  menu1.dockTo('demo1');

var menu2=new Scl.Menu(160);
  menu2.addItem('Authoring','./dvd/index.html');
  menu2.addItem('Menu Types','./dvd/menutypes.htm');
  menu2.dockTo('demo2');

var menu3=new Scl.Menu(180);
  menu3.addItem('Internet Work','./Internet/index.html');
  menu3.addItem('Live Digital Sample #1','./Internet/poprock.html');
  menu3.addItem('Live Digital Sample #2','./Internet/poprock2.html');
  menu3.addItem('PopModal Template update','./Internet/pop_modal_ex.htm');
  menu3.addItem('Sales and Marketing','./blu-ray/brsales.htm#i');
  menu3.dockTo('demo3');
}
)();