// © Copyright TXU Energi 2002.  All rights reserved.

// NOTE : DO NOT EDIT THIS FILE - Only edit the associated source file.

document.onkeypress = getKey;function hl(objField){if(objField.className=='fldLow'){objField.className='fldHigh';}else{objField.className='fldLow';}}function createBookmark(){if (window.external){external.AddFavorite(location.href, document.title);}else{alert('Please press Ctrl+D to bookmark this page.');}}function confirmTask(pPage, pQuestion){if(confirm(pQuestion+'.\n\nAre you sure?'))location.href=pPage;}function doTask(pPage, pTask){location.href=pPage+'?task='+pTask;}function submitTask(pPage, pTask){document.forms[0].action=pPage+'?task='+pTask;document.forms[0].submit();}function saveRecord(pAction){if(validateForm()){document.forms[0].action=pAction;document.forms[0].submit();}}function getKey(keyStroke) {if (document.all){if (event.ctrlKey && event.shiftKey && event.keyCode=='12')location.href='../admin/default.asp';}}