function setSize(){
   //alert('width = ' + document.all['myId'].clientWidth + ' height = ' +  document.all['myId'].clientHeight);
   document.images.fspace.height = document.all['right_col2'].clientHeight;
//   document.all['desc2'].style.top = document.all['right_col2'].clientHeight+125;
}

function setReviewSize(){
   //alert('width = ' + document.all['myId'].clientWidth + ' height = ' +  document.all['myId'].clientHeight);
//   document.images.fspace.height = document.all['right_col2'].clientHeight;
}

function setSize2(){
   //alert('width = ' + document.all['myId'].clientWidth + ' height = ' +  document.all['myId'].clientHeight);
//   document.images.fspace.height = document.all['proddesc'].clientHeight;
}
