
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function nav_mouseover( id, id2 )
{
	document.getElementById( id ).className='navsel';
	document.getElementById( id2 ).className='navsel';
}
function nav_mouseout( id, id2 )
{
	document.getElementById( id ).className = 'navnormal';
	document.getElementById( id2 ).className='navnormal';
}
function square_mouseover( id )
{
	document.getElementById( id ).className='squaresel';
}
function square_mouseout( id )
{
	document.getElementById( id ).className = 'squarenormal';
}
function entrance_square_mouseover( id )
{
	document.getElementById( id ).className='entrancesquaresel';
}
function entrance_square_mouseout( id )
{
	document.getElementById( id ).className = 'entrancesquarenormal';
}
function imagetext_mouseover( id )
{
	document.getElementById( id ).className='imagetextsel';
}
function imagetext_mouseout( id )
{
	document.getElementById( id ).className = 'imagetextnormal';
}
function image_mouseover( id )
{
	document.getElementById( id ).className='imagesel';
}
function image_mouseout( id )
{
	document.getElementById( id ).className = 'imagenormal';
}
function email_mouseover( id )
{
	document.getElementById( id ).className='emailsel';
}
function email_mouseout( id )
{
	document.getElementById( id ).className = 'emailnormal';
}

