var width = screen.width;
var height = screen.height;
var d = this.window.document;

 //document.write("You're set to "+width+ "X" +height+"");


 {if (width == 640) { 
	 var arch="'green_arch640.gif'";
	 var width="'250'";
	 var height="'33'";
         var olstyle="'font-family: Verdana; font-size: 8pt'";

	 document.write('<STYLE TYPE="text/css">');
	 document.write('SMALL { font-family:Verdana; font-size:8pt; color:black; }');
	 document.write('</STYLE>');
	 document.write('<STYLE TYPE="text/css">');
	 document.write('KBD { font-family:Verdana; font-size:10pt; color:black; }');
	 document.write('</STYLE>');
	 document.write('<STYLE TYPE="text/css">');
	 document.write('SAMP { font-family:Verdana; font-size:10pt; color:black; }');
	 document.write('</STYLE>');

 } else if (width == 800) {
	 var arch="'green_arch800.gif'";
	 var width="'312'";
	 var height="'42'";
         var olstyle="'font-family: Verdana; font-size: 8pt'";

	 document.write('<STYLE TYPE="text/css">');
	 document.write('SMALL { font-family:Verdana; font-size:8pt; color:black; }');
	 document.write('</STYLE>');
	 document.write('<STYLE TYPE="text/css">');
	 document.write('KBD { font-family:Verdana; font-size:12pt; color:black; }');
	 document.write('</STYLE>');
	 document.write('<STYLE TYPE="text/css">');
	 document.write('SAMP { font-family:Verdana; font-size:10pt; color:black; }');
	 document.write('</STYLE>');

 } else if (width == 1024) {
	 var arch="'green_arch1024.gif'";
	 var width="'400'";
	 var height="'54'";
         var olstyle="'font-family: Verdana; font-size: 10pt'";

	 document.write('<STYLE TYPE="text/css">');
	 document.write('SMALL { font-family:Verdana; font-size:10pt; color:black; }');
	 document.write('</STYLE>');
	 document.write('<STYLE TYPE="text/css">');
	 document.write('KBD { font-family:Verdana; font-size:14pt; color:black; }');
	 document.write('</STYLE>');
	 document.write('<STYLE TYPE="text/css">');
	 document.write('SAMP { font-family:Verdana; font-size:10pt; color:black; }');
	 document.write('</STYLE>');

 } else if (width == 1152) {
	 var arch="'green_arch1024.gif'";
	 var width="'400'";
	 var height="'54'";
         var olstyle="'font-family: Verdana; font-size: 10pt'";

	 document.write('<STYLE TYPE="text/css">');
	 document.write('SMALL { font-family:Verdana; font-size:10pt; color:black; }');
	 document.write('</STYLE>');
	 document.write('<STYLE TYPE="text/css">');
	 document.write('KBD { font-family:Verdana; font-size:14pt; color:black; }');
	 document.write('</STYLE>');
	 document.write('<STYLE TYPE="text/css">');
	 document.write('SAMP { font-family:Verdana; font-size:10pt; color:black; }');
	 document.write('</STYLE>');
 
} else {var arch="'green_arch1024.gif'";
	 var width="'400'";
	 var height="'54'";
         var olstyle="'font-family: Verdana; font-size: 12pt'";

	 document.write('<STYLE TYPE="text/css">');
	 document.write('SMALL { font-family:Verdana; font-size:12pt; color:black; }');
	 document.write('</STYLE>');
	 document.write('<STYLE TYPE="text/css">');
	 document.write('KBD { font-family:Verdana; font-size:16pt; color:black; }');
	 document.write('</STYLE>');
	 document.write('<STYLE TYPE="text/css">');
	 document.write('SAMP { font-family:Verdana; font-size:12pt; color:black; }');
	 document.write('</STYLE>');
	
}}

	//d.write('<p></p>');
	  //d.write('<center>');
	  d.write('<table border="0" cellpadding="15" cellspacing="0" width="95%">');
	    d.write('<tr>');
	      d.write('<td width="70%" valign="top" align="justify">');
	      d.write('<p align="center"><br>');
	        //d.write('&nbsp;</p>');
	        d.write('<center>');
	        //d.write('<table border="0" cellspacing="1" width="400" background="green_arch_base.gif" height="54">');
	        d.write('<table border="0" cellspacing="1" width=');
		d.write(width);
		d.write(' height=');
		d.write(height);
		d.write(' background=');
		d.write(arch);
		d.write('>');
	          d.write('<tr>');

	            d.write('<td width=%100%" align="center" valign="top">');


