function SetCwinHeight(){
	var cwin=document.getElementById("cwin");      
	if (document.getElementById){
		if(cwin && !window.opera){
			//cwin.height = cwin.Document.body.scrollHeight;	
		}
	}
}
function SetCwinHeight1(){
	var cwin=document.getElementById("cwin1");
	if (document.getElementById){
		if (cwin && !window.opera){
			//cwin.height = cwin.Document.body.scrollHeight;	
		}
	}
}