annotate gallery/t_sPics5.html @ 0:ed1308d04df2 moonlitnights

[svn r1] initial import
author rlm
date Fri, 19 Feb 2010 06:24:59 -0500
parents
children
rev   line source
rlm@0 1 <html><head><title>Tomoyo and Sakura Images {Separate}</title>
rlm@0 2
rlm@0 3 <style type="text/css">
rlm@0 4 body {
rlm@0 5 font-size: 10px;
rlm@0 6 background-color:transparent;
rlm@0 7 overflow:hidden;
rlm@0 8 border:none;
rlm@0 9 margin:0;
rlm@0 10 }
rlm@0 11
rlm@0 12 a {
rlm@0 13 color: #82A9E9;
rlm@0 14 text-decoration: none;
rlm@0 15 font-weight:bold;
rlm@0 16 }
rlm@0 17
rlm@0 18 a:hover {
rlm@0 19 text-decoration: underline;
rlm@0 20 }
rlm@0 21 </style>
rlm@0 22
rlm@0 23 <SCRIPT LANGUAGE="JavaScript">
rlm@0 24
rlm@0 25 <!-- This script and many more are available free online at -->
rlm@0 26 <!-- The JavaScript Source!! http://javascript.internet.com -->
rlm@0 27
rlm@0 28 <!-- Begin
rlm@0 29 function CaricaFoto(img){
rlm@0 30 foto1= new Image();
rlm@0 31 foto1.src=(img);
rlm@0 32 Controlla(img);
rlm@0 33 }
rlm@0 34 function Controlla(img){
rlm@0 35 if((foto1.width!=0)&&(foto1.height!=0)){
rlm@0 36 viewFoto(img);
rlm@0 37 }
rlm@0 38 else{
rlm@0 39 funzione="Controlla('"+img+"')";
rlm@0 40 intervallo=setTimeout(funzione,20);
rlm@0 41 }
rlm@0 42 }
rlm@0 43 function viewFoto(img){
rlm@0 44 largh=foto1.width+20;
rlm@0 45 altez=foto1.height+20;
rlm@0 46 stringa="width="+largh+",height="+altez;
rlm@0 47 finestra=window.open(img,"",stringa);
rlm@0 48 }
rlm@0 49 // End -->
rlm@0 50 </script>
rlm@0 51
rlm@0 52 </head>
rlm@0 53
rlm@0 54 <body><center><h2>Tomoyo and Sakura {Separate}</h2>
rlm@0 55 <br><br></center>
rlm@0 56
rlm@0 57 <div align=center><a href="javascript:CaricaFoto('ts/sakutsub.jpg')"><img src="ts/thumb/sakutsub.jpg" border=0 width="60" height="60"></a>
rlm@0 58 <br><br><br>
rlm@0 59
rlm@0 60 <table height=10 width=60 bgcolor=FFFFFF><tr><td><font size=3><a href="t_sPics.html">1</a>-<a href="t_sPics2.html">2</a>-
rlm@0 61 <a href="t_sPics3.html">3</a>-<a href="t_sPics4.html">4</a>-5</font></td></tr></table>
rlm@0 62 </div></body></html>