
	function MM_openBrWindow(theURL,winName,features) { //v2.0
		window.open(theURL,winName,features);
	}

	function verBlog() {
		
		with(document.frmSeleccion) {
			if(selblogs.selectedIndex == 0) {
				alert("Por favor, selecciona algún blog");
				return;
			}
			action = url_blogs.value + "/" + selblogs.value;
			submit();
		}

	}
