function processA(callingElement) { document.location.href="default.asp"+callingElement.value; } function goArticle(strTitle) { document.location.href="article.asp?id="+strTitle } function goEvent(nID) { document.location.href="event.asp?eid="+nID; } function sendFriend(nID) { document.location.href="sendFriend.asp?id="+nID; } function sendSelf(nID) { document.location.href="sendSelf.asp?id="+nID; } function sendReprint(nID) { var vMessage="How many copies would you like?...\nWhat is the function of the reprint?...\nAny Special Requests?...\n\nName-\nCompany Name-\nPhone#-\n" document.location.href=document.location.href="mailto:reprints@mortgagepress.com?subject=webpage%20inquiry%20REPRINT%20Article#"+nID+"&body="+escape(vMessage); } function popUp() { var extras = 'titlebar=no,resize=no,left=0,top=0,menubar=no,scrollbar=no,width=627,height=184,statusbar=no,border= none,MINIMIZEBUTTON=no,sysmenu=no'; var win2 = window.open( 'quickRegMINI.asp', 'REGISTER', extras ); } function openMe(nID) { document.location.href="quickRegMINI.asp?it="+nID; } window.defaultStatus='Keeping the mortgage professional informed...ONLINE!'; function goEventEDIT(nID) { document.location.href="findEventAdmin.asp?eID="+nID; } function goTo(urlIn) { document.location.href=urlIn; } function stateEvent(callingElement) { document.location.href="CALENDEROFEVENTS.asp?state="+callingElement.value; }