function showEmbedCommunity(reportid)
{
    var id="iframecommunity";
    if (document.getElementById)
    {
    	frames['iframecommunity'].location.href="http://www.cyclosport.org/embed/embed.aspx?rid=" + reportid;
    }
    else if (document.all)
    {
	    x = document.all[id];
	    frames['iframecommunity'].location.href="http://www.cyclosport.org/embed/embed.aspx?rid=" + reportid;
	  }
}

function showEmbedEvent(reportid)
{
    var id="iframeevent";
    if (document.getElementById)
    {
    	frames['iframeevent'].location.href="http://www.cyclosport.org/embed/embed.aspx?rid=" + reportid;
    }
    else if (document.all)
    {
	    x = document.all[id];
	    frames['iframeevent'].location.href="http://www.cyclosport.org/embed/embed.aspx?rid=" + reportid;
	  }
}

function showEmbedTV(reportid)
{
    var id="iframetv";
    if (document.getElementById)
    {
    	frames['iframetv'].location.href="http://www.cyclosport.org/embed/embed.aspx?rid=" + reportid;
    }
    else if (document.all)
    {
	    x = document.all[id];
	    frames['iframetv'].location.href="http://www.cyclosport.org/embed/embed.aspx?rid=" + reportid;
	  }
}

function showEmbedOther(reportid)
{
    var id="iframeother";
    if (document.getElementById)
    {
    	frames['iframeother'].location.href="http://www.cyclosport.org/embed/embed.aspx?rid=" + reportid;
    }
    else if (document.all)
    {
	    x = document.all[id];
	    frames['iframeother'].location.href="http://www.cyclosport.org/embed/embed.aspx?rid=" + reportid;
	  }
}

function showEmbedOther2(reportid)
{
    var id="iframeother2";
    if (document.getElementById)
    {
    	frames['iframeother2'].location.href="http://www.cyclosport.org/embed/embed.aspx?rid=" + reportid;
    }
    else if (document.all)
    {
	    x = document.all[id];
	    frames['iframeother2'].location.href="http://www.cyclosport.org/embed/embed.aspx?rid=" + reportid;
	  }
}
