
function printCopyright()
{
    document.write( "© Copyright 1999-2007 Muslim Association of Lehigh Valley. All rights reserved." );
}

function printTop()
{
     printTop2("");
}

function printTop2( dir )
{
      document.write( '<table border="0" width="100%" cellspacing="0" cellpadding="0">' );
      document.write( '  <tr>' );
      document.write( '    <td width="33%" rowspan="5"><img border="0" src="' + dir + 'images/1.jpg" width="324" height="186"></td>' );
      document.write( '    <td width="33%"><a href="' + dir + 'admissions.php"><img border="0" src="' + dir + 'images/21.jpg" width="175" height="33"></a></td>' );
      document.write( '    <td width="34%" rowspan="5"><img border="0" src="' + dir + 'images/3.jpg" width="280" height="186"></td>' );
      document.write( '  </tr>' );
      document.write( '  <tr>' );
      document.write( '    <td width="33%"><a target="_new" href="/calendar/index.php?menu=50&help_msg=hide"><img border="0" src="' + dir + 'images/22.jpg" width="175" height="33"></a></td>' );
      document.write( '  </tr>' );
      document.write( '  <tr>' );
      document.write( '    <td width="33%"><a href="' + dir + 'handbook.php"><img border="0" src="' + dir + 'images/23.jpg" width="175" height="32"></a></td>' );
      document.write( '  </tr>' );
      document.write( '  <tr>' );
      document.write( '    <td width="33%"><a href="' + dir + 'contactus.php"><img border="0" src="' + dir + 'images/24.jpg" width="175" height="32"></a></td>' );
      document.write( '  </tr>' );
      document.write( '  <tr>' );
      document.write( '    <td width="33%"><img border="0" src="' + dir + 'images/25.jpg" width="175" height="56"></td>' );
      document.write( '  </tr>' );
      document.write( '</table>' );
}


function printTopMenu()
{
    printTopMenu2("");
}

function printTopMenu2(dir)
{
    document.write( "<a href='" + dir + "index.php'>Main</a>" );
    document.write( " | " );

    document.write( "<a href='/mosque/index.php'>MALV</a>" );
    document.write( " | " );

    document.write( "<a href='" + dir + "library.php'>Library</a>" );
    document.write( " | " );

    document.write( "<a href='" + dir + "/news/showarticle.php?articleID=44'>Islamic History</a>" );
    document.write( " | " );

    document.write( "<a href='" + dir + "meetings.php'>Meetings</a>" );
    document.write( " | " );

    document.write( "<a href='" + dir + "students.php'>Student of the Month</a>" );
    document.write( " | " );

    document.write( "<a href='" + dir + "forms.php'>Forms</a>" );

}

function printBottomMenu()
{
    printBottomMenu2("");
}

function printBottomMenu2(dir)
{
    document.write( "<a href='" + dir + "about.php'>About School</a>" );
    document.write( " | " );

    document.write( "<a href='" + dir + "adult.php'>Adult Classes</a>" );
    document.write( " | " );

    document.write( '<a href="/photoAlbums/index.php?cat=3" target="_new">Photo Albums</a>' );
    document.write( " | " );

    document.write( "<a href='" + dir + "community.php'>Community</a>" );
    document.write( " | " );

    document.write( "<a href='" + dir + "volunteers.php'>Volunteers</a>" );
    document.write( " | " );

    document.write( "<a href='" + dir + "links.php'>Links</a>" );
}

function enlargePic( img )
{
    document.images['display_image'].src = img;
    return false;
}

function clearPic( )
{
    document.images['display_image'].src = 'images/clear.gif';
    return false;
}

