function cargar_iframe(src)
{
    var of = document.getElementById("iframemc");
    of.src=src;
}