//alert('x-banner');

function ban_ifr_resize(name_frame,wdth,hght) {
var ifr=layer(name_frame,parent.document);
alert(name_frame + ":" + wdth+":" + hght+":"+parent.document);
alert(ifr)
if(ifr){
//	var nh;
//	if(UA==1) nh=document.body.scrollHeight;
//	else nh=Math.min(document.body.scrollHeight, document.body.offsetHeight);
//	if(nh>300) nh=300;
	//alert(name_frame+":"+wdth+":"+hght);
	ifr.style.height=hght;
	ifr.style.width=wdth;
	alert(ifr.style.width)
	}
}
