ÿþ<HTML> <HEAD> <meta http-equiv="Content-Type" content="text/html; charset=x-user-defined"> <TITLE></TITLE> <script language=javascript> if (window.screen.height > 600) document.write ("<LINK REL=STYLESHEET TYPE='text/css' HREF='./Include/Style.css'>"); else document.write ("<LINK REL=STYLESHEET TYPE='text/css' HREF='./Include/StyleLower.css'>"); </script> <script language="JavaScript"> var IE4 = (document.all); var win = window; // window to search. var n = 0; function findInPage() { var txt, i, found, str; str = search.str.value; if (str == "") return false; if (IE4) { txt = dir.document.body.createTextRange(); // Find the nth match from the top of the page. for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) { txt.moveStart("character", 1); txt.moveEnd("textedit"); } // If found, mark it and scroll it into view. if (found) { txt.moveStart("character", -1); txt.findText(str); txt.select(); txt.scrollIntoView(); n++; } // Otherwise, start over at the top of the page and find first match. else { if (n > 0) { n = 0; findInPage(str); } // Not found anywhere, give message. else alert("No match found."); } } return false; } </script> </HEAD> <BODY class=background1> <form name="search"> <table width=100% cellpadding=0 cellspacing=0 border=0> <tr> <td colspan=2 class=background3 ><font class=titleUniFont>&nbsp;&nbsp;¡ ¾ ‡ ° Ç • Í Ÿ ° ¿ </td> </tr> <tr> <td height=5></td> </tr> <tr> <td width=10></td> <td><Font class=smallfont>Details of all magazines which are part of this venture. <br>&nbsp;<br> <iframe src=dircontent.htm width=100% height=260 name=dir frameborder=0 framespacing=0></iframe> <hr>Type your text to find in the list >>></font> <input name="str" type="text" size=25 onChange="n = 0;"></font> <input type="button" value="Find" id=submit1 name=submit1 onclick="findInPage()"> <br></td> <tr> </table> </form> </BODY> </HTML>