function CarregaShop(id, categoria, altura) {
//kdshop_param += "origem=" + kdshop_origem;
kdshop_param = "origem="+id+"&categoria="+categoria;

kdshop_dominio = "http://www.lojaskd.com.br/";
//kdshop_dominio = "http://intranet.wb4b.com.br/firstclass/dev/templates/38/lojaskd/beta/";
kdshop_src = "middleware/pluginblog/carrega_shop.php";
// Output contents
if (!altura) {
	kdshop_limitHeigth = 250;
} else {
	kdshop_limitHeigth = altura;
}
kdshop_width = '100%';

document.writeln("<ifra" + "me src=\"" + kdshop_dominio + kdshop_src +"?"+ kdshop_param + "\" ");
document.writeln("  width=\"" + kdshop_width + "\" height=\"" + kdshop_limitHeigth + "\" ");
document.writeln("  marginwidth=\"0\" marginheight=\"0\" ");
document.writeln("  frameborder=\"0\" frameSpacing=\"0\" ");
document.writeln("  cellSpacing=\"0\" cellPadding=\"0\" ");
document.writeln("  scrolling=\"no\" noResize>");
//kdshop_track("sem_suporte_iframe");
document.writeln("</ifra" + "me>");
// -->
}

function removeEComercial(txt_url){ 
	var url_retorno = new String(txt_url);
	var i;
	var char_code = "&";
	var index = url_retorno.indexOf(char_code, 0);
	while( index >=0 ){
		url_retorno = url_retorno.replace(char_code, "%26" );
		index = url_retorno.indexOf(char_code, 0);
	}
	return url_retorno;
}

