function Main_Go()
{
    alert('Starting!');
}
function Show_Me(Pass_)
{
      document.getElementById("The_Display").innerHTML = "<iframe src='"+Pass_+"' frameborder=0 class='R_Area Active_Area pos_abs o_flow_on'>";
}