function changePage(lnkdPage)
{
parent.frames['self'].location.href = lnkdPage;
}


