/*  -------------------------------------
    Stuart Townsend Drop-Down Menu modded
    by SCampisi not associated with those
    at Project Seven Development.
    ------------------------------------  */

function STmenu(){ //v1.1.0.2 by PVII-www.projectseven.com modded by SCampisi
 if(navigator.appVersion.indexOf("MSIE")==-1){return;}
 var i,k,g,lg,r=/\s*SThover/,nn='',c,cs='SThover',bv='STmenusystem';
 for(i=0;i<10;i++){g=document.getElementById(bv+nn);if(g){
 lg=g.getElementsByTagName("LI");if(lg){for(k=0;k<lg.length;k++){
 lg[k].onmouseover=function(){c=this.className;cl=(c)?c+' '+cs:cs;
 this.className=cl;};lg[k].onmouseout=function(){c=this.className;
 this.className=(c)?c.replace(r,''):'';};}}}nn=i+1;}
}

function bookmark(url, sitename)
{
  ns="Netscape and FireFox users, use CTRL+D to bookmark this site."
  if ((navigator.appName=='Microsoft Internet Explorer') &&
    (parseInt(navigator.appVersion)>=4))
  {
    window.external.AddFavorite(url, sitename);
  }
  else if (navigator.appName=='Netscape')
  {
    alert(ns);
  }
}

function listMovies(movieList)
{
   document.write("<UL>\n")
   for (i = 0;i < movieList.length;i++)
   {
      document.write("<LI>" + movieList[i] + "\n")
   }
   document.write("</UL>\n")
}
var StuMovies=["Thor - 2010", "Justicia Now! - 2009", "Maggie Hill - 2009", "Battle in Seattle - 2007", "Blood Sucking Cinema - 2007", "Chaos Theory - 2007", "Night Stalker - 2005", "Aeon Flux - 2005", "Best Man (The)- 2005", "Unhitched - 2005", "Head in the Clouds - 2004", "Assembling the League - 2003", "League of Extraordinary Gentlemen - 2003", "Shade - 2003", "Trapped - 2002", "Queen of the Damned - 2002", "About Adam - 2000", "Mauvaise passe - 1999", "Wrong Blonde (The)- 1999", "Escort (The)- 1999", "Venice Project (The)- 1999", "Wonderland - 1999", "Simon Magus - 1999", "Resurrection Man - 1998", "Under the Skin - 1997", "Shooting Fish 1997", "Trojan Eddie - 1996", "Summertime - 1995", "Godsuit - 1993"]
StuMovies.sort()


