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