function setFormAction(objForm,strAction)
{objForm.action=strAction;objForm.submit();}
function displayTooltip( iWidth, strText ) 
{ Tip( strText, WIDTH, iWidth, BGCOLOR, '#b4c8bd', BORDERWIDTH, 1, BORDERCOLOR, '#769083', FONTCOLOR, '#769083', FONTFACE, 'Verdana, Arial, Helvetica, sans-serif', FONTSIZE, '12px', OPACITY, '95', SHADOWWIDTH, '3' ); }
function openPopupWindow(URL,winName,features,winWidth,winHeight)
{var IE=(document.all);var N4=(document.layers);var N6=(!IE&&!N4&&document.getElementById);var NN=N4||N6;var WIN32=(navigator.platform=="Win32");var MAC=!WIN32;w=screen.availWidth;h=screen.availHeight;if(MAC){if(N4){w+=20;h+=20;}
if(N6){w-=10;h-=25;}}
window.open(URL,winName,features+",width="+winWidth+",height="+winHeight+",top="+(h-winHeight)/2+",left="+(w-winWidth)/2);}
function toggleCBox(form,elm){var strForm=form;if(strForm.length==0){strForm="document.cpform"}checkSet=eval(strForm+"."+elm);checkSet.checked=!checkSet.checked}function toggleCBoxGroup(form,elm,val){var strForm=form;if(strForm.length==0){strForm="document.cpform"}checkSet=eval(strForm+"."+elm);for(i=0;i<checkSet.length;i++){if(checkSet[i].value==val){checkSet[i].checked=!checkSet[i].checked;break}}}function toggleRadio(form,elm,val){var strForm=form;if(strForm.length==0){strForm="document.cpform"}radioSet=eval(strForm+"."+elm);for(i=0;i<radioSet.length;i++){if(radioSet[i].value==val){radioSet[i].checked=true;break}}}
