/* $Id: cis_data.js,v 1.14 2009/10/22 16:13:03 dwayne Exp $ */
/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com";
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 130

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = "/checkview/js/"

   DQM_border_color = "#000000"
   
   DQM_menu_bgcolor = "#cccccc"
   DQM_hl_bgcolor = "#99cccc"

   DQM_sub_xy = "0,0"
   DQM_border_width = 1
   DQM_divider_height = 1

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 10
   DQM_ie5mac_offset_Y = 12

	// added by pcw.

   DQM_ie4_offset_X = 0
   DQM_ie4_offset_Y = 0

	// end pcw


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#333333"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 11
   DQM_fontsize_ie4 = 8
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 5



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = ""
   DQM_rollover_wh0 = ""

   DQM_rollover_image1 = ""
   DQM_rollover_wh1 = ""

   DQM_rollover_image2 = "" 
   DQM_rollover_wh2 = ""

   DQM_rollover_image3 = "" 
   DQM_rollover_wh3 = ""

   DQM_rollover_image4 = "" 
   DQM_rollover_wh4 = ""
  
  


/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = "/checkview/gif/bullet.gif"
   DQM_icon_rollover0 = "/checkview/gif/bullet_hl.gif"
   DQM_icon_image_wh0 = "12,8"


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

/*
** Query and display Images
*/
DQM_sub_xy0 = "-160,22";
DQM_sub_menu_width0 = 180;
DQM_subdesc0_0 = "Quick Query By Account";
DQM_subdesc0_1 = "Quick Query By Status";
DQM_subdesc0_2 = "Full Query";
DQM_icon_index0_0 = 0;
DQM_icon_index0_1 = 0;
DQM_icon_index0_2 = 0;
DQM_url0_0 = "/checkview/checklicense-cgi?QQUERY";
DQM_url0_1 = "/checkview/checklicense-cgi?QSTATUS";
DQM_url0_2 = "/checkview/checklicense-cgi?QUERY";


/*
** Restricted Access Processing
*/
DQM_sub_xy1 = "-182,22";
DQM_sub_menu_width1 = 225;;
DQM_subdesc1_0 = "Process Returned Checks";
DQM_subdesc1_1 = "Edit Check Image Database";
DQM_subdesc1_2 = "Verify Multiple Signatures";
DQM_subdesc1_3 = "Verify Large Transactions";
DQM_subdesc1_4 = "Edit Multi. Sig. Account Database";
DQM_subdesc1_5 = "Set Large Transaction Threshold";
DQM_subdesc1_6 = "Upload Scanned Image File";
DQM_subdesc1_7 = "Upload Image Cash Letter";
DQM_subdesc1_8 = "View/Manage Uploads";
DQM_subdesc1_9 = "Generate Image Cash Letter";
DQM_subdesc1_10 = "Generate Return Cash Letter";
DQM_subdesc1_11 = "View/Manage Image Cash Letters";
DQM_icon_index1_0 = 0;
DQM_icon_index1_1 = 0;
DQM_icon_index1_2 = 0;
DQM_icon_index1_3 = 0;
DQM_icon_index1_4 = 0;
DQM_icon_index1_5 = 0;
DQM_icon_index1_6 = 0;
DQM_icon_index1_7 = 0;
DQM_icon_index1_8 = 0;
DQM_icon_index1_9 = 0;
DQM_icon_index1_10 = 0;
DQM_icon_index1_11 = 0;
DQM_url1_0 = "/checkview/checklicense-cgi?RETURNS";
DQM_url1_1 = "/checkview/checklicense-cgi?EDIT_FED";
DQM_url1_2 = "/checkview/checklicense-cgi?MULTI";
DQM_url1_3 = "/checkview/checklicense-cgi?LARGE";
DQM_url1_4 = "/checkview/checklicense-cgi?ADD_MULTI";
DQM_url1_5 = "/checkview/checklicense-cgi?EDIT_LARGE";
DQM_url1_6 = "/checkview/checklicense-cgi?UPLOAD_COF";
DQM_url1_7 = "/checkview/checklicense-cgi?UPLOAD_ICL";
DQM_url1_8 = "/checkview/checklicense-cgi?UPLOAD_MANAGE";
DQM_url1_9 = "/checkview/checklicense-cgi?ICLGEN";
DQM_url1_10 = "/checkview/checklicense-cgi?RETGEN";
DQM_url1_11 = "/checkview/checklicense-cgi?ICL_MANAGE";

/*
** Statement Utilities
*/
DQM_sub_xy2 = "-113,22";
DQM_sub_menu_width2 = 200;
DQM_subdesc2_0 = "Create Single Statement" ;
DQM_subdesc2_1 = "Create Full Statement" ;
DQM_subdesc2_2 = "Restart Statement";
DQM_subdesc2_3 = "Create Single Credit Line Statement" ;
DQM_subdesc2_4 = "Create Full Credit Line Statement" ;
DQM_subdesc2_5 = "Restart Credit Line Statement";
DQM_subdesc2_6 = "Print Statement";
DQM_subdesc2_7 = "Edit System Wide Print Defaults";
DQM_subdesc2_8 = "Edit Per Account Print Defaults";
//DQM_subdesc2_6 = "Upload Statement File";
DQM_icon_index2_0 = 0;
DQM_icon_index2_1 = 0;
DQM_icon_index2_2 = 0;
DQM_icon_index2_3 = 0;
DQM_icon_index2_4 = 0;
DQM_icon_index2_5 = 0;
DQM_icon_index2_6 = 0;
DQM_icon_index2_7 = 0;
DQM_icon_index2_8 = 0;
//DQM_icon_index2_6 = 0;
DQM_url2_0 = "/checkview/checklicense-cgi?SCREAT";
DQM_url2_1 = "/checkview/checklicense-cgi?FCREAT";
DQM_url2_2 = "/checkview/checklicense-cgi?RCREAT";
DQM_url2_3 = "/checkview/checklicense-cgi?SCLCREAT";
DQM_url2_4 = "/checkview/checklicense-cgi?FCLCREAT";
DQM_url2_5 = "/checkview/checklicense-cgi?RCLCREAT";
DQM_url2_6 = "/checkview/checklicense-cgi?PRINTS";
DQM_url2_7 = "/checkview/checklicense-cgi?SYS_DEFAULTS";
DQM_url2_8 = "/checkview/checklicense-cgi?ACC_DEFAULTS";
//DQM_url2_6 = "/checkview/checklicense-cgi?UPLOAD_STM";

/*
** Checkview Administration
*/
DQM_sub_xy3 = "-160,22";
DQM_sub_menu_width3 = 200;
DQM_subdesc3_0 = "Add/Edit Users Database";
DQM_subdesc3_1 = "Add Account to 'Exec' Database";
DQM_subdesc3_2 = "Move Files From Archive to History";
DQM_subdesc3_3 = "License CheckView/Checkex";
DQM_subdesc3_4 = "Help";
DQM_icon_index3_0 = 0;
DQM_icon_index3_1 = 0;
DQM_icon_index3_2 = 0;
DQM_icon_index3_3 = 0;
DQM_icon_index3_4 = 0;
DQM_url3_0 = "/checkview/checklicense-cgi?USERS";
DQM_url3_1 = "/checkview/checklicense-cgi?ADD_EXEC";
DQM_url3_2 = "/checkview/checklicense-cgi?SYSADM";
DQM_url3_3 = "/checkview/checklicense-cgi?LICENSE";
DQM_url3_4 = "/checkview/help/manual.shtml";

/*
** Logoff
*/
DQM_sub_xy4 = "-45,22";
DQM_sub_menu_width4 = 150;
DQM_subdesc4_0 = "Logoff";
DQM_subdesc4_1 = "Change My Password";
DQM_icon_index4_0 = 0;
DQM_icon_index4_1 = 0;
DQM_url4_0 = "/checkview/cgi-bin/logoff-cgi";
DQM_url4_1 = "/checkview/checklicense-cgi?PASSWD";

function load_menus()
{
	var placeholder = 0;
}
