var fDesc=new Array(); fDesc[0] = "iSCSI Cake shares server's disk, partition, VMDK file, cluster, ESX or ISO file with iSCSI initiators/clients. iSCSI Cake provides another choice for enterprise storage virtualization. Client can access remote iSCSI storage as local disk, which supports all disk operations such as partitioning, formatting, read, and write.

iSCSI Cake uses copy-on-write mechanism to handle client write requests which means client can write, delete, format and repartition iSCSI disk without changing any bytes in server's storage resource."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }