web/inter_choix.html
changeset 46 542252e0c615
parent 41 f2123b4487e9
child 78 8c3f0b94d056
--- a/web/inter_choix.html	Tue Dec 11 21:13:42 2012 +0100
+++ b/web/inter_choix.html	Wed Dec 12 03:10:24 2012 +0100
@@ -17,7 +17,7 @@
 	</head>
 	<body>
 		<!-- div content - site takes the full height of browser -->	
-		<div id="content" class="full_screen pointer" onClick="">
+		<div id="content" class="full_screen pointer" onClick="gotoChoice();">
 		
 			<!--this div empty allows the element content_vcentering to be vertically aligned -->
 			<div class="strut"></div><!--
@@ -40,9 +40,12 @@
 				  $('.box_transparance').animate({
 				    	opacity: 0,
 					  }, 10000, function() {
-					    // Animation complete.
+					  	gotoChoice();
 					 });
             });
+            var gotoChoice = function() {
+				location.href = "choix.html";            	
+            }
         </script>               
 	</body>
 </html>
\ No newline at end of file