
function OpenPopWin(winurl,w,h,s)
{

self.name = "page"
OpenWin = window.open(winurl, "popup", "height=" + h + ",width=" + w + ",top=220, left=160,toolbar=no,menubar=no,location=no,scrollbars=" + s + ",resizable=no");
}


//var rootImgPath = 'http://www.churchillandco.net/v2/templates/ms_churchill/images/case_buttons/';
var rootImgPath = '';
  
function change(_this,_filename) {
    if (document.images)
         _this.src = rootImgPath+_filename;
}