function launchFTF()
{
window.open("/components/popups/forward_to_friend.jsp","ForwardToFriend","top=0,left=0,width=450,height=440")
   document.thisform.action = "/components/popups/forward_to_friend.jsp";
   document.thisform.method = "post";
   document.thisform.submit();
}

if (document.all) {
    document.all("forwardButton").style.cursor = 'hand'; // change cursor to hand for graphic link
}