|
|
(24 intermediate revisions not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
| <style type="text/css"> | | <style type="text/css"> |
| + | /*----------Text Styles----------*/ |
| + | .ws6 {font-size: 8px;} |
| + | .ws7 {font-size: 9.3px;} |
| + | .ws8 {font-size: 11px;} |
| + | .ws9 {font-size: 12px;} |
| + | .ws10 {font-size: 13px;} |
| + | .ws11 {font-size: 15px;} |
| + | .ws12 {font-size: 16px;} |
| + | .ws14 {font-size: 19px;} |
| + | .ws16 {font-size: 21px;} |
| + | .ws18 {font-size: 24px;} |
| + | .ws20 {font-size: 27px;} |
| + | .ws22 {font-size: 29px;} |
| + | .ws24 {font-size: 32px;} |
| + | .ws26 {font-size: 35px;} |
| + | .ws28 {font-size: 37px;} |
| + | .ws36 {font-size: 48px;} |
| + | .ws48 {font-size: 64px;} |
| + | .ws72 {font-size: 96px;} |
| + | .wpmd {font-size: 13px;font-family: Arial,Helvetica,Sans-Serif;font-style: normal;font-weight: normal;} |
| + | /*----------Para Styles----------*/ |
| + | DIV,UL,OL /* Left */ |
| + | { |
| + | margin-top: 0px; |
| + | margin-bottom: 0px; |
| + | } |
| + | |
| /*------------------------------------*\ | | /*------------------------------------*\ |
| RESET | | RESET |
Line 74: |
Line 101: |
| #top-section { | | #top-section { |
| | | |
- | background-image: url('https://static.igem.org/mediawiki/2012/9/96/Background_-_Wikipage.gif'); | + | background-image: url('https://2012.igem.org/File:Background_-_Wikipage.gif'); |
| background-position: top; | | background-position: top; |
| height: 50px ; | | height: 50px ; |
- | background-repeat: repeat; | + | background-repeat: no-repeat; |
| border-width:0px; | | border-width:0px; |
| border-top-width:1px; | | border-top-width:1px; |
Line 83: |
Line 110: |
| #content { | | #content { |
| position: relative; | | position: relative; |
- | width: 976px;
| |
| margin: 0 auto; | | margin: 0 auto; |
- | padding: 5px 5px 5px 5px;
| |
| background: transparent; | | background: transparent; |
| color: transparent; | | color: transparent; |
| border-left: none; | | border-left: none; |
| border-right: none; | | border-right: none; |
- | line-height: 0px;
| |
- | z-index: 2;
| |
| } | | } |
- |
| |
| </style> | | </style> |
| | | |
Line 110: |
Line 132: |
| </script> | | </script> |
| | | |
- | <script language="javascript" type="text/javascript"> | + | |
| + | <script language="JavaScript1.4" type="text/javascript"> |
| <!-- | | <!-- |
- | function MM_swapImgRestore() { | + | function jsPlay(soundobj) { |
- | var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
| + | var thissound= eval("document."+soundobj); |
| + | try { |
| + | thissound.Play(); |
| + | } |
| + | catch (e) { |
| + | thissound.DoPlay(); |
| + | } |
| } | | } |
| + | //--> |
| + | </script> |
| | | |
- | function MM_preloadImages() {
| |
- | var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
| |
- | var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
| |
- | if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
| |
- | }
| |
- |
| |
- | function MM_findObj(n, d) {
| |
- | var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
| |
- | d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
| |
- | if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
| |
- | for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
| |
- | if(!x && d.getElementById) x=d.getElementById(n); return x;
| |
- | }
| |
- |
| |
- | function MM_swapImage() {
| |
- | var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
| |
- | if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
| |
- | }
| |
- |
| |
- | <style type="text/css">
| |
- | /*----------Text Styles----------*/
| |
- | .ws6 {font-size: 8px;}
| |
- | .ws7 {font-size: 9.3px;}
| |
- | .ws8 {font-size: 11px;}
| |
- | .ws9 {font-size: 12px;}
| |
- | .ws10 {font-size: 13px;}
| |
- | .ws11 {font-size: 15px;}
| |
- | .ws12 {font-size: 16px;}
| |
- | .ws14 {font-size: 19px;}
| |
- | .ws16 {font-size: 21px;}
| |
- | .ws18 {font-size: 24px;}
| |
- | .ws20 {font-size: 27px;}
| |
- | .ws22 {font-size: 29px;}
| |
- | .ws24 {font-size: 32px;}
| |
- | .ws26 {font-size: 35px;}
| |
- | .ws28 {font-size: 37px;}
| |
- | .ws36 {font-size: 48px;}
| |
- | .ws48 {font-size: 64px;}
| |
- | .ws72 {font-size: 96px;}
| |
- | .wpmd {font-size: 13px;font-family: Arial,Helvetica,Sans-Serif;font-style: normal;font-weight: normal;}
| |
- | /*----------Para Styles----------*/
| |
- | DIV,UL,OL /* Left */
| |
- | {
| |
- | margin-top: 0px;
| |
- | margin-bottom: 0px;
| |
- | }
| |
- | </style>
| |
| | | |
| <script language="JavaScript1.4" type="text/javascript"> | | <script language="JavaScript1.4" type="text/javascript"> |
Line 206: |
Line 190: |
| </script> | | </script> |
| | | |
| + | /*]]>*/</script> |
| + | |
| + | <script type="text/javascript" src="/wiki/skins/common/wikibits.js?116"><!-- wikibits js --></script> |
| + | <!-- Head Scripts --> |
| + | <script type="text/javascript" src="/wiki/skins/common/ajax.js?116"></script> |
| + | <script type="text/javascript" src="/wiki/skins/common/ajaxwatch.js?116"></script> |
| + | <script type="text/javascript" src="/wiki/index.php?title=-&action=raw&smaxage=0&gen=js&useskin=igem"><!-- site js --></script> |
| + | <style type="text/css">/*<![CDATA[*/ |
| + | @import "/wiki/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000"; |
| + | @import "/wiki/index.php?title=MediaWiki:Igem.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000"; |
| + | @import "/wiki/index.php?title=-&action=raw&gen=css&maxage=18000&smaxage=0"; |
| + | /*]]>*/</style> |
| + | <!-- jQuery Javascript --> |
| + | <script type='text/javascript' src ='/common/jquery-latest.min.js'></script> |
| + | <script type='text/javascript' src ='/common/tablesorter/jquery.tablesorter.min.js'></script> |
| + | <link rel='stylesheet' type='text/css' href='/common/tablesorter/themes/groupparts/style.css' /> |
| + | <link rel='stylesheet' type='text/css' href='/common/table_styles.css' /> |
| + | <link rel='stylesheet' type='text/css' href='/forum/forum_styles.css' /> |
| + | <script type='text/javascript' src ='/forum/forum_scripts.js'></script> |
| </head> | | </head> |
- | <body>
| |
- | <div id="shape1" style="position:absolute; overflow:hidden; left:0px; top:0px; width:1079px; height:59px; z-index:0"><img border=0 width="100%" height="100%" alt="" src="https://static.igem.org/mediawiki/2012/e/e9/Rect39417018.png"></div>
| |
| | | |
- | <div id="nav10d" style="position:absolute; left:0px; top:55px; z-index:1"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('nav10','','https://static.igem.org/mediawiki/2012/0/0f/Nav9783440a.gif',1)" href="HOME.html"><img name="nav10" onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2012/0/0f/Nav9783440a.gif')" alt="" border=0 src="https://static.igem.org/mediawiki/2012/4/43/Nav9783440i.gif"></a></div> | + | <body background="https://static.igem.org/mediawiki/2012/9/96/Background_-_Wikipage.gif" bgColor="#FFFFFF"> |
- | <div id="nav11d" style="position:absolute; left:180px; top:55px; z-index:1"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('nav11','','https://2012.igem.org/File:Nav9783441a.gif',1)" href="PROJECT.html"><img name="nav11" onLoad="MM_preloadImages('https://2012.igem.org/File:Nav9783441a.gif')" alt="" border=0 src="https://static.igem.org/mediawiki/2012/1/10/Nav9783441i.gif"></a></div>
| + | <style type="text/css"> |
- | <div id="nav12d" style="position:absolute; left:360px; top:55px; z-index:1"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('nav12','','https://static.igem.org/mediawiki/2012/0/05/Nav9783442a.gif',1)" href="#"><img name="nav12" onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2012/0/05/Nav9783442a.gif')" alt="" border=0 src="https://static.igem.org/mediawiki/2012/0/0c/Nav9783442i.gif"></a></div>
| + | |
- | <div id="nav13d" style="position:absolute; left:540px; top:55px; z-index:1"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('nav13','','https://static.igem.org/mediawiki/2012/c/ce/Nav9783443a.gif',1)" href="#"><img name="nav13" onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2012/c/ce/Nav9783443a.gif')" alt="" border=0 src="https://static.igem.org/mediawiki/2012/c/cd/Nav9783443i.gif"></a></div> | + | |
- | <div id="nav14d" style="position:absolute; left:720px; top:55px; z-index:1"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('nav14','','file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/NavTBVBJ4a.gif',1)" href="#"><img name="nav14" onLoad="MM_preloadImages('file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/NavTBVBJ4a.gif')" alt="" border=0 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/NavTBVBJ4i.gif"></a></div>
| + | |
- | <div id="nav15d" style="position:absolute; left:900px; top:55px; z-index:1"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('nav15','','file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/NavTBVBJ5a.gif',1)" href="#"><img name="nav15" onLoad="MM_preloadImages('file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/NavTBVBJ5a.gif')" alt="" border=0 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/NavTBVBJ5i.gif"></a></div>
| + | |
| | | |
- | <div id="text1" style="position:absolute; overflow:hidden; left:320px; top:106px; width:461px; height:53px; z-index:2"> | + | /*--Slideshow Begins Here--*/ |
| + | #slideshow { |
| + | display: block; |
| + | vertical-align: middle; |
| + | horizontal-align: middle; |
| + | position: absolute; |
| + | top: 200px |
| + | } |
| + | /*--Main Container--*/ |
| + | #main_view { |
| + | margin-left:auto; |
| + | margin-right:auto; |
| + | position: absolute; |
| + | height: 300px; width: 780px; |
| + | } |
| + | .window { |
| + | height: 450px; width: 700px; |
| + | overflow: hidden; /*--Hides anything outside of the set width/height--*/ |
| + | position: absolute; |
| + | display: block; |
| + | top:50%; |
| + | left:70%; |
| + | margin: -140px 0 0 -380px; |
| + | } |
| + | .image_reel { |
| + | position: absolute; |
| + | top: 0; left: 0; |
| + | } |
| + | .image_reel img {float: left;} |
| + | .paging { |
| + | position: absolute; |
| + | bottom: 10px; right: 50px; |
| + | width: 300px; height:47px; |
| + | z-index: 100; /*--Assures the paging stays on the top layer--*/ |
| + | text-align: right; |
| + | line-height: 40px; |
| + | font-weight: bold; |
| + | background: url(paging_bg2.png) no-repeat; |
| + | display: none; /*--Hidden by default, will be later shown with jQuery--*/ |
| + | } |
| + | .paging a { |
| + | padding: 5px; |
| + | text-decoration: none; |
| + | color: #fff; text-shadow: #333 1px 1px 1px; |
| + | } |
| + | .pause { |
| + | position: absolute; |
| + | bottom: 10px; right: 20px; |
| + | width: 25px; height:47px; |
| + | z-index: 200; /*--Assures the paging stays on the top layer--*/ |
| + | text-align: center; |
| + | line-height: 40px; |
| + | font-weight: bold; |
| + | display: block; /*--Hidden by default, will be later shown with jQuery--*/ |
| + | } |
| + | .pause a { |
| + | padding: 5px; |
| + | text-decoration: none; |
| + | letter-spacing:1px; |
| + | font-weight: thick; |
| + | color: #f0f0f0; text-shadow: #333 1px 1px 1px; |
| + | border: 2px solid #ccc; |
| + | -moz-border-radius: 3px; |
| + | -khtml-border-radius: 3px; |
| + | -webkit-border-radius: 3px; |
| + | } |
| + | .paging a.active { |
| + | font-weight: bold; |
| + | border: 2px solid #fff; |
| + | -moz-border-radius: 3px; |
| + | -khtml-border-radius: 3px; |
| + | -webkit-border-radius: 3px; |
| + | } |
| + | .paging a:hover {font-weight: bold;} |
| + | /*--Slideshow Ends Here--*/ |
| + | div#container |
| + | { |
| + | position:relative; |
| + | width: 1080px; |
| + | margin-top: 0px; |
| + | margin-left: auto; |
| + | margin-right: auto; |
| + | text-align:left; |
| + | } |
| + | body {text-align:center;margin:0} |
| + | </style> |
| + | </head> |
| + | <body Text="#5B5B5B" bgColor="#FFFFFF"> |
| + | <div id="container"> |
| + | <div id="shape1" style="position:absolute; overflow:hidden; left:0px; top:0px; width:1079px; height:59px; z-index:0"><img border=0 width="100%" height="100%" alt="" src="https://static.igem.org/mediawiki/2012/b/b6/Shape6952699.png"></div> |
| + | |
| + | <div id="g_nav10d" style="position:absolute; left:0px; top:55px; z-index:8"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('g_nav10','','https://static.igem.org/mediawiki/2012/0/0f/Nav9783440a.gif',1)" href="https://2012.igem.org/Team:Panama_INDICASAT"><img name="g_nav10" onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2012/0/0f/Nav9783440a.gif')" alt="" border=0 src="https://static.igem.org/mediawiki/2012/4/43/Nav9783440i.gif"></a></div> |
| + | <div id="g_nav11d" style="position:absolute; left:180px; top:55px; z-index:8"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('g_nav11','','https://2012.igem.org/File:Nav9783441a.gif',1)" href="PROJECT.html"><img name="g_nav11" onLoad="MM_preloadImages('https://2012.igem.org/File:Nav9783441a.gif')" alt="" border=0 src="https://static.igem.org/mediawiki/2012/1/10/Nav9783441i.gif"></a></div> |
| + | <div id="g_nav12d" style="position:absolute; left:360px; top:55px; z-index:8"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('g_nav12','','https://static.igem.org/mediawiki/2012/0/05/Nav9783442a.gif',1)" href="TEAM.html"><img name="g_nav12" onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2012/0/05/Nav9783442a.gif')" alt="" border=0 src="https://static.igem.org/mediawiki/2012/0/05/Nav9783442a.gif"></a></div> |
| + | <div id="g_nav13d" style="position:absolute; left:540px; top:55px; z-index:8"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('g_nav13','','https://static.igem.org/mediawiki/2012/c/ce/Nav9783443a.gif',1)" href="HUMAN PRACTICE.html"><img name="g_nav13" onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2012/c/ce/Nav9783443a.gif')" alt="" border=0 src="https://static.igem.org/mediawiki/2012/c/cd/Nav9783443i.gif"></a></div> |
| + | <div id="g_nav14d" style="position:absolute; left:720px; top:55px; z-index:8"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('g_nav14','','https://static.igem.org/mediawiki/2012/2/27/Nav9783444a.gif',1)" href="PROTOCOLS.html"><img name="g_nav14" onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2012/2/27/Nav9783444a.gif')" alt="" border=0 src="https://static.igem.org/mediawiki/2012/0/0f/Nav9783444i.gif"></a></div> |
| + | <div id="g_nav15d" style="position:absolute; left:900px; top:55px; z-index:8"><a onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('g_nav15','','https://static.igem.org/mediawiki/2012/9/95/Nav9783445a.gif',1)"href="GALLERY.html"><img name="g_nav15" onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2012/9/95/Nav9783445a.gif')" alt="" border=0 src="https://static.igem.org/mediawiki/2012/7/76/Nav9783445i.gif"></a></div> |
| + | |
| + | <div id="text1" style="position:absolute; overflow:hidden; left:529px; top:132px; width:116px; height:34px; z-index:3"> |
| <div class="wpmd"> | | <div class="wpmd"> |
- | <div align=center><font color="#99CC00" face="Berlin Sans FB" class="ws18"><B>Timeline of our Project</B></font></div> | + | <div><font color="#99CC00" face="Berlin Sans FB" class="ws20"><B>PHOTOS</B></font></div> |
| </div></div> | | </div></div> |
| | | |
- | <div id="gallery1" style="position:absolute; overflow:hidden; left:137px; top:155px; width:879px; height:614px; z-index:3"> | + | <div id="image2" style="position:absolute; overflow:hidden; left:432px; top:102px; width:75px; height:73px; z-index:4"><img src="https://static.igem.org/mediawiki/2012/0/04/Paste26.jpg" alt="" title="" border=0 width=75 height=73></div> |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/000.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_000.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:13px;width:112px;height:86px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/001.jpg" target="_blank"><img border=0 width=100 height=74 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_001.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/002.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_002.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/003.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_003.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/004.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_004.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:12px;top:0px;width:87px;height:112px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/005.jpg" target="_blank"><img border=0 width=75 height=100 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_005.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/006.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_006.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/007.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_007.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/008.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_008.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/009.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_009.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/010.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_010.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/011.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_011.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/012.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_012.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/013.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_013.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/014.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_014.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/015.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_015.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/016.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_016.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:12px;top:0px;width:87px;height:112px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/017.jpg" target="_blank"><img border=0 width=75 height=100 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_017.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:12px;top:0px;width:87px;height:112px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/018.jpg" target="_blank"><img border=0 width=75 height=100 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_018.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/019.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_019.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/020.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_020.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/021.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_021.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/022.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_022.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/023.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_023.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/024.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_024.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/025.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_025.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/026.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_026.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/027.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_027.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/028.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_028.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/029.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_029.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | <div class="item" style="float:left"><div style="margin:6px 6px 0px;width:112px;height:112px"><div style="position:relative;left:0px;top:12px;width:112px;height:87px;background:url('file:///C:/Program Files/Web Page Maker/Component/shadow.png') no-repeat right bottom;"><a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/030.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_030.jpg" style="position:relative;left:3px;top:3px" /></a></div></div></div>
| + | |
- | </div> | + | |
| | | |
- | <div id="image1" style="position:absolute; overflow:hidden; left:339px; top:89px; width:64px; height:62px; z-index:4"><img src="file:///C:/Users/Lizzi/Documents/Web Page Maker/Import/paste26.jpg" alt="" title="" border=0 width=64 height=62></div> | + | <div id="shape2" style="position:absolute; overflow:hidden; left:150px; top:181px; width:734px; height:510px; z-index:0"><img border=0 width="100%" height="100%" alt="" src="https://static.igem.org/mediawiki/igem.org/6/61/Shape25737793.png"></div> |
| | | |
| + | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> |
| + | <script type="text/javascript"> |
| + | $(document).ready(function() { |
| + | //Show the paging and activate its first link |
| + | $(".paging").show(); |
| + | $(".paging a:first").addClass("active"); |
| + | |
| + | //Get size of the image, how many images there are, then determin the size of the image reel. |
| + | var imageWidth = $(".window").width(); |
| + | var imageSum = $(".image_reel img").size(); |
| + | var imageReelWidth = imageWidth * imageSum; |
| + | |
| + | //Adjust the image reel to its new size |
| + | $(".image_reel").css({'width' : imageReelWidth}); |
| + | |
| + | //Paging and Slider Function |
| + | rotate = function(){ |
| + | var triggerID = $active.attr("rel") - 1; //Get number of times to slide |
| + | var image_reelPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide |
| + | $(".paging a").removeClass('active'); //Remove all active class |
| + | $active.addClass('active'); //Add active class (the $active is declared in the rotateSwitch function) |
| + | |
| + | //Slider Animation |
| + | $(".image_reel").animate({ |
| + | left: -image_reelPosition |
| + | }, 500 ); |
| + | }; |
| + | |
| + | //Rotation and Timing Event |
| + | rotateSwitch = function(){ |
| + | play = setInterval(function(){ //Set timer - this will repeat itself every 7 seconds |
| + | $active = $('.paging a.active').next(); //Move to the next paging |
| + | if ( $active.length === 0) { //If paging reaches the end... |
| + | $active = $('.paging a:first'); //go back to first |
| + | } |
| + | rotate(); //Trigger the paging and slider function |
| + | }, 6000); //Timer speed in milliseconds (6 seconds) |
| + | }; |
| + | |
| + | rotateSwitch(); //Run function on launch |
| + | |
| + | //On Hover |
| + | //$(".image_reel a").hover(function() { |
| + | //clearInterval(play); //Stop the rotation |
| + | //}, function() { |
| + | //rotateSwitch(); //Resume rotation timer |
| + | //}); |
| + | |
| + | //On Click |
| + | $(".pause a").click(function() { |
| + | clearInterval(play); //Stop the rotation |
| + | }); |
| + | |
| + | |
| + | //On Click |
| + | $(".paging a").click(function() { |
| + | $active = $(this); //Activate the clicked paging |
| + | //Reset Timer |
| + | clearInterval(play); //Stop the rotation |
| + | rotate(); //Trigger rotation immediately |
| + | rotateSwitch(); // Resume rotation timer |
| + | return false; //Prevent browser jump to link anchor |
| + | }); |
| + | }); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | $(document).ready(function() { |
| + | |
| + | $(".main_image .desc").show(); //Show Banner |
| + | $(".main_image .block").animate({ opacity: 0.85 }, 1 ); //Set Opacity |
| + | $(".image_thumb ul li:first").addClass('active'); //Add the active class (highlights the very first list item by default) |
| + | $(".image_thumb ul li").click(function(){ |
| + | //Set Variables |
| + | var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image |
| + | var imgTitle = $(this).find('a').attr("href"); //Get Main Image URL |
| + | var imgDesc = $(this).find('.block').html(); //Get HTML of the "block" container |
| + | var imgDescHeight = $(".main_image").find('.block').height(); //Find the height of the "block" |
| + | |
| + | if ($(this).is(".active")) { //If the list item is active/selected, then... |
| + | return false; // Don't click through - Prevents repetitive animations on active/selected list-item |
| + | } else { //If not active then... |
| + | //Animate the Description |
| + | $(".main_image .block").animate({ opacity: 0, marginBottom: -imgDescHeight }, 250 , function() { //Pull the block down (negative bottom margin of its own height) |
| + | $(".main_image .block").html(imgDesc).animate({ opacity: 0.85, marginBottom: "0" }, 250 ); //swap the html of the block, then pull the block container back up and set opacity |
| + | $(".main_image img").attr({ src: imgTitle , alt: imgAlt}); //Switch the main image (URL + alt tag) |
| + | }); |
| + | } |
| + | //Show active list-item |
| + | $(".image_thumb ul li").removeClass('active'); //Remove class of 'active' on all list-items |
| + | $(this).addClass('active'); //Add class of 'active' on the selected list |
| + | return false; |
| + | |
| + | }) .hover(function(){ //Hover effects on list-item |
| + | $(this).addClass('hover'); //Add class "hover" on hover |
| + | }, function() { |
| + | $(this).removeClass('hover'); //Remove class "hover" on hover out |
| + | }); |
| + | $("a.collapse").click(function(){ |
| + | $(".main_banner .block").slideToggle(); //Toggle the description (slide up and down) |
| + | $("a.collapse").toggleClass("show"); //Toggle the class name of "show" (the hide/show tab) |
| + | }); |
| + | });//Close Function |
| + | </script> |
| + | |
| + | <div id="slideshow"> <!--???--> |
| + | <div class="textboxes" id="main_view"> <!--???--> |
| + | <div class="window"> <!--???--> |
| + | <div class="image_reel"> <!--Slideshow Pics go here - 760x280px --> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/5/51/000.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/a/a0/001.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/1/11/002.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/9/9c/003.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/c/c0/004.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/6/66/005.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/6/6b/006.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/1/10/007.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/3/39/008.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/c/c2/009.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/a/a6/010.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/6/62/011.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/9/93/012.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/3/32/013.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/0/0c/014.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/e/ed/016.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/2/29/017.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/2012/4/42/018.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/igem.org/2/20/020.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/igem.org/8/81/021.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/igem.org/d/d4/022.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/igem.org/6/69/023.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/igem.org/c/c0/024.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/igem.org/b/b8/025.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/igem.org/a/a5/026.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/igem.org/0/0f/027.jpg" alt="" /></a> |
| + | <a href="#"><img src="https://static.igem.org/mediawiki/igem.org/6/66/030.jpg" alt="" /></a> |
| + | </div> |
| + | </div> |
| + | <div class="paging"> |
| + | <a href="#" rel="1">1</a> |
| + | <a href="#" rel="2">2</a> |
| + | <a href="#" rel="3">3</a> |
| + | <a href="#" rel="4">4</a> |
| + | <a href="#" rel="5">5</a> |
| + | <a href="#" rel="6">6</a> |
| + | <a href="#" rel="7">7</a> |
| + | <a href="#" rel="8">8</a> |
| + | <a href="#" rel="9">9</a> |
| + | <a href="#" rel="10">10</a> |
| + | <a href="#" rel="11">11</a> |
| + | <a href="#" rel="12">12</a> |
| + | <a href="#" rel="13">13</a> |
| + | <a href="#" rel="14">14</a> |
| + | <a href="#" rel="15">15</a> |
| + | <a href="#" rel="16">16</a> |
| + | <a href="#" rel="17">17</a> |
| + | <a href="#" rel="18">18</a> |
| + | <a href="#" rel="19">19</a> |
| + | <a href="#" rel="20">20</a> |
| + | <a href="#" rel="21">21</a> |
| + | <a href="#" rel="22">22</a> |
| + | <a href="#" rel="23">23</a> |
| + | <a href="#" rel="24">24</a> |
| + | <a href="#" rel="25">25</a> |
| + | <a href="#" rel="26">26</a> |
| + | <a href="#" rel="27">27</a> |
| + | <a href="#" rel="28">28</a> |
| + | </div> |
| + | <div class="pause"><a href="#">II</a></div> |
| + | </div> |
| + | </div> |
| + | </td> |
| | | |
| </body> | | </body> |
| </html> | | </html> |