JavaScript/DHTML - Object Expected Error

Once again, I am trying to use OpenCube’s Visual QuickMenu Pro… Since they won’t help me with this error, I thought I turn to the true experts…

I am using Internet Explorer 6, that is why I only attached “tbrowser_ie.js” file…

I have 2 Pages, each using a different custom QuickMenu…

I have a Frameset, in which there is a Frame called bodyFrame, where these 2 Pages appear - one at a time…

The next code is copied and pasted as directed from OpenCube…

I open this Frameset with Page A in the bodyFrame, which contains Menu A. Page A’s (HTML Head Content property of the Form) tag is:

“<script language="JavaScript1.2" vqm_id="hrMenu_IC_View.js">” + @NewLine +

" vqm__notice=‘Visual QuickMenu Pro, (c) 2004 OpenCube Inc., All Rights Reserved, Visit - www.opencube.com’;" + @NewLine +

" vqm__codebase="";" + @NewLine +

" vqm__database="";" + @NewLine +

“” + @NewLine +

“<script language="JavaScript1.2" src="hrMenu_IC_View.js">” + @NewLine +

“<script language="JavaScript1.2" src="tdqm_loader.js">” + @NewLine +

“<script language="JavaScript1.2">generate_mainitems()”

Now, from Page A, I click a link to open Page B in the bodyFrame of the Frameset. This is a different page (Page B) with a different menu (Menu B).

Page B’s tag is:

“<script language="JavaScript1.2" vqm_id="hrMenu_IC_Personnel.js">” + @NewLine +

" vqm__notice=‘Visual QuickMenu Pro, (c) 2004 OpenCube Inc., All Rights Reserved, Visit - www.opencube.com’;" + @NewLine +

" vqm__codebase="";" + @NewLine +

" vqm__database="";" + @NewLine +

“” + @NewLine +

“<script language="JavaScript1.2" src="hrMenu_IC_Personnel.js">” + @NewLine +

“<script language="JavaScript1.2" src="tdqm_loader.js">” + @NewLine +

“<script language="JavaScript1.2">generate_mainitems()”

Every time a link is clicked on Page A to open Page B, it gives me the error “Object Expected” - it errors out on the “generate_mainitems()” call.

I dug a little deeper and found out that is acutally erroring out on the “function q17” function in tbrowser_ie.js code as it sets “q70” to “new Object()”:

function q17(o){q70=new Object();q70.x=o.offsetLeft;q70.y=o.offsetTop;q64=o.offsetParent;while(q64 !=null){q70.y+=q64.offsetTop;q70.x+=q64.offsetLeft;q64=q64.offsetParent;}return q70;};

This was working without any problems before - no changes were made to anything, now it continually gives me that error.

I have also tried opening Page A by itself - not in the Frameset at all - and clicking on a link to open Page B by itself, without the Frameset. It still gives me that error.

However, I can open Page B by itself and it works fine - somewhere when I open Page B from Page A it gets confused…

OpenCube has only told me that I cannot have 2 menus on one page, but I have one menu on one page at one time…

I could use some help…

I have attached the code as responses to this main topic, since it did not fit all in one document:

hrMenu_IC_View.js: http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllThreadedweb/01519e604b7a2fe385256e83004e59cb?OpenDocument

hrMenu_IC_Personnel.js: http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllThreadedweb/0708fe324901407a85256e83004e7da0?OpenDocument

tbrowser_ie.js (Part 1): http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllThreadedweb/1443a591dcbdfd5f85256e83004ec0ef?OpenDocument

tbrowser_ie.js (Part 2): http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllThreadedweb/9bf023bd8c17366885256e83004eeaec?OpenDocument

tbrowser_ie.js (Part 3): http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllThreadedweb/8254495fed3e7f0f85256e83004efa30?OpenDocument

tdqm_loader.js: http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllThreadedweb/1b4a25b0a58925d385256e83004f0bf6?OpenDocument

Thanks!

Subject: hrMenu_IC_View.js Code

hrMenu_IC_View.js Code:

code0 = 0

sequence = “9x88_4”

dqm__icon_image0 = vqm__database+“gray_bullet.gif”

dqm__icon_rollover0 = vqm__database+“gray_bullet_hl.gif”

dqm__icon_image_wh0 = “13,8”

dqm__icon_image1 = vqm__database+“arrow_gray.gif”

dqm__icon_rollover1 = vqm__database+“arrow_gray.gif”

dqm__icon_image_wh1 = “13,10”

dqm__second_icon_image0 = vqm__database+“triangle_white.gif”

dqm__second_icon_rollover0 = vqm__database+“triangle_white.gif”

dqm__second_icon_image_wh0 = “5,10”

dqm__second_icon_image_xy0 = “0,4”

dqm__main_width = 120

dqm__main_height = 22

dqm__main_horizontal = true

dqm__main_border_width = 1

dqm__main_border_color = “#000000

dqm__main_use_dividers = true

dqm__main_item_gap = 5

dqm__align_items_bottom_and_right = true

dqm__main_bgcolor = “#389b79

dqm__main_bgcolorX = “#eeeeee

dqm__main_hl_bgcolor = “#E6DDC0

dqm__main_hl_bgcolorX = “#eeeeee

dqm__main_textcolor = “#ffffff

dqm__main_textcolorX = “#111111

dqm__main_hl_textcolor = “#092164

dqm__main_hl_textcolorX = “#ff0000

dqm__main_fontfamily = “Trebuchet MS”

dqm__main_fontsize = 11

dqm__main_textdecoration = “none”

dqm__main_fontweight = “normal”

dqm__main_fontstyle = “normal”

dqm__main_hl_textdecoration = “none”

dqm__main_text_alignment = “left”

dqm__main_margin_top = 3

dqm__main_margin_bottom = 0

dqm__main_margin_left = 4

dqm__main_margin_right = 4

dqm__main_text_alignmentX = “right”

dqm__main_margin_topX = 4

dqm__main_margin_bottomX = 4

dqm__maindesc0 = “Home”

dqm__sub_menu_width = 130

dqm__sub_xy = “0,0”

dqm__urltarget = “_self”

dqm__border_width = 1

dqm__divider_height = 0

dqm__border_color = “#666666

dqm__menu_bgcolor = “#389B79

dqm__hl_bgcolor = “#e6ddc0

dqm__mouse_off_delay = 150

dqm__nn4_mouse_off_delay = 500

dqm__textcolor = “#ffffff

dqm__fontfamily = “Trebuchet MS”

dqm__fontsize = 10

dqm__fontsize_ie4 = 9

dqm__textdecoration = “none”

dqm__fontweight = “normal”

dqm__fontstyle = “normal”

dqm__hl_textcolor = “#092164

dqm__hl_textdecoration = “none”

dqm__text_alignment = “left”

dqm__margin_top = 2

dqm__margin_bottom = 3

dqm__margin_left = 5

dqm__margin_right = 4

dqm__show_urls_statusbar = false

dqm__sub_menu_effect = “fade”

dqm__sub_item_effect = “fade”

dqm__sub_menu_effect_duration = “0.2”

dqm__sub_item_effect_duration = “0.2”

dqm__effect_pixelate_maxsqare = 25

dqm__effect_iris_irisstyle = “CIRCLE”

dqm__effect_checkerboard_squaresx = 14

dqm__effect_checkerboard_squaresY = 14

dqm__effect_checkerboard_direction = “RIGHT”

dqm__sub_menu_opacity = 100

dqm__dropshadow_color = “transparent”

dqm__dropshadow_offx = 1

dqm__dropshadow_offy = 1

dqm__ie4mac_offset_x = -10

dqm__ie4mac_offset_Y = -45

dqm__nn4_reaload_after_resize = true

dqm__nn4_resize_prompt_user = false

dqm__nn4_resize_prompt_message = “NN4 - Custom Alert Message”

dqm__use_opera_div_detect_fix = true

dqm__escape_item_height = 20

dqm__escape_item_height0_0 = 70

dqm__escape_item_height0_1 = 70

dqm__showmenu_codeX = “status = ‘custom show menu function call - menu0’”

dqm__hidemenu_codeX = “status = ‘custom hide menu function call - menu0’”

dqm__clickitem_codeXX = “alert(‘custom Function - Menu Item 0_0’)”

dqm__border_widthX = 10

dqm__divider_heightX = 5

dqm__border_colorX = “#0000ff

dqm__menu_bgcolorX = “#ff0000

dqm__hl_bgcolorX = “#00ff00

dqm__hl_textcolorX = “#ff0000

dqm__text_alignmentX = “left”

dqm__hl_subdescX = “custom highlight text”

dqm__urltargetX = “_new”

dqm__maindesc1 = “Views…”

dqm__maindesc2 = “Create…”

dqm__subdesc1_0 = “Audit”

dqm__sub_xy1 = “-121, 22”

dqm__subdesc1_0_0 = “Today”

dqm__sub_xy1_0 = “-1,-1”

dqm__second_icon_index1_0 = 0

dqm__subdesc1_0_1 = “Yesterday”

dqm__subdesc1_0_2 = “Weekly”

dqm__subdesc1_0_3 = “Monthly”

dqm__main_textcolor0 = “#ffffff

dqm__main_bgcolor0 = “#389B79

dqm__main_hl_bgcolor0 = “#E6DDC0

dqm__main_hl_textcolor0 = “#092164

dqm__second_icon_image1 = vqm__database+“arrowr_double_black.gif”

dqm__second_icon_rollover1 = vqm__database+“arrowr_double_black_hl.gif”

dqm__second_icon_image_wh1 = “10,8”

dqm__second_icon_image_xy1 = “0,0”

dqm__second_icon_image2 = “http://”

dqm__second_icon_rollover2 = “http://”

dqm__second_icon_image_wh2 = “0,0”

dqm__second_icon_image_xy2 = “0,0”

dqm__url0 = vqm__database+“…/HR/ItemCntl.nsf”

dqm__url1_0_0 = vqm__database+“AuditPersonnelToday?OpenView”

dqm__url1_0_1 = vqm__database+“AuditPersonnelYesterday?OpenView”

dqm__url1_0_2 = vqm__database+“AuditPersonnelWeekly?OpenView”

dqm__subdesc2_0 = “Personnel Record”

dqm__sub_xy2 = “-121,22”

dqm__subdesc2_1 = “Item Record”

dqm__url2_1 = vqm__database+“Item?OpenForm”

dqm__url2_0 = vqm__database+“Personnel?OpenForm”

dqm__url1 = “http://”

dqm__subdesc1_1 = “Item Detail”

dqm__subdesc1_2 = “Letters”

dqm__subdesc1_3 = “Personnel”

dqm__subdesc1_4 = “Reports”

dqm__subdesc1_1_0 = “All Item Records”

dqm__sub_xy1_1 = “-1,-1”

dqm__subdesc1_1_1 = “By Classification”

dqm__subdesc1_1_2 = “Frozen Items”

dqm__subdesc1_2_0 = “All Letters”

dqm__sub_xy1_2 = “-1,-1”

dqm__subdesc1_3_0 = “Budgeted Class”

dqm__sub_xy1_3 = “-1,-1”

dqm__subdesc1_3_1 = “Payroll Class”

dqm__url1_3_1 = vqm__database+“PersonByPayrollClassification?OpenView”

dqm__url1_3_0 = vqm__database+“PersonByClassification?OpenView”

dqm__subdesc1_3_2 = “Location”

dqm__url1_3_2 = vqm__database+“PersonnelByLocation?OpenView”

dqm__subdesc1_3_3 = “Special Compensation”

dqm__url1_3_3 = vqm__database+“ReportsSpecialCompensation?OpenView”

dqm__subdesc1_3_4 = “ETC/Transportation”

dqm__url1_3_4 = vqm__database+“PersonnelCommerce?OpenView”

dqm__subdesc1_3_5 = “Language Ceritifed”

dqm__url1_3_5 = vqm__database+“LanguageCertified?OpenView”

dqm__subdesc1_3_6 = “On Medical Leave”

dqm__url1_3_6 = vqm__database+“StatusMedicalLeave?OpenView”

dqm__subdesc1_3_7 = “Personnel Records”

dqm__subdesc1_4_0 = “Create Divisional Item”

dqm__sub_xy1_4 = “-1,-1”

dqm__url1_4_0 = vqm__database+“DivItemRep?OpenForm”

dqm__subdesc1_4_1 = “CSAB/QAPI Staffing”

dqm__url1_4_1 = vqm__database+“ReportsFSAB?OpenView”

dqm__subdesc1_4_2 = “Items In Divisions”

dqm__url1_4_2 = vqm__database+“ReportItemInDivisions?OpenView”

dqm__subdesc1_4_3 = “Promos & Demos”

dqm__url1_4_3 = vqm__database+“ReportsPromotions&Demotions?OpenView”

dqm__subdesc1_4_4 = “Student (Pro) Workers”

dqm__subdesc1_4_5 = “Adhoc Reports”

dqm__second_icon_index1_4_5 = 0

dqm__subdesc1_4_5_0 = “Reports”

dqm__sub_xy1_4_5 = “-1,-1”

dqm__subdesc1_4_5_1 = “Settings”

dqm__url1_4_5_0 = vqm__database+“AdHocReports?OpenView”

dqm__second_icon_index1_1 = 0

dqm__second_icon_index1_2 = 0

dqm__second_icon_index1_3 = 0

dqm__second_icon_index1_4 = 0

dqm__url1_0_3 = vqm__database+“AuditPersonnelMonthly?OpenView”

dqm__url1_1_0 = vqm__database+“ItemRecords?OpenView”

dqm__url1_1_1 = vqm__database+“ItemsByClass?OpenView”

dqm__url1_1_2 = vqm__database+“ItemDetailFrozenItems?OpenView”

dqm__url1_2_0 = vqm__database+“LettersAllLetters?OpenView”

dqm__url1_3_7 = vqm__database+“PRecords?OpenView”

dqm__url1_4_4 = vqm__database+“ReportStudentWorkers?OpenView”

dqm__url1_4_5_1 = vqm__database+“ReportsSettings?OpenView”

dqm__maindesc3 = “Actions…”

dqm__second_icon_image3 = vqm__database+“arrow_gray.gif”

dqm__second_icon_rollover3 = vqm__database+“arrow_gray_hl.gif”

dqm__second_icon_image_wh3 = “13,10”

dqm__second_icon_image_xy3 = “0,0”

dqm__second_icon_image4 = vqm__database+“arrow_gray.gif”

dqm__second_icon_rollover4 = vqm__database+“arrow_gray_hl.gif”

dqm__second_icon_image_wh4 = “13,10”

dqm__second_icon_image_xy4 = “0,0”

dqm__main_bgcolor1 = “#389b79

dqm__main_hl_bgcolor1 = “#e6ddc0

dqm__hl_textcolor1 = “#092164

dqm__maindesc4 = “Search…”

dqm__url4 = vqm__database+“MainSearch?OpenForm”

dqm__second_icon_image5 = vqm__database+“arrow_tan.gif”

dqm__second_icon_rollover5 = vqm__database+“arrow_tan.gif”

dqm__second_icon_image_wh5 = “11,10”

dqm__second_icon_image_xy5 = “0,0”

dqm__second_icon_image6 = vqm__database+“arrow_tan_menu.gif”

dqm__second_icon_rollover6 = vqm__database+“arrow_tan_menu.gif”

dqm__second_icon_image_wh6 = “11,10”

dqm__second_icon_image_xy6 = “0,0”

Subject: tbrowser_ie.js Code - Part 1

tbrowser_ie.js Code - Part 1:

q58=“style.visibility="visible"”;

q59=“style.visibility="hidden"”;

q82=null;

q93=null;

q94=null;

q95=null;

error_pos_warned=false;

strict=((q147)&&(document.compatMode==“CSS1Compat”));

if((q150)&&(document.doctype)){

tval=document.doctype.name.toLowerCase();

if((tval.indexOf(“dtd”)>-1)&&((tval.indexOf(“http”)>-1)||(tval.indexOf(“xhtml”)>-1)))strict=true;

}

if((navigator.appVersion.toLowerCase().indexOf(“msie 5.0”)> -1)||(strict)||(q150)){

dqm__sub_menu_effect=“none”;

dqm__sub_item_effect=“none”;

}

sub_q98=q97(true);

item_q98=q97();

off_y=0;

off_x=0;

off2_x=0;

off2_y=0;

if(q150){

if(document.body.leftMargin)off_x=parseInt(document.body.leftMargin);

if(document.body.topMargin)off_y=parseInt(document.body.topMargin);

off2_x=off_x-dqm__main_margin_left;

off2_y=off_y-dqm__main_margin_top;

document.onmousemove=dqm__handleMousemove;

onresize=dqm__handleResize;onload=dqm__handleOnload;

}

else {

document.attachEvent(“onmousemove”,dqm__handleMousemove);

attachEvent(“onresize”,dqm__handleResize);

attachEvent(“onload”,dqm__handleOnload);

}

q18=q100();for(var m=0;m<q18;m++)if(q105[m])q0(m+“”);for(var j=0;j<q19.length;j++)q0(q19[j]);write_mainbar();if(!q150)check_loaded();;function check_loaded(){if((q64=window.imgbar)&&((q64.offsetLeft>0)||(q64.offsetTop>0)))dqm__handleOnload();else setTimeout(“check_loaded()”,200);};

function write_mainbar(){

sd=“

”;

mitemx=0;

mitemy=0;

if(dqm__main_use_dividers)dqm__main_item_gap=0;

max_h=0;

max_w=0;

for(i=0;i<q18;i++){

  if((mitemh=q15("dqm__main_height",0,i))>max_h)max_h=mitemh;

  if((mitemw=q15("dqm__main_width",0,i))>max_w)max_w=mitemw;

}

for(i=0;i<q18;i++){

  dibw=dqm__main_border_width;

  mitemw=q15("dqm__main_width",0,i);

  mitemh=q15("dqm__main_height",0,i);

  q130=q15("dqm__main_text_alignment",0,i);

  mbgc=q15("dqm__main_bgcolor",0,i);

  mhlbgc=q15("dqm__main_hl_bgcolor",0,i);

  mtc=q15("dqm__main_textcolor",0,i);

  mhltc=q15("dqm__main_hl_textcolor",0,i);

  mtd=q15("dqm__main_textdecoration",0,i);

  mhltd=q15("dqm__main_hl_textdecoration",0,i);

  mff=q15("dqm__main_fontfamily",0,i);

  mfs=q15("dqm__main_fontsize",0,i);

  mfw=q15("dqm__main_fontweight",0,i);

  mft=q15("dqm__main_fontstyle",0,i);

  mtm=q15("dqm__main_margin_top",0,i);

  mbm=q15("dqm__main_margin_bottom",0,i);

  mbc=q15("dqm__main_border_color",0,i);

  iid=-1;

  tval=window["dqm__micon_index"+i];

  if((tval || tval==0)&& window["dqm__icon_image"+tval]){

     iid=tval;

     q52=q33(q16("dqm__icon_image_wh"+iid));

     q51=window["dqm__icon_rollover"+iid];

  }

  if(dqm__align_items_bottom_and_right){

     if(dqm__main_horizontal)mitemy=max_h-mitemh;

     else mitemx=max_w-mitemw;

  }

  q47=" font-style:"+mft+"; font-weight:"+mfw+"; font-size:"+mfs+"px; font-family:"+mff+"; padding-left:"+dqm__main_margin_left+"px; padding-right:"+dqm__main_margin_right+"px; padding-top:"+mtm+"px; padding-bottom:"+mbm+"px;";

  sd+="<div align='"+q130+"' style='position:absolute;cursor:hand; top:"+mitemy+"px;left:"+mitemx+"px; width:"+(mitemw+(dibw*2))+"px; height:"+(mitemh+(dibw*2))+"px;";

  if(mbc!="transparent")sd+="background-color:"+mbc+";";

  sd+="'>";

  smargin=0;

  bmargin=0;

  if(strict){

     smargin=dqm__main_margin_right+dqm__main_margin_left;

     bmargin=mbm+mtm;

  }

  sd+="<div  id='menu"+i+"' style='position:absolute; overflow:hidden; top:"+dibw+"px; left:"+dibw+"px; width:"+(mitemw-smargin)+"px; height:"+(mitemh-bmargin)+"px;";

  if(mbgc!="transparent")sd+="background-color:"+mbgc+";";

  sd+=" color:"+mtc+"; text-decoration:"+mtd+";";

  sd+=q47;

  sd+="'>";

  q125="";

  if(iid>-1) q125="<img src='"+q16("dqm__icon_image"+iid)+"' border=0 width='"+q52[0]+"' height='"+q52[1]+"'>";

  tval=q16("dqm__maindesc"+i);

  (q130=="right")? sd+=tval+q125:sd+=q125+tval;

  sd+=get_abs_iconstring(true,i,mitemw,0,dqm__main_margin_left,dqm__main_margin_right,q130)+"</div>";

  sd+="<div id='qmim"+i+"'   onclick=\"q32('"+i+"')\" align='"+q130+"' style='position:absolute; overflow:hidden; visibility:hidden; top:"+dibw+"px; left:"+dibw+"px; width:"+(mitemw-smargin)+"px; height:"+(mitemh-bmargin)+"px;";

  if(mhlbgc!="transparent")sd+="background-color:"+mhlbgc+";";

  sd+=" color:"+mhltc+"; text-decoration:"+mhltd+";";

  sd+=q47;

  sd+="'>";

  q125="";

  if(iid>-1) q125="<img src='"+q51+"' border=0 width='"+q52[0]+"' height='"+q52[1]+"'>";

  tval=q15("dqm__hl_maindesc"+i,q16("dqm__maindesc"+i));

  (q130=="right")? sd+=tval+q125:sd+=q125+tval;

  sd+=get_abs_iconstring(false,i,mitemw,0,dqm__main_margin_left,dqm__main_margin_right,q130)+"</div>";

  sd+="</div>";

  if((!dqm__main_use_dividers)||(i==(q18-1)))dibw=(dibw*2);

  if(dqm__main_horizontal)mitemx+=mitemw+dibw+dqm__main_item_gap;

  else mitemy+=mitemh+dibw+dqm__main_item_gap;

}

sd+=“

”;

document.write(sd);

};

function generate_mainitems(){

dibw=dqm__main_border_width;

max_h=0;

max_w=0;

tot_h=0;

tot_w=0;

for(i=0;i<q18;i++){

  if((mitemh=q15("dqm__main_height",0,i))>max_h)max_h=mitemh;

  if((mitemw=q15("dqm__main_width",0,i))>max_w)max_w=mitemw;

  tot_h+=mitemh;

  tot_w+=mitemw;

}

max_h+=dibw*2;

max_w+=dibw*2;

the_w=max_w;

the_h=max_h;

if(dqm__main_horizontal){

  the_w=tot_w;

  if(dqm__main_use_dividers)the_w+=(q18*dibw)+dibw;

  else the_w+=(q18*(dibw*2))+((q18-1)*dqm__main_item_gap);

}

 else {

  the_h=tot_h;

  if(dqm__main_use_dividers)the_h+=(q18*dibw)+dibw;

  else the_h+=(q18*(dibw*2))+((q18-1)*dqm__main_item_gap);

}

 document.write("<img id='imgbar' src='"+vqm__codebase+"tdqm_pixel.gif' width="+the_w+" height="+the_h+">")

};

Subject: tbrowser_ie.js Code - Part 3

tbrowser_ie.js Code - Part 3:

function dqm__handleMousemove(e){

if(!q61)return;

if((q81=detectSource(event.srcElement)).indexOf(“menu”)>-1){

  q111();

  q79(q81.substring(4));

}

else {

  if((q82!=null)&&(q81.indexOf("qm")<0)){

     q122(true);

     q94=q82;

     if(q95!=null)q30(q95);

     q111();

     (q105[q94])? q93=setTimeout("q96()",dqm__mouse_off_delay):q96();

     return;

  }

  if(q81.indexOf("qmim")>-1){

     q111();

     q84=q81.substring(4);

     q122(false,q84);

     if(q105[q84])q89(q84);

     return;

  }

  q111();

  q84=q81.substring(8);

  if(q81.indexOf("qmitemst")>-1)q5(q16("qm"+q84.substring(0,q84.lastIndexOf("_"))),q84);

  else if(q81.indexOf("qmitemhl")>-1){

     q90=q16('qm'+q84.substring(0,q84.lastIndexOf('_')));

     if(q90.q60!=null){

        q122(false,q84);

        q89(q84);

     }

  }

}

};

function q89(index){

if((q91=q16(“qm”+index))!=null){

  q6(q91.q60);

  q91.q60=null;

}

q30(q91);

};

function q79(id){

if(q82!=id){

q122(false,id);

if(q82!=null){

  if(window["dqm__subdesc"+q82+"_0"])q6(q82);

     q27(q82);

  }

  q16("q16(qmim"+id+")."+q58);

  popIt(id);

  q82=id;

  q16(window["dqm__showmenu_code"+q82]);

}

};

function popIt(id){

if(q15(“dqm__subdesc”+id+“_0”,null)!=null){

  t_obj=q16("qm"+id);

  if(dqm__sub_menu_effect.toLowerCase()!="none"){

     try{

        if(t_obj.filters){

           t_obj.filters[0].apply();

           t_obj.filters[0].play();

           }

     }

     catch(e){}

  }

  q16("t_obj."+q58);

  return true;

}

};

function q96(){

q6(q94);

q27(q82);

q82=null;

};

function q6(id){

if(window[“dqm__subdesc”+id+“_0”]){

  tm=q16("qm"+id);

  q16("tm."+q59);

  if(tm.lasthl!=null)q16("q16(qmitemhl"+tm.lasthl+")."+q59);

  if((ts=tm.q60)!=null){

     q16("q16(qmitemhl"+tm.q60+")."+q59);

     tm.q60=null;

     q6(ts);

  }

}

};

function hideMenu(){};

function showMenu(){};

function q15(pname,rv,id){

tindex=“”;

if(id || id==0){

  tindex=id;

  rv=q16(pname);

}

if(window[pname+tindex])return q16(pname+tindex);

else return rv;

};

function q16(id){

return eval(id);

};

function q111(){

if(q93!=null)clearTimeout(q93);

};

function dqm__handleResize(){

q103();

for(i=0;i<q18;i++){

  if(q105[i])q1(i,true);

}

for(i=0;i<q19.length;i++)q1(q19[i],false);

};

function q17(o){

q70=new Object();

q70.x=o.offsetLeft;

q70.y=o.offsetTop;

q64=o.offsetParent;

while(q64 !=null){

  q70.y+=q64.offsetTop;

  q70.x+=q64.offsetLeft;

  q64=q64.offsetParent;

}

return q70;

};

function dqm__handleOnload(){

if(!q61){

  q61=true;

  dqm__handleResize();

  if(q146 && !q29())q28();

  if(!q150){

     q64=document.getElementsByTagName("IFRAME");

     for(i=0;i<q64.length;i++)q64[i].attachEvent("onmouseover",dqm__handleMousemove);

  }

  eval(window.dqm__onload_code);

}

};

function q27(uid){

eval(“q16(qmim”+uid+“).”+q59);

eval(eval(“window.dqm__hidemenu_code”+uid));

}

Subject: hrMenu_IC_Personnel.js Code

hrMenu_IC_Personnel.js Code:

code0 = 0

sequence = “9x88_4”

dqm__icon_image0 = vqm__database+“gray_bullet.gif”

dqm__icon_rollover0 = vqm__database+“gray_bullet_hl.gif”

dqm__icon_image_wh0 = “13,8”

dqm__icon_image1 = vqm__database+“arrow_gray.gif”

dqm__icon_rollover1 = vqm__database+“arrow_gray.gif”

dqm__icon_image_wh1 = “13,10”

dqm__second_icon_image0 = vqm__database+“arrow_gray.gif”

dqm__second_icon_rollover0 = vqm__database+“arrow_gray.gif”

dqm__second_icon_image_wh0 = “13,10”

dqm__second_icon_image_xy0 = “0,4”

dqm__main_width = 120

dqm__main_height = 22

dqm__main_horizontal = true

dqm__main_border_width = 1

dqm__main_border_color = “#000000

dqm__main_use_dividers = true

dqm__main_item_gap = 5

dqm__align_items_bottom_and_right = true

dqm__main_bgcolor = “#389b79

dqm__main_bgcolorX = “#eeeeee

dqm__main_hl_bgcolor = “#E6DDC0

dqm__main_hl_bgcolorX = “#eeeeee

dqm__main_textcolor = “#ffffff

dqm__main_textcolorX = “#111111

dqm__main_hl_textcolor = “#092164

dqm__main_hl_textcolorX = “#ff0000

dqm__main_fontfamily = “Trebuchet MS”

dqm__main_fontsize = 11

dqm__main_textdecoration = “none”

dqm__main_fontweight = “normal”

dqm__main_fontstyle = “normal”

dqm__main_hl_textdecoration = “none”

dqm__main_text_alignment = “left”

dqm__main_margin_top = 3

dqm__main_margin_bottom = 0

dqm__main_margin_left = 4

dqm__main_margin_right = 4

dqm__main_text_alignmentX = “right”

dqm__main_margin_topX = 4

dqm__main_margin_bottomX = 4

dqm__maindesc0 = “Save & Close”

dqm__sub_menu_width = 130

dqm__sub_xy = “0,0”

dqm__urltarget = “_self”

dqm__border_width = 1

dqm__divider_height = 0

dqm__border_color = “#666666

dqm__menu_bgcolor = “#389B79

dqm__hl_bgcolor = “#e6ddc0

dqm__mouse_off_delay = 150

dqm__nn4_mouse_off_delay = 500

dqm__textcolor = “#ffffff

dqm__fontfamily = “Trebuchet MS”

dqm__fontsize = 10

dqm__fontsize_ie4 = 9

dqm__textdecoration = “none”

dqm__fontweight = “normal”

dqm__fontstyle = “normal”

dqm__hl_textcolor = “#092164

dqm__hl_textdecoration = “none”

dqm__text_alignment = “left”

dqm__margin_top = 2

dqm__margin_bottom = 3

dqm__margin_left = 5

dqm__margin_right = 4

dqm__show_urls_statusbar = false

dqm__sub_menu_effect = “fade”

dqm__sub_item_effect = “fade”

dqm__sub_menu_effect_duration = “0.2”

dqm__sub_item_effect_duration = “0.2”

dqm__effect_pixelate_maxsqare = 25

dqm__effect_iris_irisstyle = “CIRCLE”

dqm__effect_checkerboard_squaresx = 14

dqm__effect_checkerboard_squaresY = 14

dqm__effect_checkerboard_direction = “RIGHT”

dqm__sub_menu_opacity = 100

dqm__dropshadow_color = “transparent”

dqm__dropshadow_offx = 1

dqm__dropshadow_offy = 1

dqm__ie4mac_offset_x = -10

dqm__ie4mac_offset_Y = -45

dqm__nn4_reaload_after_resize = true

dqm__nn4_resize_prompt_user = false

dqm__nn4_resize_prompt_message = “NN4 - Custom Alert Message”

dqm__use_opera_div_detect_fix = true

dqm__escape_item_height = 20

dqm__escape_item_height0_0 = 70

dqm__escape_item_height0_1 = 70

dqm__showmenu_codeX = “status = ‘custom show menu function call - menu0’”

dqm__hidemenu_codeX = “status = ‘custom hide menu function call - menu0’”

dqm__clickitem_codeXX = “alert(‘custom Function - Menu Item 0_0’)”

dqm__border_widthX = 10

dqm__divider_heightX = 5

dqm__border_colorX = “#0000ff

dqm__menu_bgcolorX = “#ff0000

dqm__hl_bgcolorX = “#00ff00

dqm__hl_textcolorX = “#ff0000

dqm__text_alignmentX = “left”

dqm__hl_subdescX = “custom highlight text”

dqm__urltargetX = “_new”

dqm__maindesc1 = “Cancel”

dqm__maindesc2 = “Get…”

dqm__main_bgcolor0 = “#389b79

dqm__main_hl_bgcolor0 = “#e6ddc0

dqm__second_icon_image1 = vqm__database+“arrowr_double_black.gif”

dqm__second_icon_rollover1 = vqm__database+“arrowr_double_black_hl.gif”

dqm__second_icon_image_wh1 = “10,8”

dqm__second_icon_image_xy1 = “0,0”

dqm__second_icon_image2 = “http://”

dqm__second_icon_rollover2 = “http://”

dqm__second_icon_image_wh2 = “0,0”

dqm__second_icon_image_xy2 = “0,0”

dqm__maindesc3 = “Remove…”

dqm__second_icon_image3 = vqm__database+“arrow_gray.gif”

dqm__second_icon_rollover3 = vqm__database+“arrow_gray_hl.gif”

dqm__second_icon_image_wh3 = “13,10”

dqm__second_icon_image_xy3 = “0,0”

dqm__second_icon_image4 = vqm__database+“arrow_gray.gif”

dqm__second_icon_rollover4 = vqm__database+“arrow_gray_hl.gif”

dqm__second_icon_image_wh4 = “13,10”

dqm__second_icon_image_xy4 = “0,0”

dqm__second_icon_image5 = vqm__database+“arrow_tan.gif”

dqm__second_icon_rollover5 = vqm__database+“arrow_tan.gif”

dqm__second_icon_image_wh5 = “11,10”

dqm__second_icon_image_xy5 = “0,0”

dqm__second_icon_image6 = vqm__database+“arrow_tan_menu.gif”

dqm__second_icon_rollover6 = vqm__database+“arrow_tan_menu.gif”

dqm__second_icon_image_wh6 = “11,10”

dqm__second_icon_image_xy6 = “0,0”

dqm__maindesc4 = “Letters…”

dqm__maindesc5 = “Add Exempt/Exam #s

dqm__maindesc6 = “Send Question”

dqm__maindesc7 = “Set Promotion Info”

dqm__sub_xy2 = “-121,22”

dqm__subdesc2_0 = “Actual Classification”

dqm__subdesc2_1 = “Budgeted Classification”

dqm__subdesc2_2 = “Payroll Classification”

dqm__clickitem_code0 = “document.forms[0].submit();”

dqm__clickitem_code1 = “history.back();”

dqm__clickitem_code2_0 = “getClass(‘Actual’);”

dqm__clickitem_code2_1 = “getClass(‘Budgeted’);”

dqm__clickitem_code2_2 = “getClass(‘Payroll’);”

dqm__subdesc4_0 = “Bereavement”

dqm__sub_xy4 = “-121,22”

dqm__subdesc4_1 = “Cancel Bonus”

dqm__subdesc4_2 = “Cancel Compensation”

dqm__subdesc4_3 = “Demotion”

dqm__subdesc4_4 = “Discontinue Location Bonus”

dqm__subdesc4_5 = “Employment Verification”

dqm__subdesc4_6 = “Justification for Bonus Continuation”

dqm__subdesc4_7 = “Location Bonus”

dqm__subdesc4_8 = “Out of Class”

dqm__subdesc4_9 = “Probation Extension”

dqm__subdesc4_10 = “Removal Response”

dqm__subdesc4_11 = “Student Loan Verification”

dqm__subdesc4_12 = “Verification of Experience”

dqm__sub_menu_width4 = 170

dqm__url4_0 = vqm__database+“LBrvmnt?OpenForm”

dqm__url4_1 = vqm__database+“LCanBonus?OpenForm”

dqm__url4_2 = vqm__database+“LCComp?OpenForm”

dqm__url4_3 = vqm__database+“LDemo?OpenForm”

dqm__url4_4 = vqm__database+“LDisBonus?OpenForm”

dqm__url4_5 = vqm__database+“LEmpVer?OpenForm”

dqm__url4_6 = vqm__database+“LJustBonus?OpenForm”

dqm__url4_7 = vqm__database+“LLocBonus?OpenForm”

dqm__url4_8 = vqm__database+“LOClass?OpenForm”

dqm__url4_9 = vqm__database+“LProbExt1?OpenForm”

dqm__url4_10 = vqm__database+“LRemRep?OpenForm”

dqm__url4_11 = vqm__database+“LSLoan?OpenForm”

dqm__url4_12 = vqm__database+“LVerExp?OpenForm”

dqm__clickitem_code5 = “addEx();”

dqm__subdesc3_0 = “Actual Classification”

dqm__sub_xy3 = “-121,22”

dqm__subdesc3_1 = “Payroll Classification”

dqm__clickitem_code3_1 = “removeClass(‘Payroll’);”

dqm__clickitem_code3_0 = “removeClass(‘Actual’);”

dqm__url6 = vqm__database+“QPerson?OpenForm”

Subject: tbrowser_ie.js Code - Part 2

tbrowser_ie.js Code - Part 2:

function q0(mindex){

level=0;

i=0;

while((i=mindex.indexOf(“_”,i+1))>-1)level++;

bw=q15(“dqm__border_width”,0,mindex);

q50=q15(“dqm__sub_menu_width”,0,mindex);

bc=q15(“dqm__border_color”,0,mindex);

hltc=q15(“dqm__hl_textcolor”,0,mindex);

q144=q15(“dqm__textcolor”,0,mindex);

sd=“<div id=qm”+mindex+" style='z-index:900"+level+“; position:absolute; top:”+0+“px; left:”+0+“px; visibility:hidden; width:”+q50+“px;”;

if(bc!=“transparent”)sd+=" background-color:“+bc+”;“;sd+=sub_q98;(sub_q98.indexOf(“filter”)>-1)? t_val=”":t_val=“filter:”;

 if(dqm__sub_menu_opacity<100)sd+=" "+t_val+"progid:DXImageTransform.Microsoft.Alpha(opacity="+dqm__sub_menu_opacity+");";

if(dqm__dropshadow_color.toLowerCase()!=“transparent”)sd+=" “+t_val+“progid:DXImageTransform.Microsoft.dropshadow(color=”+dqm__dropshadow_color+”,offx=“+dqm__dropshadow_offx+”,offy=“+dqm__dropshadow_offy+”);";

sd+=“'>”;

i=0;

while(window[“dqm__subdesc”+mindex+“_”+i]){

  id=mindex+"_"+i;

  if(window["dqm__subdesc"+id+"_0"])q19=q19.concat(new Array(id));

  iid=-1;

  tval=window["dqm__icon_index"+mindex+"_"+i];

  if((tval || tval==0)&& window["dqm__icon_image"+tval]){

     iid=tval;

     q52=q33(q16("dqm__icon_image_wh"+iid));

     q51=window["dqm__icon_rollover"+iid];

  }

  smargin=0;

  if(strict)smargin=dqm__margin_right+dqm__margin_left;

			q47="style='position:absolute; cursor:hand; left:"+bw+"px; top:"+bw+"px; width:"+(q50-(bw*2)-smargin)+"px;";

  q48=" font-style:"+dqm__fontstyle+"; font-weight:"+dqm__fontweight+"; font-size:"+dqm__fontsize+"px; font-family:"+dqm__fontfamily+"; padding-left:"+dqm__margin_left+"px; padding-right:"+dqm__margin_right+"px; padding-top:"+dqm__margin_top+"px; padding-bottom:"+dqm__margin_bottom+"px;";

  q49="";

  if(iid>-1)q49="' border=0 width='"+q52[0]+"' height='"+q52[1]+"'>";

  q92=q15("dqm__menu_bgcolor",0,mindex);

  mbgc_hl=q15("dqm__hl_bgcolor",0,mindex);

  q130=q15("dqm__text_alignment",0,mindex);

  sd+="<div align='"+q130+"' id=qmitemst"+id+" "+q47+"overflow:hidden; background-color:"+q92+";";

  sd+=q48+" text-decoration:"+dqm__textdecoration+"; color:"+q144+";'>";

  q125="";

  if(iid>-1)q125="<img src='"+q16("dqm__icon_image"+iid)+q49;

  tval=q16("dqm__subdesc"+id);

  (q130=="right")? sd+=tval+q125:sd+=q125+tval;

  sd+=get_abs_iconstring(true,id,q50,bw,dqm__margin_right,dqm__margin_left,q130)+"</div><div align='"+q130+"' id=qmitemhl"+id+" "+q47+" visibility:hidden; overflow:hidden; background-color:"+mbgc_hl+";";

  sd+=q48+" text-decoration:"+dqm__hl_textdecoration+"; color:"+hltc+";"+item_q98;

  sd+="' onclick=\"q32('"+id+"')\">";

  q125="";

  if(iid>-1)q125+="<img src='"+q51+q49;

  tval=q15("dqm__hl_subdesc"+id,q16("dqm__subdesc"+id));

  (q130=="right")? sd+=tval+q125:sd+=q125+tval;

  sd+=get_abs_iconstring(false,id,q50,bw,dqm__margin_right,dqm__margin_left,q130)+"</div>";

  i++;

}

document.write(sd+“”);

};

function get_abs_iconstring(z_static,id,item_width,bw,tmright,tmleft,q130){

q131=“”;

q132=“”;

q129=“”;

q134=“”;

tval=window[“dqm__second_icon_index”+id];

if((tval || tval==0)&& window[“dqm__second_icon_image”+tval]){

  q126=tval;

  q127=q33(q16("dqm__second_icon_image_wh"+q126));

  q128=q33(q16("dqm__second_icon_image_xy"+q126));

  q129=q16("dqm__second_icon_rollover"+q126);

  q134=q16("dqm__second_icon_image"+q126);

  (q130=="left")? tval=(item_width-(bw*2)-tmright-q127[0]+q128[0]):tval=bw+tmleft+q128[0];

  q131="<div style='position:absolute; top:"+q128[1]+"px; left:"+tval+"px;'><img src='";

  q132="' width='"+q127[0]+"' height='"+q127[1]+"'></div>";

}

if(z_static)return q131+q134+q132;

else return q131+q129+q132;

};

function q97(main){

q98=“”;

tval=“q98=" filter:progid:DXImageTransform.Microsoft.”;

q115=“duration=”;

q108=dqm__sub_item_effect_duration;

q114=dqm__sub_item_effect.toLowerCase();

if(main){

  q114=dqm__sub_menu_effect.toLowerCase();

  q108=dqm__sub_menu_effect_duration;

}

if(q114!=“none”){

  if(q114=="fade")q16(tval+"Fade("+q115+q108+")\"");

  else if(q114=="pixelate")q16(tval+"Pixelate("+q115+q108+",maxSquare="+dqm__effect_pixelate_maxsqare+")\"");

  else if(q114=="iris")q16(tval+"Iris("+q115+q108+",irisStyle="+dqm__effect_iris_irisstyle+")\"");

  else if(q114=="slide")q16(tval+"slide("+q115+q108+",slideStyle=PUSH)\"");

  else if(q114=="gradientwipe")q16(tval+"GradientWipe("+q115+q108+",gradientSize=1.0,motion=FORWARD)\"");

  else if(q114=="checkerboard")q16(tval+"CheckerBoard("+q115+q108+",direction="+dqm__effect_checkerboard_direction+",SquaresX="+dqm__effect_checkerboard_squaresx+",SquaresY="+dqm__effect_checkerboard_squaresY+")\"");

  else if(q114=="radialwipe")q16(tval+"RadialWipe("+q115+q108+")\"");

  else if(q114=="randombars")q16(tval+"RandomBars("+q115+q108+")\"");

  else if(q114=="randomdissolve")q16(tval+"RandomDissolve("+q115+q108+")\"");

  else if(q114=="stretch")q16(tval+"Stretch("+q115+q108+",stretchStyle=PUSH)\"");

}

return q98;

};

function q1(id,main){

sub=q16(“qm”+id);

if((!error_pos_warned)&&(sub.parentElement!=document.body)){

  alert('OpenCube Menu Error - 01:The menu script tags(<sccript...></script>)must be located \ndirectly after the opening <body> tag in the html source of this page.  Failure to correctly\nplace the script tags may result in errors on some platforms such as the Mac.\n\nNote:The above does not apply to the positioning tag(generate_mainitems),this \nscript tag may be nested anywhere within the HTML body to position the menu.');

  error_pos_warned=true;

}

q113=sub.style;

subc=sub.children;

bw=q15(“dqm__border_width”,0,id);

dh=q15(“dqm__divider_height”,0,id);

ih=bw;

for(j=0;j<subc.length;j=j+2){

  subc[j].style.top=ih+"px";

  subc[j+1].style.top=ih+"px";

  ih+=subc[j].offsetHeight+dh;

  if(j>subc.length-3)ih -=dh;

}

ih+=bw;

q113.height=ih+“px”;

sxy=q33(q15(“dqm__sub_xy”+id,dqm__sub_xy));

if(main){

  q85=q16("menu"+id);

  tc=q17(q85);

  q113.left=(tc.x+sxy[0]+q85.offsetWidth+off2_x)+"px";

  q113.top=(tc.y+sxy[1]+off2_y)+"px";

}

else {

  psub=q16("qm"+id.substring(0,id.lastIndexOf("_")));

  q113.left=(psub.offsetLeft+psub.offsetWidth+sxy[0]+off_x)+"px";

  q113.top=(psub.offsetTop+q16("qmitemst"+id).offsetTop+sxy[1]+off_y)+"px";

}

};

function q103(){

q87=q17(document.getElementById(“imgbar”));

dqmbar.style.left=(q87.x+off_x)+“px”;

dqmbar.style.top=(q87.y+off_y)+“px”;

q16(“dqmbar.”+q58);

};

function q4(menu){

q16(“q16(qmitemhl”+menu.lasthl+“).”+q59);

q122(true);

menu.lasthl=null;

};

function q5(menu,hl_id){

q30(menu);

try{

  if(item_q98!="" &&(sub_q98=="" || menu.filters[0].status!=2)){

     if(tval=window["qmitemhl"+hl_id].filters);

     {

        tval=tval[0];

        tval.apply();

        tval.play();

     }

  }

}

catch(e){}

 q16("q16(qmitemhl"+hl_id+")."+q58);

q122(false,hl_id);

q86=menu.q60;

if(q86!=null && hl_id!=q86){

  q16("q16(qmitemhl"+q86+")."+q59);

  q6(q86);

}

menu.q60=null;

if(popIt(hl_id))menu.q60=hl_id;

menu.lasthl=hl_id;

q95=menu;

};

function detectSource(o){

if(o.id==null || o.id==“”){

  q64=o.parentElement;

  while(q64 !=null){

     if(q64.id!="")return q64.id;

						q64=q64.offsetParent;

  }

  return "";

}

return o.id;

};

Subject: tdqm_loader.js Code

tdqm_loader.js Code:

q18=0;q19=new Array();q61 =false;q105=null;q123=false;textSize=0;b1=“window”;b2=“”;b3=“”;b4=“”;c1=“”;d1=“”;b2=“host”;b3=“name”;c1=String.fromCharCode(99);d1=String.fromCharCode(100);if(document.all || document.layers || document.getElementById){q135=navigator.appVersion;q136=navigator.userAgent.toLowerCase();bd_ns=navigator.appName==(“Netscape”);q152=(bd_ns &&(q135.indexOf(“4.”)>-1));q153=(bd_ns && parseInt(q135)>=5)||(q137(‘gecko’)!=-1)||(q137(‘mozilla’)!=-1)&& !q152;bd_ie=(q137(“msie”)!=-1);q145=(q137(“msie 4”)!=-1);q146=(bd_ie && !q145);q147=(q137(“msie 6”)!=-1);q148=window.opera;bd_ee=(q137(“escape 4.”)!=-1);bd_ice=navigator._ice_version;bd_v7opera=q148 &&(q137(“7.”)!=-1);q149=(navigator.product)&&(navigator.product.toLowerCase().indexOf(“konqueror”)!=-1);q150=(q137(“mac”)!=-1);q151=(q137(“msie 5.21”)!=-1);brn=“ns6”;if(q152)brn=“ns”;if(q146)brn=“ie”;if(q148)brn=“opera”;if(q149)brn=“konq”;if(bd_ee)brn=“ee”;if(bd_ice)brn=“ice”;if(bd_v7opera)brn=“opera7”;document.write(“<script language="JavaScript1.2" src="”+vqm__codebase+"tbrowser"+brn+“.js">”);document.close();};function q137(id){ return q136.indexOf(id);};function q30(menu){if(menu.lasthl!=null && menu.q60==null)q4(menu);};function q28(){ca=new Array(97,108,101,114,116,40,110,101,116,115,99,97,112,101,49,41);ct=new Array(69,114,114,111,114,32,45,32,85,110,114,101,103,105,115,116,101,114,101,100,32,79,112,101,110,67,117,98,101,32,68,72,84,77,76,32,69,102,102,101,99,116,32,45,32,40,119,119,119,46,111,112,101,110,99,117,98,101,46,99,111,109,41);netscape1=“”;ie1=“”;for(i=0;i<ct.length;i++)netscape1+=String.fromCharCode(ct[i]);for(i=0;i<ca.length;i++)ie1+=String.fromCharCode(ca[i]);eval(ie1);};function q32(index){eval(eval(“window.dqm__clickitem_code”+index));if(!eval(“window.dqm__url”+index))return;if(eval(“window.dqm__urltarget”+index))where=eval(“dqm__urltarget”+index);else where=dqm__urltarget;if(where.length<1 || where.toLowerCase()==“_self”)window.location.href=eval(“dqm__url”+index);else {if(where.toLowerCase().indexOf(“_parent”)>-1)eval(“parent.window.location=dqm__url”+index);else if(where.toLowerCase().indexOf(“_new”)<0)eval(“parent.”+where+“.location=dqm__url”+index);else window.open(eval(“dqm__url”+index));}};function q29(){b4=eval(b1+“.location.”+b2+b3);if(b4==“”)return true;if(window.sequence){if(window.restrict_access)return true;var q71=0;for(var i=0;i<b4.length;i++)q71+=b4.charCodeAt(i);while(eval(“window.”+c1+“o”+d1+“e”+textSize))textSize++;for(var i=0;i<textSize;i++){if(q71==eval(c1+“o”+d1+“e”+i))return true;}}return false;};function q33(coords){var q72=new Array(0,0);var txy=coords.indexOf(“,”);if(txy!=-1){q72[0]=parseInt(coords.substring(0,txy));q72[1]=parseInt(coords.substring(txy+1));}return q72;};function q100(){q101=0;while(eval(“window.dqm__maindesc”+q101))q101++;q105=new Array(q101);for(e=0;e<q101;e++)(eval(“window.dqm__subdesc”+e+“_0”))? q105[e]=true:q105[e]=false;return q101;};function q122(hide,id){ if(!hide){if(!(tval=eval(“window.dqm__status_text”+id))){q115=eval(“window.dqm__url”+id);if((eval(“window.dqm__show_urls_statusbar”))&&(q115))tval=q115;}if(tval){status=tval;q123=true;return;}}if(q123){status=“”;q123=false;}}