function kicklead(ip_strConf)
{
	var el = document.createElement("iframe");
	el.setAttribute('id', 'ifrm');
	el.setAttribute('width', '0');
	el.setAttribute('height', '0');
	el.setAttribute('frameborder', '0');
	document.body.appendChild(el);
	el.setAttribute('src', ip_strConf);
}