// EZOnlineDocuments.com JS document settings

var currurl = '';
var numbercolumns = 6;

	// Leave tab and sub-tab widths to 0 to let them be auto-caluclated
	// offset is how many pixes to offset from right edge of tab box
	var tabsub_ar = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0); 
	var tabsubsub_ar = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0); 
	if (pagewidth < 900) {
		// Total target width for 800 resolution is 775 pixels
		var tab_ar = new Array(82,110,108,195,108,174,0,0,0,0,0,0,0,0); 
		var tabsuboffset_ar = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0); 
		var tabsubsuboffset_ar = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0); 
		//var tabsub_ar = new Array(300,300,300,300,300,300,300,300,300,300,300,300,300,300); 
		//var tabsubsub_ar = new Array(300,300,300,300,300,300,300,300,300,300,300,300,300,300); 
	} else {
		// Total target width for 1024 resolution is 999 pixels (224 more than 800 res)
		var tab_ar = new Array(115,144,141,239,146,216,0,0,0,0,0,0,0,0); 
		var tabsuboffset_ar = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0); 
		var tabsubsuboffset_ar = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0); 
		//var tabsub_ar = new Array(300,300,300,300,300,300,300,300,300,300,300,300,300,300); 
		//var tabsubsub_ar = new Array(300,300,300,300,300,300,300,300,300,300,300,300,300,300); 
	}
	
	var xm_height = 17 // Tab height
var qmsubsubpadding = 5; // Offset on sub-sub menus
var leftmenuwidth = 127; // Set for Top/Left templates

var nosearch = 0; // Set to 1 to disable searching
var searchboxwidth=15; // Determines width of Search text box (default is 15. Presentation template overridden in DocLayout)
var irfolders = 1; // Set to 0 to disable folders in Interactive dropdown
var irblank = 1;  // Set to 0 to disable blank lines in Interactive dropdown after folders
// var irfirstspacer = 1; // Set to 0 to disable linespace after "Click here to see Table of Contents" (not used)
var irclickhere = 1; // Set to 0 to disable having "Click here" become "selected"

var lastnormalurl = 'aig_ataglance_2007_0004.htm';

var votingver=0;  // Set to 1 for voting version

var showgoto=0; // Set to 1 to enable "Go To" feature
var showpagetotal=1; // Set to 0 to not show " / page" in the Go To box
var gotoboxwidth=16 // Determines width of Go To page text box (default is 16)
var gotobypass='~page number~' // List of pages to not show the localized "Page" pre-text; each value should have ~ before and after AND match case
var gotodelimiter=':' // Delimiter after "Page" value
var gotoshowonly=0; // Set to 1 to not show a box and Go button (just show the page number)
// loc_array[38]="" // Uncomment this to blank out "Page" (or to set to some other word)

var thumbview=0; // Set to 1 to enable Thumbview
var thumbnails=0; // Set to 1 to enable Thumbnails
var thumbfolders=1; // Set to 0 to disable showing folder names on thumbnails page

var QuickMenuGraphical = true;

setpageurls();
