ÿþ<html> <HEAD> <title>Academy of Beauty & Health, INC.</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript1.1"> <!-- //Pixelating Image slideshow //Copyright Dynamic Drive 2001 //Visit http://www.dynamicdrive.com for this script //specify interval between slide (in mili seconds) var slidespeed=3000 //specify images var slideimages=new Array("photo1.jpg","hand.jpg", "photo2.jpg","hand2.jpg", "photo3.jpg","skin.jpg","photo4.jpg","skin2.jpg") //specify corresponding links var slidelinks=new Array("http://www.pronailacademy.com") var imageholder=new Array() var ie55=window.createPopup for (i=0;i<slideimages.length;i++){ imageholder[i]=new Image() imageholder[i].src=slideimages[i] } function gotoshow(){ window.location=slidelinks[whichlink] } //--> </script> </HEAD> <img alt="Pronail & Skincare Academy" src="3 D Logo.gif"> <body background="scionlord-1112884776.jpg" <tr style='mso-yfti-irow:0;height:28.0pt'> <td width=887 colspan=2 valign=bottom style='width:665.6pt;border:solid windowtext 1.0pt; mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt;height:28.0pt'> <p class=MsoNormal style='mso-element:frame;mso-element-frame-hspace:9.0pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:column;mso-element-top:.05pt;mso-height-rule:exactly'><span style='font-size:15.0pt'><marquee height="38">ACADEMY OF HEALTH AND BEAUTY</marquee><marquee height="38"></marquee><o:p></o:p></span></p> </td> </tr> <body bgcolor="#ffffff" text="#330033" link="#000000" vlink="#000000" alink="#000000"> <DIV id="Layer1" style="Z-INDEX: 8; LEFT: 350px; WIDTH: 285px; POSITION: absolute; TOP: 160px; HEIGHT: 15px"> <p> <p> <P align="center"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"></font></b>&nbsp;</P> <P align="center"><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size="3"> 2115 West Colonial Dr <br>Orlando, FL 32804 <br> <br>English: <br>(407) 447-5565 <br>(407) 375-2618 <br> <br>ViÇt Nam: <br>(407) 284-7861 <br>(407) 284-7862 <h5>(Between 441 and John Young Pkway, next to Magic Mall)</h5> </P> </DIV> <style type="text/css"> <!-- .textanimlink,a { text-decoration : none; } P.main { font-family : Arial; font-size : 13pt; font-weight : bold; } --> </style> <Script Language="Javascript"> <!-- Hiding /* Script created by Lefteris Haritou (lef@the.forthnet.gr) Permission granted to Dynamicdrive.com to feature the script For more DHTML scripts, visit Dynamicdrive.com */ bname=navigator.appName; bversion=parseInt(navigator.appVersion) if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)) window.onload=start else stop(); window.onunload=stop if (bname=="Netscape"){ brows=true dt=2 } else{ brows=false dt=20 } var z=0; var msg=0; var rgb=0; var link=false; var status=true; var updwn=false; var message= new Array(); var value=0; var h=window.innerHeight; var w=window.innerWidth; var timer1; var timer2; var timer3; var convert = new Array() var hexbase= new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"); // Put here your own messages. Add as many as you wan't (Do not edit anything else in the Script except the lines below) var bgcolor="#FFFFFF"; //Color of background var color="#00008D"; //Color of the Letters message[0]='Welcome To Our Website' message[1]='The Cosmetology Training Center' message[2]='of Central Florida' message[3]='Enjoy Your Visit...' message[4]='We Are Looking Forward To Meeting You' message[5]='In The Near Future...' // Put here your own messages. Add as many as you wan't (Do not edit anything else in the Script except the lines above) for (x=0; x<16; x++){ for (y=0; y<16; y++){ convert[value]= hexbase[x] + hexbase[y]; value++; } } redx=color.substring(1,3); greenx=color.substring(3,5); bluex=color.substring(5,7); hred=eval(parseInt(redx,16)); hgreen=eval(parseInt(greenx,16)); hblue=eval(parseInt(bluex,16)); eredx=bgcolor.substring(1,3); egreenx=bgcolor.substring(3,5); ebluex=bgcolor.substring(5,7); ered=eval(parseInt(eredx,16)); egreen=eval(parseInt(egreenx,16)); eblue=eval(parseInt(ebluex,16)); red=ered; green=egreen; blue=eblue; function start(){ if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)){ link=false; updwn=true; if (brows) res=document.layers['textanim'].top else{ textanim.style.width=document.body.offsetWidth-20; textanim.innerHTML='<Pre><P Class="main" Align="Center">'+message[msg]+'</P></Pre>' res=textanim.style.top for (x=0; x<document.all.length; x++) if(document.all[x].id=="textanimlink") link=true; } up() } } function stop(){ clearTimeout(timer1); clearTimeout(timer2); clearTimeout(timer3); } function resz(){ h=window.innerHeight; w=window.innerWidth; if (updwn) timer1=setTimeout('up()',1000) else timer2=setTimeout('down()',1000) } function breakf(){ if (status){ clearTimeout(timer1); clearTimeout(timer2); status=false return; } else{ status=true; if (updwn) timer1=setTimeout('up()',dt) else timer2=setTimeout('down()',dt) } } function up(){ if (red<hred){ if ((red+7)<hred) red+=7; else red=hred redx = convert[red] } else{ if ((red-7)>hred) red-=7; else red=hred redx = convert[red] } if (green<hgreen){ if ((green+7)<hgreen) green+=7; else green=hgreen greenx = convert[green] } else{ if ((green-7)>hgreen) green-=7; else green=hgreen greenx = convert[green] } if (blue<hblue){ if ((blue+7)<hblue) blue+=7; else blue=hblue bluex = convert[blue] } else{ if ((blue-7)>hblue) blue-=7; else blue=hblue bluex = convert[blue] } rgb = "#"+redx+greenx+bluex; if (brows){ document.layers['textanim'].document.linkColor=rgb; document.layers['textanim'].document.vlinkColor=rgb; if (window.innerHeight!=h || window.innerWidth!=w){ clearTimeout(timer1); resz() return; } else{ document.layers['textanim'].document.write('<Pre><P Class="main" Align="Center"><font color="'+rgb+'">'+message[msg]+'</font></P></Pre>') document.layers['textanim'].document.close(); } } else{ textanim.style.color=rgb; if(link) textanimlink.style.color=rgb; } if (z<38){ if (brows) document.layers['textanim'].top-- else textanim.style.posTop-- z++ timer1=setTimeout('up()',dt) } else { updwn=false; down() } } function down(){ if (red<ered){ if ((red+7)<ered) red+=7; else red=ered redx = convert[red] } else{ if ((red-7)>ered) red-=7; else red=ered redx = convert[red] } if (green<egreen){ if ((green+7)<egreen) green+=7; else green=egreen greenx = convert[green] } else{ if ((green-7)>egreen) green-=7; else green=egreen greenx = convert[green] } if (blue<eblue){ if ((blue+7)<eblue) blue+=7; else blue=eblue bluex = convert[blue] } else{ if ((blue-7)>eblue) blue-=7; else blue=eblue bluex = convert[blue] } rgb = "#"+redx+greenx+bluex; if (brows){ document.layers['textanim'].document.linkColor=rgb; document.layers['textanim'].document.vlinkColor=rgb; if (window.innerHeight!=h || window.innerWidth!=w){ clearTimeout(timer2); resz() return; } else{ document.layers['textanim'].document.write('<Pre><P Class="main" Align="Center"><font color="'+rgb+'">'+message[msg]+'</font></P></Pre>') document.layers['textanim'].document.close(); } } else{ textanim.style.color=rgb; if(link) textanimlink.style.color=rgb; } if (z<76){ if (brows) document.layers['textanim'].top-- else textanim.style.posTop-- z++ timer2=setTimeout('down()',dt) } else { if (brows){ document.layers['textanim'].document.write('') document.layers['textanim'].document.close(); } else textanim.innerHTML=''; window.clearInterval(timer2); if(msg<message.length-1){ msg++; z=0; if (brows){ document.layers['textanim'].top=res; } else textanim.style.top=res; timer3=setTimeout('start()',100); } else { msg=0; z=0; if (brows) document.layers['textanim'].top=res; else textanim.style.top=res; timer3=setTimeout('start()',2000); } } } // done hiding --> </Script> <Div id="textanim" style="position: absolute; left: 0; top: 440" onclick="breakf()"> </Div> <Layer name="textanim" left=0 top=440> </Layer> <DIV id="Layer1" style="Z-INDEX: 8; LEFT: 400px; WIDTH: 285px; POSITION: absolute; TOP: 500px; HEIGHT: 15px"> <input type="submit" name="Submit" value="English" onClick="document.location='TableOfContents.html'"> <input type="submit" name="submit" value="ViÇt Nam" onClick="document.location='VietMenu.html' " > <p>You are visitor no.: <!--webbot bot="HitCounter" u-custom i-digits="0" i-image="4" PREVIEW="&lt;strong&gt;[Hit Counter]&lt;/strong&gt;" i-resetvalue="0" startspan --><img src="_vti_bin/fpcount.exe/count/?Page=index.html|Image=4" alt="Hit Counter"><!--webbot bot="HitCounter" endspan i-checksum="33912" --> </p> </DIV> <div id="Layer3" style="Z-INDEX:21; LEFT:10px; WIDTH:700px; POSITION:absolute; TOP:650px; HEIGHT:20px"> <table width="695" border="1" cellspacing="1" cellpadding="1" ID="Table1"> <tr> <td bgcolor="#ff0066" width="300"> <div align="center"><b><font color="#ffffff" face="Bell MT"><a href="Hours.html">Hours of Operations/GiÝ Làm ViÇc </a> </font></b> </div> </td> <td bgcolor="#ff0066" width="300"> <div align="center"><b><font color="#ffffff" face="Bell MT"><a href="Direction.html">Directions/Ph°¡ng H°Ûng</font></b></div> </td> <td bgcolor="#ff0066" width="300"><div align="center"><b><font color="#ffffff" face="Bell MT"><a href="Contact.html">Contacts/Liên L¡c</a></font></b></div> </td> <td bgcolor="#ff0066" width="300"><div align="center"><b><font color="#ffffff" face="Bell MT"><a href="Payment.html">Payment Summary/HÍc Phí</a></font></b></div> </td> <td bgcolor="#ff0066" width="300"><div align="center"><b><font color="#ffffff" face="Bell MT"><a href="I-20.html">International (I-20)/HÍc Sinh Ngo¡i QuÑc</a></font></b></div> </td> </tr> </table> </div> <a href="javascript:gotoshow()"><img src="photo1.jpg" name="slide" border=0 style="filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=15,Duration=1)"></a> <script language="JavaScript1.1"> <!-- var whichlink=0 var whichimage=0 var pixeldelay=(ie55)? document.images.slide.filters[0].duration*1000 : 0 function slideit(){ if (!document.images) return if (ie55) document.images.slide.filters[0].apply() document.images.slide.src=imageholder[whichimage].src if (ie55) document.images.slide.filters[0].play() whichlink=whichimage whichimage=(whichimage<slideimages.length-1)? whichimage+1 : 0 setTimeout("slideit()",slidespeed+pixeldelay) } slideit() //--> </script> </FONT></B> </body> </html>