
function showmembername()
{
document.getElementById("txtFrm").style.display='block';
}

function highlightpagelink(plid,pmlid)
{
var plnk=document.getElementById(plid);
var pmlnk=document.getElementById(pmlid);
if (plnk) {document.getElementById(plid).className='seltab';}
if (pmlnk) {document.getElementById(pmlid).className='seltab';}
}

function ShowSendPageDialog()
{
var pgurl=document.URL;
var pgtitle=document.title;
window.open("/tellfriend.aspx?url="+escape(pgurl)+"&t="+escape(pgtitle),'FullScreen','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=400');
}

function ShowPrintHelpDialog()
{
var pgurl=document.URL;
var pgtitle=document.title;
showModalDialog("/printhelp.aspx", window, "center: yes; resizable: no; help: no; status: no; scroll: no; dialogWidth:500px");
}