function frmUpdate(page){
    top.coluna_tres.location=page;
}

function frmUpdateTwo(page) {
	top.coluna_dois.location=page;
}


function forceFrames(correctPage) {
    if (parent.location.href == self.location.href) {
    // change the url below to the url of the
    // frameset page...
    window.location.href = correctPage;
    }
    //  End -->
}
