indexSeparator = ' / ';
// Add one line per photo, using
//         addPhoto ('filename', 'caption', 'index text');
// The third parameter is optional and will default to the number
// of the photo if not provided.

addPhoto('images/Balance of Trade/Balance_of_Trade_1.jpg',"U.S. Balance of Trade");
addPhoto('images/Balance of Trade/Balance_of_Trade_G2.gif',"U.S. Trade Balance with Canada & Mexico");
addPhoto('images/Balance of Trade/Balance_of_Trade_G1.gif',"U.S. Balance of Trade in Goods");
addPhoto('images/Balance of Trade/Balance_of_Trade_G.gif',"U.S. Balance of Trade in Services");
addPhoto('images/Balance of Trade/Balance_of_Trade_G4.gif',"China's Trade Surplus");
addPhoto('images/Balance of Trade/Balance_of_Trade_G3.gif',"J-Curve");




