Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
104 lines (94 sloc)
3.9 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| <html> | |
| <head> | |
| <title>^^^pagetitle^^^</title> | |
| <link rel="stylesheet" href="master.css"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <meta name="Creator" content="Site Designed by ImageCafe.com - the website Super Store! http://www.imagecafe.com/"> | |
| <script language="JavaScript"> | |
| <!-- | |
| function newImage(arg) { | |
| if (document.images) { | |
| rslt = new Image(); | |
| rslt.src = arg; | |
| return rslt; | |
| } | |
| } | |
| function changeImages() { | |
| if (document.images && (preloadFlag == true)) { | |
| for (var i=0; i<changeImages.arguments.length; i+=2) { | |
| document[changeImages.arguments[i]].src = changeImages.arguments[i+1]; | |
| } | |
| } | |
| } | |
| var preloadFlag = false; | |
| function preloadImages() { | |
| if (document.images) { | |
| index_02_02_over = newImage("images/index_02_03_over.jpg"); | |
| index_02_04_over = newImage("images/index_02_04_over.jpg"); | |
| index_02_05_over = newImage("images/index_02_05_over.jpg"); | |
| index_02_06_over = newImage("images/index_02_06_over.jpg"); | |
| index_02_07_over = newImage("images/index_02_07_over.jpg"); | |
| index_02_08_over = newImage("images/index_02_08_over.jpg"); | |
| preloadFlag = true; | |
| } | |
| } | |
| // --> | |
| </script> | |
| </head> | |
| <body bgcolor=#FFFFFF topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 onload="preloadImages();" background="images/bg1.jpg"> | |
| <table border=0 cellpadding=0 cellspacing=0> | |
| <tr> | |
| <td rowspan=8> <img src="images/spacer.gif" width="42" height="5"></td> | |
| <td colspan=2> | |
| <img src="images/index_03_02.jpg" width=129 height=144></td> | |
| </tr> | |
| <tr> | |
| <td> <img name="index_02_03" src="images/index_02_03_over.jpg" width=10 height=25 border=0></td> | |
| <td> <img name="index_03_03" src="images/index_03_03.jpg" width=119 height=25 border=0></td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <img name="index_02_04" src="images/index_02_04.jpg" width=10 height=25 border=0></td> | |
| <td> <a href="index2.htm" | |
| onmouseover="changeImages('index_02_04', 'images/index_02_04_over.jpg'); return true;" | |
| onmouseout="changeImages('index_02_04', 'images/index_02_04.jpg'); return true;" target="main"> | |
| <img name="index_03_04" src="images/index_03_04.jpg" width=119 height=25 border=0></a></td> | |
| </tr> | |
| <tr> | |
| <td> <img name="index_02_05" src="images/index_02_05.jpg" width=10 height=25></td> | |
| <td> <a href="index3.htm" | |
| onmouseover="changeImages('index_02_05', 'images/index_02_05_over.jpg'); return true;" | |
| onmouseout="changeImages('index_02_05', 'images/index_02_05.jpg'); return true;" target="main"> | |
| <img name="index_03_05" src="images/index_03_05.jpg" width=119 height=25 border=0></a></td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <img name="index_02_06" src="images/index_02_06.jpg" width=10 height=25></td> | |
| <td> <a href="index4.htm" | |
| onmouseover="changeImages('index_02_06', 'images/index_02_06_over.jpg'); return true;" | |
| onmouseout="changeImages('index_02_06', 'images/index_02_06.jpg'); return true;" target="main"> | |
| <img name="index_03_06" src="images/index_03_06.jpg" width=119 height=25 border=0></a></td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <img name="index_02_07" src="images/index_02_07.jpg" width=10 height=25></td> | |
| <td> <a href="index5.htm" | |
| onmouseover="changeImages('index_02_07', 'images/index_02_07_over.jpg'); return true;" | |
| onmouseout="changeImages('index_02_07', 'images/index_02_07.jpg'); return true;" target="main"> | |
| <img name="index_03_07" src="images/index_03_07.jpg" width=119 height=25 border=0></a></td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <img name="index_02_08" src="images/index_02_08.jpg" width=10 height=25></td> | |
| <td> <a href="index6.htm" | |
| onmouseover="changeImages('index_02_08', 'images/index_02_08_over.jpg'); return true;" | |
| onmouseout="changeImages('index_02_08', 'images/index_02_08.jpg'); return true;" target="main"> | |
| <img name="index_03_08" src="images/index_03_08.jpg" width=119 height=25 border=0></a></td> | |
| </tr> | |
| <tr> | |
| <td colspan=2> </td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |