var header = '';
var footer = '';

//--------------------------------------------------------------------------------------------+
var commentWindow = null;
function makeComment()
{
	if (!commentWindow || commentWindow.closed){
		commentWindow = window.open("GDAComments.asp", "", "width=375,height=500");
	} else {
		commentWindow.focus();
	}
}
//--------------------------------------------------------------------------------------------+

//define the header for the site
header += '<table height="100%" border="0" cellpadding="0" cellspacing="0" width="100%">';
header += ' <tr valign="top" height="20%" class="cell">';
header += '  <td>';
header += '   <table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/top_bar_bg.gif">';
header += '    <tr>';
header += '     <td>';
header += '	<table border="0" cellpadding="0" cellspacing="0" width="779">';
header += '	  <tr>';
header += '	   <td><img src="images/spacer.gif" width="80" height="1" border="0" alt=""></td>';
header += '	   <td><img src="images/spacer.gif" width="85" height="1" border="0" alt=""></td>';
header += '	   <td><img src="images/spacer.gif" width="614" height="1" border="0" alt=""></td>';
header += '	   <td><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>';
header += '	  </tr>';
header += '	  <tr>';
header += '	   <td rowspan="3"><a href="http://www.girnet.com" target="_parent"><img name="top_bar_r1_c1" src="images/top_bar_r1_c1.gif" width="80" height="110" border="0" alt=""></a></td>';
header += '	   <td rowspan="2"><a href="http://www.girnet.com" target="_parent"><img name="top_bar_r1_c2" src="images/top_bar_r1_c2.gif" width="85" height="67" border="0" alt=""></a></td>';
header += '	   <td><img name="top_bar_r1_c3" src="images/top_bar_r1_c3.gif" width="614" height="48" border="0" usemap="#m_top_bar_r1_c3" alt=""></td>';
header += '	   <td><img src="images/spacer.gif" width="1" height="48" border="0" alt=""></td>';
header += '	  </tr>';
header += '	  <tr>';
header += '	   <td>';
//add the hyperlinks
header += hyperlinks;
header += '	   </td>';
header += '	   <td><img src="images/spacer.gif" width="1" height="19" border="0" alt=""></td>';
header += '	  </tr>';
header += '	  <tr>';
header += '	   <td><a href="http://www.girnet.com" target="_parent"><img name="top_bar_r3_c2" src="images/top_bar_r3_c2.gif" width="85" height="43" border="0" alt=""></a></td>';
header += '	   <td><img name="top_bar_r3_c3" src="images/top_bar_r3_c3.gif" width="614" height="43" border="0" alt=""></td>';
header += '	   <td><img src="images/spacer.gif" width="1" height="43" border="0" alt=""></td>';
header += '	  </tr>';
header += '	<map name="m_top_bar_r1_c3">';
header += '	<area shape="rect" coords="513,3,587,17" href="javascript:makeComment();" alt="">';
header += '	<area shape="rect" coords="320,3,450,17" href="GDAContact.asp" target="main" alt="">';
header += '	<area shape="rect" coords="178,3,257,17" href="GDAWhats_new.asp" target="main" alt="">';
header += '	</map>';
header += '	</table>';
header += '     </td>';
header += '    </tr>';
header += '   </table>';
header += '  </td>';
header += ' </tr>';
header += ' <tr valign="top" height="80%" class="cell"><!--A8C1BB-->';
header += '  <td>';

//define the page footer
footer += '  </td>';
footer += ' </tr>';
footer += ' <tr valign="top" height="15%" class="cell">';
footer += '  <td>';
footer += '   <table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/bottom_bar_bg.gif">';
footer += '    <tr>';
footer += '     <td>';
footer += '	<table border="0" cellpadding="0" cellspacing="0" width="779">';
footer += '	  <tr>';
footer += '	   <td><img src="images/spacer.gif" width="134" height="1" border="0" alt=""></td>';
footer += '	   <td><img src="images/spacer.gif" width="487" height="1" border="0" alt=""></td>';
footer += '	   <td><img src="images/spacer.gif" width="158" height="1" border="0" alt=""></td>';
footer += '	   <td><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>';
footer += '	  </tr>';
footer += '	  <tr>';
footer += '	   <td colspan="3"><img name="bottom_bar_r1_c1" src="images/bottom_bar_r1_c1.gif" width="779" height="18" border="0" alt=""></td>';
footer += '	   <td><img src="images/spacer.gif" width="1" height="18" border="0" alt=""></td>';
footer += '	  </tr>';
footer += '	  <tr>';
footer += '	   <td rowspan="3"><img name="bottom_bar_r2_c1" src="images/bottom_bar_r2_c1.gif" width="134" height="56" border="0" alt=""></td>';
footer += '	   <td colspan="2">';
//add the hyperlinks
footer += hyperlinks;
footer += '	    </td>';
footer += '	    <td><img src="images/spacer.gif" width="1" height="23" border="0" alt=""></td>';
footer += '	   </tr>';
footer += '	   <tr>';
footer += '	    <td rowspan="2"></td>';
footer += '	    <td><img name="bottom_bar_r3_c3" src="images/bottom_bar_r3_c3.gif" width="158" height="5" border="0" alt=""></td>';
footer += '	    <td><img src="images/spacer.gif" width="1" height="5" border="0" alt=""></td>';
footer += '	   </tr>';
footer += '	   <tr>';
footer += '	    <td></td>';
//footer += '	    <td><input type="textbox" bgcolor="#ffffff"></td>';
footer += '	    <td><img src="images/spacer.gif" width="1" height="28" border="0" alt=""></td>';
footer += '	   </tr>';
footer += '	 </table>';
footer += '      </td>';
footer += '     </tr>';
footer += '    </table>';
footer += '   </td>';
footer += '  </tr>';
footer += '</table>';
