var fDesc=new Array(); fDesc[0] = "Intersection is a unique game that combines elements of puzzles and mazes, while also including action. The result is challenging fun. Your mission is to direct cars around a track that you dynamically configure with a road mover. Numerous obstacles make your task more difficult, including multiple cars and tracks, motorcycles, trains, rivers, bridges, all-terrain vehicles, oil, and more. To win, you must drive through all flags in order. Rounds become increasingly difficult as the game progresses. The game content is suitable for all ages, but Intersection is geared toward adults. Difficulty levels, distractions, window size, sound, and other game parameters are adjustable in the Options panel. An Efficiency Bonus mode is available for those who enjoy "precision driving". Statistics are available for each level. Help is included with the game. This is no mindless shooter game, because it takes time to master how to shape the track to win. Intersection requires equal amounts of patience, memorization, dexterity, cleverness, and visual imagination. This free version has 15 different levels to get you familiar with the elements of the game. This update allows more freedom to move to unsolved levels, as well as the ability to shoot motorcycles. Check it out!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }