// JavaScript Document
function refreshMainFrame(input){
  parent.document.getElementById('mainFrame').src = ("main.php?lang=" + input);
};
