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