<!--
function frameCheck(vars) {
    if (parent.frameset != 'yes'){
        window.location.href='frames_main.php?' + vars;
    }
}
//-->