//<!--
function Rover(name, state){
document.images[name].src = "images/" + name + "_" + state + ".gif";
}
function Rout(name, state){
document.images[name].src = "images/" + name + "_" + state + ".gif";
}

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 mainmenu(){
document.write('<table border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td valign="top"><IMG SRC="images/zula_header_02.gif" ALT=""></td>');
if(where=="aboutus"){
	document.write('<td valign="top"><IMG SRC="images/aboutus_r.gif"  name ="aboutus" border="0"></td>');
	}else{
	document.write('<td valign="top"><a href="aboutus.html" onMouseOver="Rover(\'aboutus\', \'r\')" onMouseOut="Rout(\'aboutus\', \'n\')"><IMG SRC="images/aboutus_n.gif"  name ="aboutus" border="0"></a></td>');
}
if(where=="films"){
	document.write('<td valign="top"><IMG SRC="images/films_r.gif"  name ="films" border="0"></td>');
	}else{
	document.write('<td valign="top"><a href="films_fw_synopsis.html" onMouseOver="Rover(\'films\', \'r\')" onMouseOut="Rout(\'films\', \'n\')"><IMG SRC="images/films_n.gif"  name ="films" border="0"></a></td>');
}
if(where=="awards"){
	document.write('<td valign="top"><IMG SRC="images/awards_r.gif"  name ="awards" border="0"></td>');
	}else{
	document.write('<td valign="top"><a href="awards.html" onMouseOver="Rover(\'awards\', \'r\')" onMouseOut="Rout(\'awards\', \'n\')"><IMG SRC="images/awards_n.gif"  name ="awards" border="0"></a></td>');
}
document.write('<td valign="top" rowspan="2"><IMG SRC="images/zula_header03.gif" ALT=""></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan="6"><a href="mailto:flagwars@zulapearlfilms.com"><IMG SRC="images/zula_address.gif" border="0" ></a></td>');
document.write('</tr>');
document.write('</table>');
}




function mytitle(where){
document.write('<img src="images/'+where+'_tit.gif">');
}

function footer(){
document.write('	<tr>');
document.write('		<td colspan="3" bgcolor="#C0BCB1" align="center"><IMG SRC="images/spacer.gif"width="760" height="1"><br>');
document.write('		<span class="copyright">&#169; 2003 zula pearl films  all rights reserved</span>');
document.write('		</td>');
document.write('	</tr>');
}
//-->
