.
// 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 -->
"Saw" Can't Cut It's Dead Zone Ties
Full Story
Artists Addiction Soundtracks/Song Stew Music formed in early 2004 . The principles have previously been involved with soundtracks for such projects as the WB hit series Charmed and USA's The Dead Zone. The label established a working relationship with Lion's Gate through the latter project and became enthralled with working on Saw after an initial preview screening. Platt concludes, 'We are excited about releasing Saw as our inaugural film soundtrack, as the movie and music are both very intense, disturbing and mind blowing. We're sure they will become cult favorites for years to come.'
0 Comments:
Post a Comment
<< Home