﻿
function ChangeText(index) {
    if (index == 0) document.getElementById('divText').innerHTML = "<a href=\"companyinfo.aspx\" target=\"_parent\"><img border=\"0\" src=\"images/whoweare.jpg\"></a>";
    if (index == 1) document.getElementById('divText').innerHTML = "<a href=\"resources.aspx\" target=\"_parent\"><img border=\"0\" src=\"images/resources.jpg\"></a>";
    //if (index == 2) document.getElementById('divText').innerHTML = "<a href=\"blog.aspx\">" + document.getElementById("ctl00_main_content_hfLatest").value + "</a>";
    if (index == 2) document.getElementById('divText').innerHTML = "<iframe scrolling=\"auto\" src=\"latest_blog.aspx?catID=0\" frameborder=\"0\" height=\"255px\" width=\"255px\" />"
    if (index == 3) document.getElementById('divText').innerHTML = "<iframe scrolling=\"auto\" src=\"latest_blog.aspx?catID=4\" frameborder=\"0\" height=\"255px\" width=\"255px\" />"
    //if (index == 3) document.getElementById('divText').innerHTML = "<a href=\"blog.aspx\">" + document.getElementById("ctl00_main_content_hfTest").value + "</a>";
}

