

function cs(){
if (document.all||document.getElementById){
with (document.cstyle){
var temp=cstyle1.value+'px '+cstyle2.value+' '+cstyle3.value
var crossobj=document.getElementById&&!document.all? document.getElementById("cwindow") : document.all.cwindow
crossobj.style.border=temp
document.gc.gc1.value='<iframe name="cwindow" style="border:'+temp+'" width=150 height=150 src="doc.htm"></iframe>'
}
}
}
