
if (document.images) {
quicktime_on=new Image();quicktime_on.src="grafx/quicktime_on.jpg";quicktime_off=new Image();quicktime_off.src="grafx/quicktime_off.jpg";
home_on=new Image();home_on.src="grafx/nav_1_home_on.gif";home_off=new Image();home_off.src="grafx/nav_1_home_off.gif";
about_on=new Image();about_on.src="grafx/nav_2_about_on.gif";about_off=new Image();about_off.src="grafx/nav_2_about_off.gif";
reel_on=new Image();reel_on.src="grafx/nav_3_reel_on.gif";reel_off=new Image();reel_off.src="grafx/nav_3_reel_off.gif";
spots_on=new Image();spots_on.src="grafx/nav_4_spots_on.gif";spots_off=new Image();spots_off.src="grafx/nav_4_spots_off.gif";
contact_on=new Image();contact_on.src="grafx/nav_5_contact_on.gif";contact_off=new Image();contact_off.src="grafx/nav_5_contact_off.gif";
clients_on=new Image();clients_on.src="grafx/nav_6_clients_on.gif";clients_off=new Image();clients_off.src="grafx/nav_6_clients_off.gif";
// imgNAME_on=new Image();imgNAME_on.src="grafx/nav___on.gif";imgNAME_off=new Image();imgNAME_off.src="grafx/nav___off.gif";
}
function turnOn(imageName) {if (document.images) {document[imageName].src=eval(imageName + "_on.src");}}
function turnOff(imageName) {if (document.images) {document[imageName].src=eval(imageName + "_off.src");}}
function navSound() {}
function prnt(content) {document.write(content);}

function outputHeader() {
prnt('<TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=0 BORDER=0><TR><TD COLSPAN=3 WIDTH="100%" HEIGHT="100%" ALIGN=CENTER VALIGN=MIDDLE><TABLE WIDTH=752 HEIGHT=552 ');
prnt('CELLSPACING=0 CELLPADDING=0 BORDER=0><TR><TD HEIGHT=1 BGCOLOR="#000000"><IMG SRC="grafx/dott.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD><TD COLSPAN=2 HEIGHT=1 BGCOLOR="#000000">');
prnt('<IMG SRC="grafx/dott.gif" WIDTH=750 HEIGHT=1 BORDER=0></TD><TD ROWSPAN=4 HEIGHT=551 BGCOLOR="#000000"><IMG SRC="grafx/dott.gif" WIDTH=1 HEIGHT=551 BORDER=0></TD></TR><TR>');
prnt('<TD WIDTH=1 HEIGHT=85 BGCOLOR="#000000"><IMG SRC="grafx/dott.gif" WIDTH=1 HEIGHT=85 BORDER=0></TD><TD WIDTH=514 HEIGHT=85 ALIGN=LEFT VALIGN=BOTTOM BGCOLOR="#FFFFFF"><IMG ');
prnt('SRC="grafx/logo.jpg" WIDTH=501 HEIGHT=85 BORDER=0></TD><TD WIDTH=236 HEIGHT=85 ALIGN=RIGHT VALIGN=MIDDLE BGCOLOR="#FFFFFF"><A HREF="http://www.apple.com/quicktime/" ');
prnt('onMouseOver="turnOn(\'quicktime\');" onMouseOut="turnOff(\'quicktime\');" TARGET="quicktime"><IMG NAME="quicktime" SRC="grafx/quicktime_off.jpg" WIDTH=78 HEIGHT=26 BORDER=0>');
prnt('</A></TD></TR><TR><TD WIDTH=1 HEIGHT=34 BGCOLOR="#000000"><IMG SRC="grafx/dott.gif" WIDTH=1 HEIGHT=34 BORDER=0></TD><TD COLSPAN=2 HEIGHT=34 ALIGN=CENTER VALIGN=MIDDLE ');
prnt('BGCOLOR="#999999"><NOBR><A HREF="home.html" onMouseOver="turnOn(\'home\');navSound();" onMouseOut="turnOff(\'home\');" TARGET=_top><IMG NAME="home" SRC="grafx/nav_1_home_off.gif" ');
prnt('WIDTH=48 HEIGHT=20 HSPACE=30 BORDER=0></A><A HREF="about.html" onMouseOver="turnOn(\'about\');navSound();" onMouseOut="turnOff(\'about\');" TARGET=_top><IMG NAME="about" ');
prnt('SRC="grafx/nav_2_about_off.gif" WIDTH=75 HEIGHT=20 HSPACE=30 BORDER=0></A><A HREF="reel.html" onMouseOver="turnOn(\'reel\');navSound();" onMouseOut="turnOff(\'reel\');" ');
prnt('TARGET=_top><IMG NAME="reel" SRC="grafx/nav_3_reel_off.gif" WIDTH=37 HEIGHT=20 HSPACE=30 BORDER=0></A><A HREF="spots.html" onMouseOver="turnOn(\'spots\');navSound();" ');
prnt('onMouseOut="turnOff(\'spots\');" TARGET=_top><IMG NAME="spots" SRC="grafx/nav_4_spots_off.gif" WIDTH=48 HEIGHT=20 HSPACE=30 BORDER=0></A><A HREF="contact.html" ');
prnt('onMouseOver="turnOn(\'contact\');navSound();" onMouseOut="turnOff(\'contact\');" TARGET=_top><IMG NAME="contact" SRC="grafx/nav_5_contact_off.gif" WIDTH=64 HEIGHT=20 ');
prnt('HSPACE=30 BORDER=0></A><A HREF="clients.html" onMouseOver="turnOn(\'clients\');navSound();" onMouseOut="turnOff(\'clients\');" TARGET=_top><IMG NAME="clients" ');
prnt('SRC="grafx/nav_6_clients_off.gif" WIDTH=57 HEIGHT=20 HSPACE=30 BORDER=0></A></NOBR></TD></TR><TR><TD WIDTH=1 HEIGHT=429 BGCOLOR="#000000"><IMG SRC="grafx/dott.gif" ');
prnt('WIDTH=1 HEIGHT=429 BORDER=0></TD><TD COLSPAN=2 HEIGHT=429 ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFFFFF" BACKGROUND="grafx/bg2.jpg">');
}

function outputFooter() {
prnt('</TD></TR><!-- CALIBRATION ROW --><TR><TD WIDTH=1 BGCOLOR="#000000"><IMG SRC="grafx/dott.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD><TD WIDTH=514 BGCOLOR="#000000"><IMG ');
prnt('SRC="grafx/dott.gif" WIDTH=514 HEIGHT=1 BORDER=0></TD><TD WIDTH=236 BGCOLOR="#000000"><IMG SRC="grafx/dott.gif" WIDTH=236 HEIGHT=1 BORDER=0></TD><TD WIDTH=1 ');
prnt('BGCOLOR="#000000"><IMG SRC="grafx/dott.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR></TABLE></TD></TR></TABLE>');
}

