.
// 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 -->
Article on David Cronenberg
Full Story
There are few things more entertaining for a film critic than analyzing a David Cronenberg film. Most of his films can be classified as horror, a genre that works through the deep inner turmoil of humankind's fears and obsessions, all which makes for some thoughtful viewing. To top it off, he is a solid craftsman and a thoughtful filmmaker. Bad horror films are so easy to make that the genre tends to be dominated by hacks and clowns with no sense of timing, psychology or suspense. In that context, Cronenberg's dark vision of human nature seems almost refreshing.
0 Comments:
Post a Comment
<< Home