

function header()

{



	document.write('<table width=755 border=0 cellpadding=0 cellspacing=0>');

	document.write('<tr>');

    document.write('<td width="35"><img src="images/topleft.gif" width=35 height=92></td>');

	document.write('<td width="106" valign="middle" background="images/pixi_topgrey.gif"><div align="top"><img src="images/rtc2.jpg" width="90" height="90"></div></td>');

	document.write('<td width="188" valign="middle" background="images/pixi_topgrey.gif"><span class="style2">Rotaract Club Leuven</span></td>');

	document.write('<td width="411" background="images/pixi_topgrey.gif"><div align="right"><img src="images/spacer.gif" width=411 height=92></div></td>');

	document.write('<td width="15"><img src="images/topright.gif" width=14 height=92></td>');

	document.write('</tr>');

	document.write('<tr>');

	document.write('<td width="35"> <img src="images/navleft.gif" width=35 height=33></td>');

	document.write('<td colspan=3 background="images/navbg.gif" class="menuLink"><a href="wie.html" class="menuLink">wie zijn we</a> | <a href="sociaal.html" class="menuLink">sociaal</a> | <a href="agenda.htm" class="menuLink">agenda</a> | <a href="contact.htm" class="menuLink">contact us</a> | <a href="photo.htm" class="menuLink">foto</a> | <a href="leden.htm" class="menuLink">leden</a> | <a href="links.htm" class="menuLink">links</a> | <a href="verslagen.htm" class="menuLink">verslagen</a> | <a href="sylvester" class="menuLink">sylvester</a> | <a href="sponsoring.htm" class="menuLink">sponsoring</a> | <a href="http://www.rotaractleuven.be" class="menuLink">home</a></td>');

	document.write('<td width="15"> <img src="images/navright.gif" width=14 height=33></td>');

	document.write('</tr>');

	document.write('</table>');

}



function footer()

{

	document.write('<table border=0 cellpadding=0 cellspacing=0>');

	document.write('<tr>');

	document.write('<td width="35"><img src="images/baseleft.gif" width=35 height=52></td>');

	document.write('<td width="706" class="basebg"> Last update: 22-05-2010</td>');

	document.write('<td width="14"><img src="images/baseright.gif" width=14 height=52></td>');

	document.write('</tr>');

	document.write('</table>');

}



function logon()

{

	document.write('<table border=0 cellpadding=0 cellspacing=0>');

    document.write('<tr>');

    document.write('<td colspan="2"><img src="images/sideheader.gif" width=264 height=32></td>');

    document.write('</tr>');

	document.write('<form name="logon" method="post" action="subscribeSylvester.php?admin=1">');

    document.write('<tr bgcolor="#A5A5A5">');

    document.write('<td width="87"><div align="right" class="style3"><p>&nbsp;</p></div></td>');

    document.write('<td width="177"><p class="style3">&nbsp;</p></td>');

    document.write('</tr>');

    document.write('<tr bgcolor="#A5A5A5">');

    document.write('<td width="87" valign="middle"><div align="right" class="style3">Username</div></td>');

    document.write('<td><span class="style3"><input type="text" name="usrname"></span></td>');

    document.write('</tr>');

    document.write('<tr valign="middle" bgcolor="#A5A5A5">');

    document.write('<td><div align="right" class="style3">Password&nbsp;</div></td>');

    document.write('<td><input name="pwd" type="password"></td>');

    document.write('</tr>');

    document.write('<tr bgcolor="#A5A5A5">');

    document.write('<td align="right" valign="middle">&nbsp;</td>');

    document.write('<td align="left"><span class="style3"><br><input name="Inloggen" type="submit" id="Inloggen" value="Inloggen"></span><br><br></td>');

    document.write('</tr>');

    document.write('<tr bgcolor="#A5A5A5">');

    document.write('<td colspan="2" valign="middle"><div align="center" class="style3">Registreer | Paswoord vergeten? </div></td>');

    document.write('</tr>');

    document.write('</form>');

    document.write('<tr>');

    document.write('<td colspan="2"><img src="images/sidefooter.gif" width=264 height=26></td>');

    document.write('</tr>');

    document.write('</table>');

    /*document.write('<p></p>');

    document.write('<p><div align="center"><strong><a href="http://rotaractleuven.in2web.be/subscribeSylvester.php?subscribe=1" class="textLink">Schrijf hier online in voor het New Year Arround the Clock Sylvestergala!</a><strong></div></p>');

    document.write('<p></p>');

    document.write('<p></p>');*/

	

	

}



function mainpic()

{

	document.write('<img src="images/mainpic.jpg" width="264" height="170"><br>');

}



var bigpicWin = null;



function showbigimage(url, picwidth, picheight, description)

{

  if (!bigpicWin || bigpicWin.closed)

  {

    usrwidth = screen.width;

    usrheight = screen.height;



    winwidth = picwidth;

    winheight = picheight;



    var X = (usrwidth - winwidth) / 2;

    var Y = (usrheight - winheight) / 2;



    properties = "toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width="+winwidth+",height="+winheight+",";



    checkie = navigator.appName.indexOf("icrosoft");

    if (checkie == -1)

    {

      properties = properties+"screenX="+X+",screenY="+Y;

    }

    else

    {

      properties = properties+"left="+X+",top="+Y;

    }



    bigpicWin = window.open('','bigpicWin',properties);



    bigpicWin.document.open();

    bigpicWin.document.write('<HTML><HEAD>');

    bigpicWin.document.write('<TITLE>'+description+'</TITLE>');

    bigpicWin.document.write('</HEAD>');

    bigpicWin.document.write('<BODY MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0">');

    bigpicWin.document.write('<A HREF="JavaScript:self.close()"><IMG SRC="'+url+'" HSPACE="0" VSPACE="0" BORDER="0"></A>');

    bigpicWin.document.write('</BODY>');

    bigpicWin.document.write('</HTML>');

    bigpicWin.document.close()



    bigpicWin.focus();

  }

  else

  {

    bigpicWin.focus();

  }

}



function showbigimageScroll(url, picwidth, picheight, description)

{

  if (!bigpicWin || bigpicWin.closed)

  {

    usrwidth = screen.width;

    usrheight = screen.height;



    winwidth = picwidth;

    winheight = picheight;



    var X = (usrwidth - winwidth) / 2;

    var Y = (usrheight - winheight) / 2;



    properties = "toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width="+winwidth+",height="+winheight+",";



    checkie = navigator.appName.indexOf("icrosoft");

    if (checkie == -1)

    {

      properties = properties+"screenX="+X+",screenY="+Y;

    }

    else

    {

      properties = properties+"left="+X+",top="+Y;

    }



    bigpicWin = window.open('','bigpicWin',properties);



    bigpicWin.document.open();

    bigpicWin.document.write('<HTML><HEAD>');

    bigpicWin.document.write('<TITLE>'+description+'</TITLE>');

    bigpicWin.document.write('</HEAD>');

    bigpicWin.document.write('<BODY MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0">');

    bigpicWin.document.write('<A HREF="JavaScript:self.close()"><IMG SRC="'+url+'" HSPACE="0" VSPACE="0" BORDER="0"></A>');

    bigpicWin.document.write('</BODY>');

    bigpicWin.document.write('</HTML>');

    bigpicWin.document.close()



    bigpicWin.focus();

  }

  else

  {

    bigpicWin.focus();

  }

}





function photoHeader(title)

{

	document.write('<table width="100%" border="0">');

	document.write('  <tr>');

	document.write('    <td width="100%"  height="33" background="images/navbg.gif"><div align="center"><span class="style2"> '+title+' </span></div></td>');

	document.write('  </tr>');

	document.write('</table>');

	

}
