// EZOnlineDocuments.com JS document settings

var currurl = '';
var numbercolumns = 4;

// 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(330,550,500,450,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); 
if (pagewidth < 900) {
	// Total target width for 800 resolution is 775 pixels
	var tab_ar = new Array(0,0,0,0,0,0,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(0,0,0,0,0,0,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 = 22 // 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 = 'metcare_10k2007_0100.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

// Other QM settings 
dqm__main_height = xm_height;
dqm__divider_height = 1;
dqm__main_fontfamily = "Verdana";
dqm__main_fontsize = 11;
dqm__main_text_alignment = "center";
dqm__main_fontweight = "normal";  
 
dqm__fontfamily = "Verdana";       
dqm__fontsize = 11;
dqm__fontsize_ie4 = 11;

	dqm__main_bgcolor = "#2e638f"
	dqm__main_textcolor = "white"
	dqm__main_hl_textcolor = "white"
	dqm__main_hl_bgcolor = "#e28960" 
	dqm__border_color = "white"
	dqm__menu_bgcolor = "#e28960"
	dqm__textcolor = "white"
	dqm__hl_bgcolor = "#2e638f"  
	dqm__hl_textcolor = "white"  
	dqm__sub_menu_width = 250  		
	dqm__main_border_color = "white"	
	dqm__hl_textdecoration = "none"
	dqm__main_hl_textdecoration = "none"

setpageurls();
