if (cliente)
{
	var estilo = estilo ? estilo : '';
	var altura = altura ? altura : 200;
	var largura = largura ? largura : 150;
	document.write('<iframe src="http://www.kombo.com.br/curriculo/form_login.php?plugin_cid='+cliente+'&plugin_estilo='+estilo+'" width="'+largura+'" height="'+altura+'" frameborder="0"></iframe>');
}