ÿþ<html> <head> <head profile="http://www.w3.org/2005/10/profile"> <link rel="icon" type="image/png" href="/favicon.png"> <link rel="shortcut icon" href="/favicon.ico" > <script type="text/javascript" src="enlargeit.js"></script> <STYLE TYPE="text/css"> <!-- HTML, #fullheight {height:100%; margin: 0; padding: 0; border: none} BODY {background-color: #FFFFFF; height:100%; margin: 0; overflow: scroll} a img {border: 0} .light {filter:alpha(opacity=50); opacity:0.5;} .bright {font-family: verdana, tahoma, arial, sans-serif; font-size: 11px; color: #EEEEEE;} a.bright {border-bottom:1px dashed #EEEEEE; text-decoration:none;} --> </STYLE> <SCRIPT type="text/javascript"> var CurrentTheme = ""; var CurrentSub = ""; var CurrentArtPiece = 1; var total_FrontPage = 3; var total_PortfolioFashion = 25; var total_PortfolioBeauty = 22; var total_PortfolioPortraits = 36; var total_PortfolioJewelry = 24; var total_PortfolioFood = 19; var total_PortfolioInterior = 18; var total_PortfolioAllin = 230; var total_Celebrities1 = 7; var total_Celebrities2 = 4; var total_Celebrities3 = 4; var total_Celebrities4 = 5; var total_Celebrities5 = 7; var total_Celebrities6 = 1; var total_Celebrities7 = 9; var total_Retouch = 22; var total_TravelNile = 21; var total_TravelRocks = 9; var total_Art = 3; var total_ArtAngels = 6; var total_ArtInfinity = 4; var total_ArtDeepSpace = 21; var total_AboutSelf = 14; var total_AboutInfo = 0; var total_Contacts = 0; var nav_Top = "Portfolio Celebrities Retouch Travel Art About Contacts"; var nav_Portfolio = "Fashion Beauty Portraits Jewelry Food Interior Allin"; var nav_Celebrities = "1 2 3 4 5 6 7"; var nav_Retouch = ""; var nav_Travel = "Nile Rocks"; var nav_Gallery = ""; var nav_Art = "DeepSpace Angels"; var nav_About = "Info Self"; var nav_Contacts = ""; var enl_ani = 1; var enl_brdsize = 0; var enl_shadow = 0; var enl_shadowintens = 20; var enl_shadowsize = 1; var enl_dark = 0; var enl_darkprct = 75; var enl_drgdrop = 0; var enl_darksteps = 1; var enl_brdbck = ''; function ShowNav(im) { var fill = ""; var subs = ""; if (im == 'TOP') { subs = nav_Top.split(" "); for ( var i in subs ) { fill += (CurrentTheme != subs[i]) ? "<A HREF='?" + subs[i] + "'>" : ""; fill += "<IMG SRC='" + subs[i].toLowerCase() + ".png' NAME='" + subs[i] + "' CLASS='light' onload='this.style.opacity=looks(this)/100;this.filters.alpha.opacity=looks(this);' onmouseover='this.style.opacity=1;this.filters.alpha.opacity=100;' onmouseout='this.style.opacity=looks(this)/100;this.filters.alpha.opacity=looks(this);'>"; fill += (CurrentTheme != subs[i]) ? "</A><img src='spacer.gif' width=6 height=1>" : "<img src='spacer.gif' width=6 height=1>"; } document.getElementById('TopNavPanel').innerHTML = fill; } else { subs = eval("nav_" + CurrentTheme).split(" "); var x = (document.layers) ? document.images[CurrentTheme].x : document.images[CurrentTheme].offsetLeft; if (subs.length > 1) { for ( var i in subs ) { fill += (CurrentSub != subs[i]) ? "<A HREF='?" + CurrentTheme + "-" + subs[i] + "'>" : ""; fill += "<IMG SRC='" + subs[i].toLowerCase() + ".png' NAME='" + CurrentTheme + subs[i] + "' CLASS='light' onload='this.style.opacity=looks(this)/100;this.filters.alpha.opacity=looks(this);' onmouseover='this.style.opacity=1;this.filters.alpha.opacity=100' onmouseout='this.style.opacity=looks(this)/100;this.filters.alpha.opacity=looks(this);'>"; fill += (CurrentSub != subs[i]) ? "</A><img src='spacer.gif' width=6 height=1>" : "<img src='spacer.gif' width=6 height=1>"; } } fill = "<IMG SRC='spacer.gif' NAME='nav_spacer' HEIGHT=24 WIDTH=" + x + ">" + fill; document.getElementById('SubNavPanel').innerHTML = fill; } } function ShowArtNav() { var fill = ""; var subs = nav_Art.split(" "); var x = (document.layers) ? document.images[CurrentTheme].x : document.images[CurrentTheme].offsetLeft; if (subs.length > 1) { for ( var i in subs ) { fill += "<A HREF='?Art-" + subs[i] + "'>"; fill += "<IMG SRC='" + subs[i].toLowerCase() + ".png' NAME='Art" + subs[i] + "' CLASS='light' onload='this.style.opacity=0.5;this.filters.alpha.opacity=50;' onmouseover='this.style.opacity=1;this.filters.alpha.opacity=100' onmouseout='this.style.opacity=0.5;this.filters.alpha.opacity=50;'>"; fill += "</A><img src='spacer.gif' width=6 height=1>"; } } fill = "<IMG SRC='spacer.gif' NAME='nav_spacer' HEIGHT=24 WIDTH=" + x + ">" + fill; document.getElementById('SubNavPanel').innerHTML = fill; } function looks(im) { return ((CurrentTheme+CurrentSub).indexOf(im.name) ? 50 : 100); } function rand(max) { return Math.floor(Math.random() * (max)) + 1; } function ShowGallery() { var GalleryHTML = ""; for (i=1; i<=Math.round(total_PortfolioAllin / 4);i++) { GalleryHTML = GalleryHTML + "<IMG SRC='PortfolioAllin/" + i + "_resize.jpg' onclick='enlarge(this);' longdesc='PortfolioAllin/" + i + ".jpg' class='galleryimage'>&nbsp;"; } GalleryHTML = GalleryHTML + "<BR /><IMG SRC='spacer.gif' width=30 height=84>"; for (i=Math.round(total_PortfolioAllin / 4) + 1; i<=Math.round(total_PortfolioAllin / 4) * 2;i++) { GalleryHTML = GalleryHTML + "<IMG SRC='PortfolioAllin/" + i + "_resize.jpg' onclick='enlarge(this);' longdesc='PortfolioAllin/" + i + ".jpg' class='galleryimage'>&nbsp;"; } GalleryHTML = GalleryHTML + "<BR /><IMG SRC='spacer.gif' width=30 height=84>"; for (i=Math.round(total_PortfolioAllin / 4) * 2 + 1; i<=Math.round(total_PortfolioAllin / 4) * 3;i++) { GalleryHTML = GalleryHTML + "<IMG SRC='PortfolioAllin/" + i + "_resize.jpg' onclick='enlarge(this);' longdesc='PortfolioAllin/" + i + ".jpg' class='galleryimage'>&nbsp;"; } GalleryHTML = GalleryHTML + "<BR /><IMG SRC='spacer.gif' width=30 height=84>"; for (i=Math.round(total_PortfolioAllin / 4) * 3 + 1; i<=total_PortfolioAllin;i++) { GalleryHTML = GalleryHTML + "<IMG SRC='PortfolioAllin/" + i + "_resize.jpg' onclick='enlarge(this);' longdesc='PortfolioAllin/" + i + ".jpg' class='galleryimage'>&nbsp;"; } return(GalleryHTML); } function ShowJewelryGallery() { var GalleryHTML = ""; for (i=1; i<=total_PortfolioJewelry;i++) { GalleryHTML = GalleryHTML + "<IMG SRC='PortfolioJewelry/" + i + "_resize.jpg' onclick='enlarge(this);' longdesc='PortfolioJewelry/" + i + ".jpg' class='galleryimage'>&nbsp;"; } return(GalleryHTML); } function ShowFoodGallery() { var GalleryHTML = ""; for (i=1; i<=total_PortfolioFood;i++) { GalleryHTML = GalleryHTML + "<IMG SRC='PortfolioFood/" + i + "_resize.jpg' onclick='enlarge(this);' longdesc='PortfolioFood/" + i + ".jpg' class='galleryimage'>&nbsp;"; } return(GalleryHTML); } function ShowRetouch(who) { if (!who.src.match("_original")) { who.src = who.src.replace(".jpg","_original.jpg"); } else { who.src = who.src.replace("_original.jpg", ".jpg"); } } function DrawNewPage(theme, num) { var fill = ""; var i = 1; fill = "<IMG SRC='spacer.gif' width=30 height=1>"; switch (CurrentTheme) { case "Dnepr": fill = fill + "<img id='DneprInfoScreen' src='Dnepr/1.jpg' usemap='#DneprMap' border=0><map id='DneprMap' name='DneprMap'><area shape='rect' coords='669,324,816,346' href='http://www.kino-dnepr.com' /><area shape='rect' coords='820,139,910,161' href='http://www.annaphotoart.com/Dnepr/Dnepr_ProductPlacement_web.pdf' /><area shape='rect' coords='671,283,847,305' href='mailto:anna@annaphotoart.com' /><area shape='rect' coords='670,228,802,250' href='mailto:anton@showreel.ua' /></map>"; for (i=2;i<=num;i++) { fill = fill + "<IMG SRC='" + theme + CurrentSub + "/" + i + ".jpg'><img src='spacer.gif' width=4>"; } break; case "Projects": subs = in_Projects.split(" "); fill = fill + "<TABLE BORDER=0><TR><TD><IMG SRC='spacer.gif' width=30 height=1></TD>"; for ( var i in subs ) { fill = fill + "<TD ALIGN=CENTER><IMG SRC='" + theme + "/" + subs[i].substring(0, subs[i].indexOf(":")) + ".jpg'><img src='spacer.gif' width=4>"; fill = fill + "<BR />" + "<A HREF='" + theme + "/" + subs[i].substring(0, subs[i].indexOf(":")) + ".pdf' CLASS='bright'>PDF " + subs[i].substring(subs[i].indexOf(":")+1) + " KB</A></TD>"; } fill = fill + "<TD><IMG SRC='spacer.gif' width=30 height=1></TD></TABLE>"; break; case "Wallpapers": fill = fill + "<TABLE BORDER=0><TR><TD><IMG SRC='spacer.gif' width=30 height=1></TD>"; for (i=1;i<=total_Wallpapers;i++) { fill = fill + "<TD ALIGN=CENTER><IMG SRC='" + theme + "/" + i + ".jpg'><BR/>"; fill = fill + "<A HREF='" + theme + "/" + i + "_1280.jpg' CLASS='bright'>1280x800</A>&nbsp;&nbsp;"; fill = fill + "<A HREF='" + theme + "/" + i + "_1440.jpg' CLASS='bright'>1440x900</A>&nbsp;&nbsp;"; fill = fill + "<A HREF='" + theme + "/" + i + "_1680.jpg' CLASS='bright'>1680x1050</A>&nbsp;&nbsp;"; fill = fill + "<A HREF='" + theme + "/" + i + "_1980.jpg' CLASS='bright'>1980x1080</A></TD>"; } fill = fill + "<TD><IMG SRC='spacer.gif' width=30 height=1></TD></TABLE>"; break; case "Contacts": fill = fill + "<TABLE BORDER=0><TR><TD><IMG SRC='spacer.gif' width=30 height=1></TD>"; fill = fill + "<TD><DIV CLASS='bright'>==0 8;;5@<BR />&nbsp;<BR />+7 926 878 36 63<BR />+38 067 405 86 85<BR /><A HREF='mailto:Anna@AnnaPhotoArt.com' CLASS='bright'>Anna@AnnaPhotoArt.com</A></DIV><BR />&nbsp;<BR /><TABLE><TR><TD><DIV CLASS='bright'>@>4NA5@ 2 >A:25<BR /><BR />0B5@8=0 !B0H52A:0O<BR />+7 985 233 00 46<BR /><A HREF='mailto:Kate@AnnaPhotoArt.com' CLASS='bright'>Kate@AnnaPhotoArt.com</A>&nbsp;&nbsp;&nbsp;</DIV></TD><TD><DIV CLASS='bright'>@>4NA5@ 2 8525<BR /><BR />;5:A59 C@>G:8=<BR />+38 050 240 37 77<BR /><A HREF='mailto:Aleksey@AnnaPhotoArt.com' CLASS='bright'>Aleksey@AnnaPhotoArt.com</A>&nbsp;&nbsp;&nbsp;</DIV></TD><TD><DIV CLASS='bright'>@>4NA5@ ?@>5:B0 &laquo;$>B>A:07:8&raquo; 2 8525<BR /><BR />=B>= ><OE>2<BR />+38 067 402 54 52<BR /><A HREF='mailto:Anton@AnnaPhotoArt.com' CLASS='bright'>Anton@AnnaPhotoArt.com</A></DIV></TD></TABLE></DIV></TD>"; fill = fill + "<TD><IMG SRC='spacer.gif' width=30 height=1></TD></TABLE>"; break; case "About": if (CurrentSub != "Self") { fill = fill + "<TABLE BORDER=0><TR><TD><IMG SRC='spacer.gif' width=30 height=1></TD>"; fill = fill + "<TD><DIV CLASS='bright'>&mdash; ">340 ?>4C<09B5 2>B > G5<, &mdash; A:070; 10@>=. &mdash; 45AL, :0: O C65 A:070;, >10 <BR />20H8E =02O7G82KE A>AB>O=8O &mdash; 8 A '0?052K<, 8 157 &mdash; >48=0:>2> 8;;N7>@=K. <BR />'B>1K >:070BLAO 2 =8345 8 27>9B8 =0 MB>B B@>= 15A:>=5G=>9 A2>1>4K 8 AG0ABLO, <BR />4>AB0B>G=> C1@0BL B> 548=AB25==>5 ?@>AB@0=AB2>, :>B>@>5 5I5 >AB05BAO, B> 5ABL <BR />B>, 345 2K 2848B5 <5=O 8 A51O A0<>3>. 'B> 8 ?KB0NBAO A45;0BL <>8 ?>4>?5G=K5.<BR /> > H0=A>2 C =8E <0;>, 8 G5@57 :0:>5-B> 2@5<O 8< ?@8E>48BAO ?>2B>@OBL C=K;K9 :@C3<BR /> ACI5AB2>20=8O. "0: ?>G5<C 1K 20< =5 >:070BLAO 2 &laquo;=8345&raquo; ?@8 687=8? ;O=CAL 20<, <BR />MB> A0<>5 ;CGH55, GB> 2 =59 <>6=> A45;0BL. K, =025@=>, ;N18B5 <5B0D>@K &mdash; B0: 2>B, <BR />MB> B> 65 A0<>5, GB> 27OBL 8 2K?8A0BLAO 87 4><0 C<0;8H5==KE.<BR />&nbsp;<BR />&nbsp;<BR />8:B>@ 5;528=, &laquo;'0?052 8 ?CAB>B0&raquo;</DIV></TD>"; fill = fill + "<TD><IMG SRC='spacer.gif' width=30 height=1></TD></TABLE>"; break; } case "Portfolio": if (CurrentSub == "Allin") { fill = fill + ShowGallery(); break; } else if (CurrentSub == "Jewelry") { fill = fill + ShowJewelryGallery(); break; } case "Portfolio": if (CurrentSub == "Allin") { fill = fill + ShowGallery(); break; } else if (CurrentSub == "Food") { fill = fill + ShowFoodGallery(); break; } default: for (i=1;i<=num;i++) { if (theme == "Retouch" || theme == "Art") { fill = fill + "<IMG SRC='" + theme + "/" + i + ".jpg' onmouseover='ShowRetouch(this);' onmouseout='ShowRetouch(this);' ><img src='spacer.gif' width=6>"; } else { fill = fill + "<IMG SRC='" + theme + CurrentSub + "/" + i + ".jpg'><img src='spacer.gif' width=4>"; } } } fill = fill + "<img src='spacer.gif' width=30 height=1>"; document.getElementById('MainPanel').innerHTML = fill; } function ShowArtPiece(im) { if (im <= 1) { CurrentArtPiece = 1; document.getElementById('LinkArtPrev').style.visibility = "hidden"; } else if (im >= eval("total_Art" + CurrentSub)) { CurrentArtPiece = eval("total_Art" + CurrentSub); document.getElementById('LinkArtNext').style.visibility = "hidden"; } else { document.getElementById('LinkArtPrev').style.visibility = "visible"; document.getElementById('LinkArtNext').style.visibility = "visible"; CurrentArtPiece = im; } document.getElementById('ArtPiece').src = "Art" + CurrentSub + "/" + CurrentArtPiece + ".jpg"; } function Init() { if (location.search.length <= 1) { SplashPage = "<table border=0 height=100% width=100% cellpadding=0 cellspacing=0>"; SplashPage += "<tr><td valign=middle><CENTER><img src='' id='SplashImage'>"; SplashPage += "<BR><img src='spacer.gif' width=1 height=30>"; SplashPage += "<NOBR><SPAN id='TopNavPanel'><IMG SRC='spacer.gif' HEIGHT=24 WIDTH=0></SPAN></NOBR>"; SplashPage += "</CENTER></td></tr></table>"; document.getElementById('docBody').innerHTML = SplashPage; document.getElementById('docBody').style.backgroundColor = "#FFFFFF"; document.getElementById('SplashImage').src = "FrontPage/" + rand(total_FrontPage) + ".jpg"; ShowNav('TOP'); } else if (location.search.indexOf("Art-") != -1) { CurrentSub = location.search.substring(location.search.indexOf('-')+1); SplashPage = "<CENTER><table ID='fullheight' cellspacing=0 VALIGN=MIDDLE>"; SplashPage += "<tr><td valign=middle ALIGN=CENTER COLSPAN=2><img src='' id='ArtPiece'"; if (CurrentSub == "Angels") { SplashPage += " onmouseover='ShowRetouch(this);' onmouseout='ShowRetouch(this);'>"; } else { SplashPage += ">"; } SplashPage += "</TD></TR><TR><TD ALIGN=LEFT>"; SplashPage += "<A HREF='?Art'><IMG SRC='art-close.png'></A></TD><TD ALIGN=RIGHT><A HREF='#' ID='LinkArtPrev'><img src='art-prev.png' onclick='ShowArtPiece(--CurrentArtPiece);'></A>&nbsp;<A HREF='#' ID='LinkArtNext'><img src='art-next.png' onclick='ShowArtPiece(++CurrentArtPiece);'></A>"; SplashPage += "</td></tr></TABLE></CENTER>"; document.getElementById('docBody').innerHTML = SplashPage; document.getElementById('docBody').style.backgroundColor = "#000000"; ShowArtPiece(CurrentArtPiece); } else if (location.search.length > 1 && location.search.indexOf('-',2) != -1) { CurrentTheme = location.search.substring(1, location.search.indexOf('-')); CurrentSub = location.search.substring(location.search.indexOf('-')+1); num = eval("total_"+CurrentTheme+CurrentSub); ShowNav('TOP'); if (CurrentTheme != "Art") { ShowNav(CurrentTheme); } else { ShowArtNav(); num = total_Art; } DrawNewPage(CurrentTheme, num); } else { CurrentTheme = location.search.substring(1); if (eval("nav_"+CurrentTheme).length > 0) { CurrentSub = eval("nav_"+CurrentTheme).substring(0, eval("nav_"+CurrentTheme).indexOf(" ")); } num = eval("total_"+CurrentTheme+CurrentSub); ShowNav('TOP'); if (CurrentTheme != "Art") { ShowNav(CurrentTheme); } else { ShowArtNav(); num = total_Art; } DrawNewPage(CurrentTheme, num); } } </SCRIPT> <title>www.AnnaPhotoArt.com</title> </head> <body onload="Init();"> <DIV ID="docBody"> <table height=100% width=100% cellpadding=0 cellspacing=0 border=0> <tr> <td bgcolor=#777777 width=100% valign=middle align=left> <NOBR> <SPAN id="MainPanel"> <NOSCRIPT><CENTER><B>This site requires JavaSCRIPT!<BR />;O @01>BK A09B0 B@51C5BAO ?>445@6:0 JavaSCRIPT!</B></CENTER></NOSCRIPT> </SPAN> </NOBR> </TD></TR> <tr height=120> <td bgcolor=#ffffff valign=middle align=left> <TABLE BORDER=0> <TR><TD><IMG SRC="spacer.gif" HEIGHT=24 WIDTH=0></TD> <TR> <TD VALIGN=middle> <NOBR><img src="spacer.gif" width=30 height=1> <a href="?"><img src="annaphotoart.png"></a> <img src="spacer.gif" width=6 height=1> <SPAN id="TopNavPanel">&nbsp;</SPAN> </NOBR> </TD> <TR><TD><NOBR><SPAN id="SubNavPanel"><IMG SRC="spacer.gif" NAME="nav_spacer" HEIGHT=24 WIDTH=0></SPAN></NOBR></TD> </table> </td></tr> </table> </DIV> </body> </html>