var msgTableClass = new Array ("alertRed", "alertGreen", "alertGreen", "alertGreen", "alertRed"); var msgTxtClass = new Array("alert darkred", "alert", "alert", "alert", "alert darkred"); var msgTxt = new Array ("Error", "Confirm", "Success", "Save", "ALERT"); function writePH(txt, isCustomize, isReq, isHelp, featureId, w) { if(w != null) width = w; else var str = ""; str += "

" + txt + ""; if (isCustomize) { str += "customize"; } if (isCustomize && isHelp) str += " | "; if (isReq) str += " = required"; if (isReq && isHelp) str += " | "; if (isHelp) { str += ""; str += " "; } str += "

"; document.write(str); } function writeHeaderNote(txt, isCustomize, isReq, isHelp, helpId, width) { var str = ""; if (width == null) { width="84%"; } str += ""; str += "
" + txt + " "; if (isCustomize) { str += "customize"; } if (isCustomize && isHelp) str += " | "; if (isReq) str += " = required"; if (isReq && isHelp) str += " | "; if (isHelp) { str += ""; str += ""; } str += "
"; document.write(str); } function popupFeedbackform(feedbacklink) { feedbackPopup = window.open(feedbacklink, "feedback_bp","width=700,height=300,left=200,top=100,location=0,statusba r=0,menubar=0,toolbar=0,resizable=1,scrollbars=1"); if ((browser=="Microsoft Internet Explorer") && (parseInt(version) < 4)) { // do nothing } else { feedbackPopup.opener = self.parent; } feedbackPopup.focus(); } function writeHeaderNoteNew(txt, isCustomize, isReq, isHelp, isFeedback, helpId, width) { var str = ""; if (width == null) { width="84%"; } str += ""; str += "
" + txt + " "; if (isCustomize) { str += "customize"; } if (isCustomize && isHelp) str += " | "; if (isReq) str += " = required"; if (isReq && isFeedback) str += " | "; if (isFeedback) { str += "\"Feedback\""; } if (isFeedback && isHelp) str += " | "; if (isHelp) { str += ""; str += ""; } str += "
"; document.write(str); } function writeSH() { var txt = writeSH.arguments[0] != null ? writeSH.arguments[0]:""; var lmid = writeSH.arguments[1] != null ? writeSH.arguments[1]:""; var isFolder = writeSH.arguments[2] != null ? writeSH.arguments[2]:""; var addFoldersPage = writeSH.arguments[3] != null ? writeSH.arguments[3]:""; var manageFoldersPage = writeSH.arguments[4] != null ? writeSH.arguments[4]:""; var folderFormName = writeSH.arguments[5] != null ? writeSH.arguments[5]:""; var str = ""; str += "" + txt; if (lmid != "") { str += "  Learn More"; } if (isFolder != "") { str += "Add or "; str += "Manage Folders"; } str += ""; document.write(str); } function writeVSH() { var txt = writeVSH.arguments[0] != null ? writeVSH.arguments[0]:""; var lmid = writeVSH.arguments[1] != null ? writeVSH.arguments[1]:""; var width = writeVSH.arguments[2] != null ? writeVSH.arguments[2]:"84%"; var str = ""; str += ""; str += ""; if (lmid != "") { str += ""; } str += "
" + txt + "  "; str += ""; str += "Learn More
"; document.write(str); } function writeFVSH() { var txt = writeFVSH.arguments[0] != null ? writeFVSH.arguments[0]:""; var lmid = writeFVSH.arguments[1] != null ? writeFVSH.arguments[1]:""; var width = writeFVSH.arguments[2] != null ? writeFVSH.arguments[2]:"84%"; var str = ""; str += ""; str += ""; str += "
"; str += "
  " + txt + "
  "; if (lmid != "") { str += ""; str += "Learn More"; } str += " 
"; document.write(str); } function writeMsg(type, msg) { if (msg == "") return; var str = ""; if (type > 0) type = type -1; else type = 0; str += ""; str += ""; str += "
" + msgTxt[type] + "" + msg + "

"; document.write(str); } function writeDivLine() { var str = "
"; document.write(str); } function writeFrameTop(txt, width) { var str = ""; str += ""; str += ""; str += ""; str += ""; str += "
" + txt + "
"; document.write(str); } function writeFrameBottom(width) { var str = ""; str += ""; str += ""; str += ""; str += "
"; document.write(str); } function writeMktFrameTop(txt, width) { var str = ""; str += ""; str += ""; str += ""; str += "
 
" + txt + "
"; document.write(str); } function writeMktFrameBottom(width, backGround) { var str = ""; str += ""; str += ""; str += ""; str += "
"; document.write(str); } function writeBoxTop(txt, width) { var str = ""; str += ""; str += ""; str += ""; str += "
" + txt + "
"; document.write(str); } function writeBoxBottom(width) { var str = ""; str += ""; str += ""; str += ""; str += "
"; document.write(str); } function writeMiniBox(txt, width) { var str = ""; str += ""; str += ""; str += ""; str += "
" + txt + "
"; document.write(str); } function writeFullBoxTop(txt, width) { var str = ""; str += ""; str += ""; str += ""; str += "
" + txt + "
"; document.write(str); } /* no use for this..requires some tweaking function writeFullBoxBottom(txt, width) { var str = ""; str += ""; str += ""; str += ""; str += "
" + txt + "
"; document.write(str); }*/ function writeCsrAlert(txt) { var str = ""; str += "
"; str += "
" + txt + "
"; document.write(str); } function writeSD(txt){ var str = ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += "
 " + txt + "
"; document.write(str); } function writeFSD(txt){ var str = ""; str += ""; str += ""; str += "
"; str += ""; str += ""; str += ""; str += "
 " + txt + "
"; str += "
"; document.write(str); } function writeHeaderNoteFixed(txt, isCustomize, isReq, isHelp, helpId, width) { var str = ""; if (width == null) { width="84%"; } str += ""; str += "
"; str += "
" + txt + " "; if (isCustomize) { str += "customize"; } str += "
Tell a Friend
   
"; if (isCustomize && isHelp) str += " | "; if (isReq) str += " = required"; if (isReq && isHelp) str += " | "; if (isHelp) { str += ""; str += ""; } str += "
"; str += "
"; document.write(str); } function writeHelp(){ var str = ""; str += ""; str += ""; document.write(str); } /*Data Out Functions --- */ function showTop(s){ var d = document.getElementById(s); if(d != null && d.style.display == 'block'){ document.getElementById(s).style.display = 'none'; if(s == 'dotFilters'){ // document.getElementById('iconFilter').src = '/lotus/images/icons/filters.gif'; } else if(s == 'dotSearch'){ document.getElementById('iconSearch').src = '/lotus/images/icons/search.gif'; } else if (s == 'dotOptions'){ document.getElementById('iconOptions').src = '/lotus/images/icons/options.gif'; } } else { if(s == 'dotFilters'){ document.getElementById('dotFilters').style.display = 'block'; // document.getElementById('iconFilter').src = '/lotus/images/icons/filters_on.gif'; hideTop('dotSearch'); hideTop('dotOptions'); document.getElementById('iconSearch').src = '/lotus/images/icons/search.gif'; document.getElementById('iconOptions').src = '/lotus/images/icons/options.gif'; } else if(s == 'dotSearch'){ document.getElementById('dotSearch').style.display = 'block'; document.getElementById('iconSearch').src = '/lotus/images/icons/search_on.gif'; hideTop('dotFilters'); hideTop('dotOptions'); // document.getElementById('iconFilter').src = '/lotus/images/icons/filters.gif'; document.getElementById('iconOptions').src = '/lotus/images/icons/options.gif'; } else if (s == 'dotOptions'){ document.getElementById('dotOptions').style.display = 'block'; document.getElementById('iconOptions').src = '/lotus/images/icons/options_on.gif'; hideTop('dotFilters'); hideTop('dotSearch'); // document.getElementById('iconFilter').src = '/lotus/images/icons/filters.gif'; document.getElementById('iconSearch').src = '/lotus/images/icons/search.gif'; } } } function hideTop(s){ var d = document.getElementById(s); if(d!=null) d.style.display = 'none'; }