// THIS HAS BEEN COPIED AND PASTED INTO THE BOTTOM OF THE APPLICATION TEMPLATE IN ORDER TO PASS IT DYNAMIC CONTENT FROM RAILS


 // if (TransMenu.isSupported()) {
 //        var ms = new TransMenuSet(TransMenu.direction.down, -2, 9, TransMenu.reference.bottomLeft);
 // 	    var menu1 = ms.addMenu(document.getElementById("tools"));
 //    	menu1.addItem("Order Tines", "/order-tines");
 //    	menu1.addItem("Parts Book", "<%= @parts_book.pdf.url if @parts_book.present? %>");
 //    	menu1.addItem("Seeder Assembly Instructions", "/seeder");
 // 
 //    	// var msp = new TransMenuSet(TransMenu.direction.down, -50, 0, TransMenu.reference.bottomLeft);
 // 
 //    	//==================================================================================================
 //    	// create a dropdown menu
 //    	//==================================================================================================
 //    	// the first parameter should be the HTML element which will act actuator for the menu
 //    	//==================================================================================================
 // 
 //    	// NOTE - use only relative or absolute paths in this file (no rails-style links)
 //    	//==================================================================================================
 // 
 // 
 // 
 // 
 //    	//==================================================================================================	
 // 
 //    	//==================================================================================================
 //    	// write drop downs into page
 //    	//==================================================================================================
 //    	// this method writes all the HTML for the menus into the page with document.write(). It must be
 //    	// called within the body of the HTML page.
 //    	//==================================================================================================
 //    	TransMenu.renderAll();
 //    }
