function openLink(strUrl)
{
    parent.window.location = strUrl;
}