//HTML PAGE index.htm

function window_frame()
{
parent.location = "prog/homepage.html";
}

