
 function RecordsUrlNav(urlpath, pn) {

    urladdress = urlpath + pn;
    
    document.location.href = urladdress;

 } // end function



 function MarqueeBox(mno, sp) {
 
    document.getElementById("marqueeid" + mno).scrollAmount = sp;

 } // end function


 
 function PageSendToFriend() {
 
    ContentBoxDisplay('ContentAreaBox', '');
    
    document.getElementById("ContentBoxTitle").innerHTML = document.getElementById("send_to_afriend_link").title;
    
    ContentAreaBoxPage("send_to_afriend");
    
 } // end function
 
 
