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.
66 lines (55 sloc)
2.5 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
| <html> | |
| <head> | |
| <title>New Page 3</title> | |
| <script language="JavaScript"> | |
| <!-- | |
| <!-- hide this script from non-javascript-enabled browsers | |
| if (document.images) { | |
| Inavbartemp_01_01 = new Image(50, 17);Inavbartemp_01_01.src = 'images/side/home.gif'; | |
| Inavbartemp_01_01o = new Image(50, 17);Inavbartemp_01_01o.src = 'images/side/home2.gif'; | |
| Inavbartemp_02_01 = new Image(88, 22);Inavbartemp_02_01.src = 'images/side/mod.gif'; | |
| Inavbartemp_02_01o = new Image(88, 22);Inavbartemp_02_01o.src = 'images/side/mod2.gif'; | |
| Inavbartemp_03_01 = new Image(88, 21);Inavbartemp_03_01.src = 'images/side/sirtut.gif'; | |
| Inavbartemp_03_01o = new Image(88, 21);Inavbartemp_03_01o.src = 'images/side/sirtut2.gif'; | |
| Inavbartemp_04_01 = new Image(66, 19);Inavbartemp_04_01.src = 'images/side/korot.gif'; | |
| Inavbartemp_04_01o = new Image(66, 19);Inavbartemp_04_01o.src = 'images/side/korot2.gif'; | |
| Inavbartemp_05_01 = new Image(88, 19);Inavbartemp_05_01.src = 'images/side/tsor.gif'; | |
| Inavbartemp_05_01o = new Image(88, 19);Inavbartemp_05_01o.src = 'images/side/tsor2.gif'; | |
| Inavbartemp_06_01 = new Image(97, 16);Inavbartemp_06_01.src = 'images/shal.gif'; | |
| Inavbartemp_06_01o = new Image(97, 16);Inavbartemp_06_01o.src = 'images/bshal.gif'; | |
| Inavbartemp_07_01 = new Image(67, 15);Inavbartemp_07_01.src = 'images/leko.gif'; | |
| Inavbartemp_07_01o = new Image(67, 15);Inavbartemp_07_01o.src = 'images/bleko.gif'; | |
| Inavbartemp_08_01 = new Image(97, 15);Inavbartemp_08_01.src = 'images/ktov.gif'; | |
| Inavbartemp_08_01o = new Image(97, 15);Inavbartemp_08_01o.src = 'images/bktov.gif'; | |
| Inavbartemp_09_01 = new Image(97, 16);Inavbartemp_09_01.src = 'images/b_thanks.gif'; | |
| Inavbartemp_09_01o = new Image(97, 16);Inavbartemp_09_01o.src = 'images/b_thanks2.gif'; | |
| Inavbartemp_10_01 = new Image(67, 17);Inavbartemp_10_01.src = 'images/b_contact.gif'; | |
| Inavbartemp_10_01o = new Image(67, 17);Inavbartemp_10_01o.src = 'images/b_contact2.gif'; | |
| } | |
| function di(id,name){ | |
| if (document.images) {document.images[id].src=eval(name+".src"); } | |
| } | |
| // function that displays status bar message | |
| function dm(msgStr) { | |
| document.returnValue = false; | |
| if (document.images) { | |
| window.status = msgStr; | |
| document.returnValue = true; | |
| } | |
| } | |
| var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)"; | |
| function dmim(msgStr) { | |
| document.returnValue = false; | |
| if (showMsg) { | |
| window.status = msgStr; | |
| document.returnValue = true; | |
| } | |
| } | |
| // stop hiding --> | |
| //--> | |
| </script> | |
| <base target="main"> | |
| </head> | |
| <body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"> | |
| </body> | |
| </html> |