



<!--This is the javascript function to changes content of two frames-->


function changePages (left, main) {
parent.left_menu.location.href=left;parent.main_content.location.href=main;
}




