function show_top_bar(color_fondo,imagen_fondo,alto_barra,color_link_principal,color_links){


	document.write('<div id = "top_bar" style = \'background:#'+color_fondo+' url('+imagen_fondo+') repeat-x; font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica;width:100%;height:'+alto_barra+'px;\'>');	
	document.write('<div style="float:left;margin-right:20px;margin-left:5px;"><a href = "http://www.dimarkin.com" style="color:#'+color_link_principal+'; text-decoration:none;" title = "Comunidad de Web" target = "_blank">Dimarkin Community<\/a><\/div>');
	document.write('<div style="float:left;margin-right:10px;"><a href = "http://dakoo.cl" style="color:#'+color_links+'; text-decoration:none;" title = "Noticias de desarrollo web y otras" target = "_blank">Dakoo<\/a><\/div>');
	document.write('<div style="float:left;margin-right:10px;"><a href = "http://www.maulesfera.cl" style="color:#'+color_links+'; text-decoration:none;" title="Blogs del maule" target = "_blank">Maulesfera<\/a><\/div>');
	document.write('<div style="float:left;margin-right:10px;"><a href = "http://www.entalca.com" style="color:#'+color_links+'; text-decoration:none;" title="Sitios y lugares de Talca" target = "_blank">EnTalca<\/a><\/div>');
	document.write('<div style="float:left;margin-right:10px;"><a href = "http://www.encurico.com" style="color:#'+color_links+'; text-decoration:none;" title="Sitios y lugares de Curico" target = "_blank">EnCurico<\/a><\/div>');
	document.write('<div style="float:left;margin-right:10px;"><a href = "http://www.guolk.cl" style="color:#'+color_links+'; text-decoration:none;" title="Encuentra tu destino, muchas personas te ayudarán" target = "_blank">Guolk<\/a><\/div></div>');

	//document.write('<div style="float:left;margin-right:10px;"><a href = "http://www.guolk.com" style="color:#'+color_links+'; text-decoration:none;">Guolk<\/a><\/div>');
	//document.write('<div style="float:left;margin-right:10px;"><a href = "#" style="color:#'+color_links+'; text-decoration:none;">Curifolk<\/a><\/div>');	
	//document.write('<div style="float:left;margin-right:10px;"><a href = "#" style="color:#'+color_links+'; text-decoration:none;">DelMaule<\/a><\/div>');	
	//document.write('<div style="float:left;margin-right:10px;"><a href = "#" style="color:#'+color_links+'; text-decoration:none;">MauleCompra<\/a><\/div>');	
	//document.write('<div style="float:left;margin-right:10px;"><a href = "#" style="color:#'+color_links+'; text-decoration:none;">Chilee<\/a><\/div>\n<\/div>');

}