// This is the function that opens up the printer friendly page.

function openPrfrPagePopup(url)
{
    popup=window.open(url);
    popup.focus();
}

