ÿþ<!DOCTYPE HTML PUBLIC "-//W2C//DTD HTML 2.01 Transitional//EN"> <html> <head> <title>PsyPractice Inc.</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body background="images/bkgrnd.gif" LINK="#0E3370" VLINK="#0E3370" BGCOLOR="ffffff" ALINK="#0E3370" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <center> <table width=80% border=0 bgcolor="ffffff"><tr><td width=35%><a href="http://psypractice.com"><img src="images/03Logo.jpg" border=0></a></td> <td><center><font face="Palatino" size=3 color="AD1517"><i><b>Real Client Input<br>Real Time Results<br> Real Simple<br>30 Minutes or Less!</b></i></font></center></td></tr></table> <table width=80% border=0 bgcolor="ffffff"><tr bgcolor="ffffff"><td></td></tr><tr bgcolor="ad1517"><td height="1"></td></tr></table> <style> .menu { filter:alpha(Opacity=100, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=500, FinishY=250); } .MenuBox { border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } a.MenuHeader { COLOR: #0E3370; FONT-SIZE: 70%; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuHeader:link { COLOR: #0E3370; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuHeader:visited { COLOR: #0E3370; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuHeader:hover { COLOR: #0E3370; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuItem { COLOR: #0E3370; FONT-SIZE: 70%; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuItem:link { COLOR: #0E3370; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuItem:visited { COLOR: #ad1517; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } a.MenuItem:hover { COLOR: #0E3370; FONT-FAMILY: Palatino; TEXT-DECORATION: None; FONT-WEIGHT: None; } </style> <script> <!-- // MENU MOUSE OVER function menuOver(itemName) { clearTimeout(timeOn) menuActive = 1 }// MENU MOUSE OUT function menuOut(itemName) { if(document.layers) { menuActive = 0 timeOn = setTimeout("hideAllMenus()", 400) } } // SET BACKGROUND COLOR function getImage(name) { if (document.layers) { return findImage(name, document); } return null; } function findImage(name, doc) { var i, img; for (i = 0; i < doc.images.length; i++) if (doc.images[i].name == name) return doc.images[i]; for (i = 0; i < doc.layers.length; i++) if ((img = findImage(name, doc.layers[i].document)) != null) { img.container = doc.layers[i]; return img; } return null; } function getImagePageLeft(img) { var x, obj; if (document.layers) { if (img.container != null) return img.container.pageX + img.x; else return img.x; } return -1; } function getImagePageTop(img) { var y, obj; if (document.layers) { if (img.container != null) return img.container.pageY + img.y; else return img.y; } return -1; } //document.write('<style> .menu{position: absolute;}</style>'); var timeOn = null numMenus = 7; document.onmouseover = hideAllMenus; document.onclick = hideAllMenus; window.onerror = null; function getStyleObject(objectId) { // cross-browser function to get an object's style object given its id if(document.getElementById && document.getElementById(objectId)) { // W3C DOM return document.getElementById(objectId).style; } else if (document.all && document.all(objectId)) { // MSIE 4 DOM return document.all(objectId).style; } else if (document.layers && document.layers[objectId]) { // NN 4 DOM.. note: this won't find nested layers return document.layers[objectId]; } else { return false; } } // getStyleObject function changeObjectVisibility(objectId, newVisibility) { // get a reference to the cross-browser style object and make sure the object exists var styleObject = getStyleObject(objectId); if(styleObject) { styleObject.visibility = newVisibility; return true; } else { //we couldn't find the object, so we can't change its visibility return false; } } // changeObjectVisibility function showMenu(menuNumber, eventObj, labelID) { hideAllMenus(); if(document.layers) { img = getImage("img" + menuNumber); x = getImagePageLeft(img); y = getImagePageTop(img); menuTop = y + 10; // LAYER TOP POSITION eval('document.layers["menu'+menuNumber+'"].top="'+menuTop+'"'); eval('document.layers["menu'+menuNumber+'"].left="'+x+'"'); } eventObj.cancelBubble = true; var menuId = 'menu' + menuNumber; if(changeObjectVisibility(menuId, 'visible')) { return true; } else { return false; } } function hideAllMenus() { for(counter = 1; counter <= numMenus; counter++) { changeObjectVisibility('menu' + counter, 'hidden'); } } function moveObject(objectId, newXCoordinate, newYCoordinate) { // get a reference to the cross-browser style object and make sure the object exists var styleObject = getStyleObject(objectId); if(styleObject) { styleObject.left = newXCoordinate; styleObject.top = newYCoordinate; return true; } else { // we couldn't find the object, so we can't very well move it return false; } } // moveObject // *********************** // hacks and workarounds * // *********************** // initialize hacks whenever the page loads window.onload = initializeHacks; // setup an event handler to hide popups for generic clicks on the document function initializeHacks() { // this ugly little hack resizes a blank div to make sure you can click // anywhere in the window for Mac MSIE 5 if ((navigator.appVersion.indexOf('MSIE 5') != -1) && (navigator.platform.indexOf('Mac') != -1) && getStyleObject('blankDiv')) { window.onresize = explorerMacResizeFix; } resizeBlankDiv(); // this next function creates a placeholder object for older browsers createFakeEventObj(); } function createFakeEventObj() { // create a fake event object for older browsers to avoid errors in function call // when we need to pass the event object to functions if (!window.event) { window.event = false; } } // createFakeEventObj function resizeBlankDiv() { // resize blank placeholder div so IE 5 on mac will get all clicks in window if ((navigator.appVersion.indexOf('MSIE 5') != -1) && (navigator.platform.indexOf('Mac') != -1) && getStyleObject('blankDiv')) { getStyleObject('blankDiv').width = document.body.clientWidth - 20; getStyleObject('blankDiv').height = document.body.clientHeight - 20; } } function explorerMacResizeFix () { location.reload(false); } function mClk(src){ if(event.srcElement.tagName=='TD') src.children.tags('A')[0].click(); } //--> </script> <center><table width=80% bgcolor="ffffff" cellpadding="1" cellspacing="0" border="0"> <tr height="5"><td width=20%></td> <td align="left" valign="bottom" width="" height="5"> <div id="label1"><a href="company_info.html" class="MenuHeader" onMouseover="return !showMenu('1', event, 'label1'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/ci_active.jpg" border=0></a></div> <div id="menu1" style="width: 150px; height: 52px; position:absolute; z-index:1; visibility:hidden" onmouseover="event.cancelBubble = true;" class="Menu"> <table border="0" cellspacing="0" cellpadding="3" width="134"><tr><td bgcolor="#ffffff" width="100%"> <table border=0 cellpadding=2 cellspacing=0 width="100%"> <tr id="1a" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="company_info.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> About Us</a></td></tr> <tr id="1b" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="acknowledgements.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Acknowledgements</a></td></tr> <tr id="1c" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="contact.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Contact</a></td></tr> </table> </td></tr></table> </div> </td> <td align="left" valign="bottom" width="" height="5"> <div id="label3"><a href="mpa_products.html" class="MenuHeader" onMouseover="return !showMenu('3', event, 'label3'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/ps_active.jpg" border=0></a></div> <div id="menu3" style="width: 150px; height: 52px; position:absolute; z-index:1; visibility:hidden" onmouseover="event.cancelBubble = true;" class="Menu"> <table border="0" cellspacing="0" cellpadding="3" width="163"><tr><td bgcolor="#ffffff" width="100%"> <table border=0 cellpadding=2 cellspacing=0 width="100%"> <tr id="3a" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="overview.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> About the Assessments</a></td></tr> <tr id="3b" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="mpa_products.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Product List</a></td></tr> <tr id="3c" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="workshops_descrip.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Workshop List</a></td></tr> <tr id="3d" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="custom_form.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Custom Quote</a></td></tr> <tr id="3e" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="download.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Download Center</a></td></tr> <tr id="3f" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="faq_select.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> FAQ</a></td></tr> </table> </td></tr></table> </div> </td> <td align="left" valign="bottom" width="" height="5"> <div id="label4"><a href="news.html" class="MenuHeader" onMouseover="return !showMenu('4', event, 'label4'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/news_active.jpg" border=0></a></div> <div id="menu4" style="width: 150px; height: 52px; position:absolute; z-index:1; visibility:hidden" onmouseover="event.cancelBubble = true;" class="Menu"> <table border="0" cellspacing="0" cellpadding="3" width="145"><tr><td bgcolor="#ffffff" width="100%"> <table border=0 cellpadding=2 cellspacing=0 width="105%"> <tr id="4i" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="news.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Announcements</a></td></tr> <tr id="4a" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="child_matters.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Child Matters</a></td></tr> <tr id="4b" bgcolor="#ffffff"><td onMouseover="this.style.backgroundColor = '#CFD9E4';" onMouseout = "this.style.backgroundColor = '#ffffff';" width="100%" class="MenuBox"><a class="MenuItem" href="workshops.html" onMouseOut="menuOut('rollimg2');" onMouseOver="menuOver('rollimg2');"><img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Upcoming Workshops</a></td></tr> </table> </td></tr></table> </div> </td> <td align="left" valign="bottom" width="" height="5"> <div id="label5"><a href="contact.html" class="MenuHeader" onMouseover="return !showMenu('5', event, 'label5'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/contact_active.jpg" border=0></a></div> </div> </td> <td align="left" valign="bottom" width="" height="5"> <div id="label2"><a href="links.html" class="MenuHeader" onMouseover="return !showMenu('2', event, 'label2'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/links_active.jpg" border=0></a></div> </div> </td> <td align="left" valign="bottom" width="" height="5"> <div id="label6"><a href="/index.html" class="MenuHeader" onMouseover="return !showMenu('6', event, 'label6'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/home_active.jpg" border=0></a></div> </div> </td> <td width=8%></td> <td align="left" valign="middle" width="" height="5"> <div id="label7"><a href="#" class="MenuHeader" onClick='alert("We ve worked hard over the weekend and will continue today to bring you V2.0. Keep checking back throughout the day  it won t be long now. Please don t hesitate to contact PsyPractice Customer Service (CustomerService@PsyPractice.com) OR Katie Perry (KPerry@PsyPractice.com 706.333.3809) with any questions.")' onMouseover="return !showMenu('7', event, 'label7'); menuOver('rollimg2');" onMouseOut = "window.status='';return true;"><img src="images/login_active.jpg" border=0></a></div> </div> </td> </tr> </table> <!-- end drop-down menu --> <table width=80% border=0 bgcolor="ffffff"><tr><td><div align="center"><br><font color="#AD1517" size="5" face="Palatino">Attention PsyPractice Customers!</font><br><br> <font color="#0E3370" size="2" face="Palatino">We ve worked hard over the weekend and will continue today to bring you V2.0.<br>Keep checking back throughout the day  it won t be long now. Please don t hesitate to<br>contact PsyPractice Customer Service (CustomerService@PsyPractice.com) OR Katie Perry (KPerry@PsyPractice.com 706.333.3809) with any questions.</font><br><br> <font color="#AD1517" size="4" face="Palatino"><img src="images/red_arrow_right.gif" align="absmiddle"> <a href="#" onClick='alert("We ve worked hard over the weekend and will continue today to bring you V2.0. Keep checking back throughout the day  it won t be long now. Please don t hesitate to contact PsyPractice Customer Service (CustomerService@PsyPractice.com) OR Katie Perry (KPerry@PsyPractice.com 706.333.3809) with any questions.")'>LOGIN NOW</a></font> <br><br><font color="#0E3370" size="2" face="Palatino">If you have questions or need any assistance please don t ever hesitate to contact us:</font></div></center><br></td></tr> <tr><td><div align="center"><font color="#0E3370" size="2" face="Palatino">PsyPractice Customer Service (24X7 email support)<br><a href="mailto:CustomerService@PsyPractice.com?subject=Customer Service Inquiry">CustomerService@PsyPractice.com</a><br><br> Katie Perry, Sales & Marketing Account Executive<br><a href="mailto:KPerry@PsyPractice.com">KPerry@PsyPractice.com</a> / 706.333.3809<br><br> Pat Patten<br><a href="mailto:PPatten@PsyPractice.com">PPatten@PsyPractice.com</a> / 706.333.0787<br><br> Dr. John Mauldin<br><a href="mailto:DrJMauldin@PsyPractice.com">DrJMauldin@PsyPractice.com</a> / 706.402.3525<br><br> Coe Cloud, Editor/Webmaster<br><a href="mailto:Coe.Cloud@PsyPractice.com">Coe.Cloud@PsyPractice.com</a><br><br> Michael Brown, Director of Engineering<br><a href="mailto:Michael@PsyPractice.com">Michael@PsyPractice.com</a> </font></div></td></tr> </table> <table width=80% border=0 bgcolor="ffffff"><tr><td><div align="center"><br><font color="#AD1517" size="4" face="Palatino"> >>>>>>>>>>>>>><<<<<<<<<<<<<<<br><br> MPA V2.0 Powerful New Features!<br><br> >>>>>>>>>>>>>><<<<<<<<<<<<<<<br><br> </font></td></tr></table> <table width=80% border=0 bgcolor="ffffff"><tr><td width=10%></td> <td><div align="center"><font color="#0E3370" size="2" face="Palatino"> <img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Organization s  Super-Admin can create, edit, and (re)assign internal administrators including team counseling where multiple administrators/clinicians can be assigned to one client.<br><br> <img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Client transfer in from /out to other Organizations<br<br> <img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Assignment and scheduling of assessments<br><br> <img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Ability to stop/save/continue testing<br><br> <img src="images/menu_dot.jpg" align="absmiddle" width="8" height="8" border="0"> Self-generation of Organizational Reporting including: comparison of individual and program tests, plus outcomes for pre/post assessment, demographics by type desired, and short form for test and subtest report summary<br><br> </font></div></td> <td width=10%></td></tr> </table> <table width=80% border=0 bgcolor="ffffff"><tr bgcolor="AD1517"><td> </td></tr></table> <table width=80% border=0 bgcolor="ffffff"> <tr><td><font face="Arial, Helvetica, sans-serif" size=1 color="003366">Please review our Terms of Service and Privacy Policy<br> Copyright© 2001-2011 PsyPractice Inc. - All Rights Reserved</font><td> <div align="right"><a href="http://psypractice.com"><img src="images/03Logo_pp.jpg" border=0></a> </div></td> </tr></table> </body> </html>