.
// I recommend you leave this here as otherwise when you resize NS4's width menus are hidden.
var popOldWidth = window.innerWidth;
nsResizeHandler = new Function('if (popOldWidth != window.innerWidth) location.reload()');
// This is a quick snippet that captures all clicks on the document and hides the menus
// every time you click. Use if you want.
if (isNS4) document.captureEvents(Event.CLICK);
document.onclick = clickHandle;
function clickHandle(evt)
{
if (isNS4) document.routeEvent(evt);
hideAllBut(0);
}
// This is just the moving command for the example.
function moveRoot()
{
with(menu[0][0].ref) left = ((parseInt(left) < 100) ? 100 : 5);
}
// End -->
Cast Revealed For First 8 Episodes
Tipping Point: Part 2" Episode: #4.1 - 5 June 2005
Sonja Bennett .... Rachel Caldwell
Colin Cunningham .... Pendragon
Sean Patrick Flanery .... Greg Stillson
Jim Francis .... Sonny Elliman
Fabrice Grover .... FBI Searcher
Caroline Marcelle .... Young Rebecca Caldwell
Frank Whaley .... Christopher Wey
Sarah Wynter .... Rebecca Caldwell
"Baby Story" Episode: #4.2 - 2005
Wilmer Calderon .... Miguel
Colin Matthews .... John
Alonso Oyarzun .... Enrique
"The Last Goodbye" Episode: #4.4 - 2005
Patrick Gilmore .... Doug Driscoll
Gina Holden .... Aubry/Chrystal Henderson
"Double Vision" Episode: #4.6 - 2005
Nico McEown .... Charlie
Manoj Sood .... Marcel
"Heros and Demons" Episode: #4.7 - 2005
Ellen Dubin .... Calli Fallon
"Saved" Episode: #4.8 - 2005
Clancy Dennehy .... Cameraman
Sean Patrick Flanery .... Greg Stillson
Jim Francis .... Sonny Elliman
Fabrice Grover .... Registration Clerk
Jennifer Kitchen .... Reporter #2
Mike Kleven .... Big Man
Dagmar Midcap .... Reporter #1
John Emmet Tracy .... Reporter #3
0 Comments:
Post a Comment
<< Home