function changeaction(){
    var channellvalue = document.searchForm.channelid.value;
    var searchwordvalue = document.searchForm.searchword.value;
    if (channellvalue == "001"){
        document.searchForm.action = "http://www.microsoft.com/china/msdn/searchredir.aspx?qu=" + searchwordvalue;
    }
    else{
        document.searchForm.action = "http://search.ccidnet.com/search.wct";
    }
}
document.write("<div align='center'><a name='#top'></a>"); 
document.write("<script language='JavaScript' src='http://image.ccidnet.com/nav/ccidnet_header.js'></script>");
document.write("<div align='center'>");
document.write("<script language='JavaScript' src='http://image.ccidnet.com/nav/tech_header.js'></script>");
document.write("</div>");