// EZOnlineDocuments.com JS document settings

var currurl = '';
var numbercolumns = 7;

// Settings optimized for CDD MENU
var tabsub_ar = new Array(300,300,430,435,340,395,360,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 770 (CDD specific)
	var tab_ar = new Array(34,136,121,121,81,91,58,93,35,0,0,0,0,0); 
	var tabsuboffset_ar = new Array(0,0,0,0,0,125,175,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); 
} else {
	// Total target width for 1024 resolution is 978 (CDD specific)
	var tab_ar = new Array(89,144,128,158,101,105,135,100,35,0,0,0,0,0);  
	var tabsuboffset_ar = new Array(0,0,0,0,0,20,90,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 xm_height = 35 // 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 = 'pseg_proxy2008_0055.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 = "#FF3300"
	dqm__main_textcolor = "white"
	dqm__main_hl_textcolor = "black"
	dqm__main_hl_bgcolor = "#E5E5E5" 
	dqm__border_color = "white "
	dqm__menu_bgcolor = "#E5E5E5"
	dqm__textcolor = "black"
	dqm__hl_bgcolor = "#666666"  
	dqm__hl_textcolor = "white"  
	dqm__sub_menu_width = 250  		
	dqm__main_border_color = "black "	
	dqm__hl_textdecoration = "none"
	dqm__main_hl_textdecoration = "none"

setpageurls();
