﻿function SetCheckBox(aoCkBox,aoTextControl,aoAltCkBox,aoAltTextControl,aoImageControl){if(aoTextControl!=null){aoTextControl.disabled=!aoCkBox.checked;}
if(aoCkBox.checked){var loShownCustCost=document.getElementById('ctl00_cphDataEntryDetails_ucBuildTagWizard_ShownCustCost');if(loShownCustCost==null||loShownCustCost.value=="F"){if(loShownCustCost!=null){loShownCustCost.value="T";}
$find('ctl00_cphDataEntryDetails_ucBuildTagWizard_ucmpeCustCost').show();$("#pnlInnerCustCost").fadeIn();}
if(aoAltCkBox!=null){aoAltCkBox.checked=false;if(aoAltTextControl!=null){SetCheckBox(aoAltCkBox,aoAltTextControl,null,null);}}
if(aoTextControl!=null){aoTextControl.focus();}}else{if(aoImageControl!=null){aoImageControl.style.display="none";}
if(aoTextControl!=null){aoTextControl.value="";}}}
function OpenProductPhoto(ucmpeProductPhotoId,imgProductPhotoSrc,txtProductPhoto){document.getElementById("imgProductPhoto").src=imgProductPhotoSrc;document.getElementById("lblProductPhoto").innerHTML=txtProductPhoto;$find(ucmpeProductPhotoId).show();$("#pnlInnerProductPhoto").fadeIn();}
function CloseProductPhoto(){document.getElementById("pnlInnerProductPhoto").style.display="none";}
function SetColorBtn(aoRadioBtnId){var loRadioBtn=document.getElementById(aoRadioBtnId);if(loRadioBtn!=null&&loRadioBtn.disabled==false){loRadioBtn.checked=true;}}