<!--
function frameCheck() {
if (parent.frameset != 'yes'){
window.location.href='../index.html';
}
}
//-->