﻿function showModalPopupViaClient() {
    var modalPopupBehavior = $find('AjaxPopUpBehaviorWait');
    modalPopupBehavior.show();
}
function logoImageOver(elementId, ImgPath) 
{
    if(ImgPath.length>0) {
        document[elementId].src=ImgPath;
   } 
}
function swatch_over(color_description){
	colorDescription=document.getElementById("litColorDescription");
	colorDescription.innerHTML="Color: " + color_description;
}
function swatch_over_image(elementId, ImgPath) 
{
    document[elementId].src=ImgPath;
}

