function ifrmAction(ifrm, action, heig){
	var iframeWin = window.frames[ifrm];
	var iframeElement = parent.document.getElementById(ifrm); 
	
	iframeWin.location.href = action;
	iframeElement.height = heig;
//	document.all[ifrm].style.height = heig;
}