// This is the shortcut menu on the left
// You'll need to alter this to match the pages that you want to jump to.
// Use even numbers only, odd numbers compensate by offsetting-1 to make the 
// 2 page view.
var navShortcuts=[
	{heading:'Fall 09 Showcase', links:[
		{title:'Ape Entertainment',page:20},
		{title:'Dimestore Productions',page:25},
		{title:'Hachette Book Group',page:26},
		{title:'New Baby Productions',page:30},
		{title:'New England Comics',page:31},
        {title:'Olympian Publishing',page:32},
        {title:'Post Mortem Comic Studios',page:34},
		{title:'Red Handed Studios',page:35}
       	]},
	{heading:'Comics/GNs', links:[
		{title:'A - C',page:36},
        {title:'D - H',page:59},
		{title:'I - N',page:71},
		{title:'O - S',page:81},
		{title:'T - Z',page:93}
	]},
        {heading:'Comics Related Merchandise', links:[
		{title:'Magazines',page:100},
		{title:'Posters/Prints',page:104},
		{title:'Calendars',page:106},
		{title:'Cards',page:107},
		{title:'CDs/DVDs',page:108},
		{title:'Supplies',page:112},
		{title:'Apparel',page:114},
		{title:'Adult',page:115}
	]}
];
// This is the shortcut menu on the bottom
// You'll need to alter this to match the pages that you want to jump to.
// Use even numbers only, odd numbers compensate by offestting-1 to make the 
// 2 page view.
var bottomShortcuts=[
	{title:'Articles',page:4},
	{title:'Showcase Publishers',page:20},
	{title:'Comics/GNs',page:36},
	{title:'Magazines/Prints/Media',page:100},
	{title:'Supplies/Apparel',page:112}
];
