
	var tmptabwidth = 900;
	var	barwidth = (((screen.width - 22) - tmptabwidth) / 2); 
	
	var menutop_pos = 176;;

	document.open();
	document.write('<table height=100 border="0" width="' + (screen.width - 22) + '" id="table1" cellspacing="0" cellpadding="0">');
	document.write('<tr><td width=' + barwidth +' bgcolor="#306e2f"></td>');
	document.write('<td valign=top width=' + tmptabwidth +' bgcolor="#ffffff"><img src="images/top.jpg"><br><br></td>');
	document.write('<td width=' + barwidth +' bgcolor="#306e2f"></td></tr>');	
	document.write('</table>');
	
	document.write('<table border="0" width="' + (screen.width - 22) + '" id="table1" cellspacing="0" cellpadding="0">');
	document.write('<tr><td width=' + barwidth +' bgcolor="#306e2f" height="21"></td>');
	document.write('<td width=' + tmptabwidth +' bgcolor="#555555">');
	
	tmpstr = "<div style='position: absolute; width: " + tmptabwidth + "px; height: 21px; z-index: -1;  top: " + menutop_pos + "px; border-style: none; border-width: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px' id='menulag'></div>";
	document.write(tmpstr); 
	document.write('</td><td width=' + barwidth +' bgcolor="#306e2f"></td></tr>');	
	document.write('</table>');
	
	document.write('<table height=67% border="0" width="' + (screen.width - 22) + '" id="table1" cellspacing="0" cellpadding="0">');
	document.write('<tr><td width=' + barwidth +' bgcolor="#306e2f"></td>');
	document.write('<td valign="top" width=' + tmptabwidth +' bgcolor="#f4f4f4">');



	
	
		
