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) { 
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('BIG { font-family:Arial; font-size:10pt; color:Teal; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('SAMP { font-family:Arial; font-size:10pt; color:Black; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('SMALL { font-family:Verdana; font-size:5pt; color:Black; }');
	document.write('</STYLE>');
	 	 
	document.write('<STYLE TYPE="text/css">');
	document.write('KBD { font-family:Verdana; font-size:8pt; color:Black; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('TT { font-family:Arial; font-size:10pt; color:Blue; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('STRONG { font-family:Arial; font-size:8pt; color:Blue; }');
	document.write('</STYLE>');

	document.write('<STYLE TYPE="text/css">');
	document.write('CODE { font-family:Verdana; font-size:6pt; color:Red; }');
	document.write('</STYLE>');

        document.write('<STYLE TYPE="text/css">');
        document.write('.roll {');
	document.write('font-family:Arial;');
  	document.write('font-size:7pt;');
  	document.write('font-weight:bold;');
  	document.write('text-decoration:none;');
  	document.write('color:Teal;');
 	document.write('}'); 
  	document.write('A.roll:hover {');
  	document.write('font-family:Arial;');
  	document.write('font-size:7pt;');
  	document.write('font-weight:bold;');
  	document.write('color:Blue;');
  	document.write('}'); 	 
  	document.write('</STYLE>');

 } else if (width == 800) {
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('BIG { font-family:Arial; font-size:12pt; color:Teal; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('SAMP { font-family:Arial; font-size:12pt; color:Black; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('SMALL { font-family:Verdana; font-size:7pt; color:Black; }');
	document.write('</STYLE>');
	 	
	document.write('<STYLE TYPE="text/css">');
	document.write('KBD { font-family:Arial; font-size:8pt; color:Black; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('TT { font-family:Arial; font-size:9pt; color:Blue; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('STRONG { font-family:Arial; font-size:8pt; color:Blue; }');
	document.write('</STYLE>');
 
	document.write('<STYLE TYPE="text/css">');
	document.write('CODE { font-family:Verdana; font-size:7pt; color:Red; }');
	document.write('</STYLE>');

	document.write('<STYLE TYPE="text/css">');
	document.write('.roll {');
  	document.write('font-family:Arial;');
  	document.write('font-size:8pt;');
  	document.write('font-weight:bold;');
  	document.write('text-decoration:none;');
  	document.write('color:Teal;');
 	document.write('}'); 
  	document.write('A.roll:hover {');
  	document.write('font-family:Arial;');
  	document.write('font-size:8pt;');
  	document.write('font-weight:bold;');
  	document.write('color:Blue;');
  	document.write('}'); 	 
  	document.write('</STYLE>');

 } else if (width == 1024) {
	
	document.write('<STYLE TYPE="text/css">');
	document.write('BIG { font-family:Arial; font-size:14pt; color:Teal; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('SAMP { font-family:Arial; font-size:14pt; color:Black; }');
	document.write('</STYLE>');
	 
	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:Arial; font-size:10pt; color:Black; }');
	document.write('</STYLE>');

	document.write('<STYLE TYPE="text/css">');
	document.write('TT { font-family:Arial; font-size:12pt; color:Blue; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('STRONG { font-family:Arial; font-size:10pt; color:Blue; }');
	document.write('</STYLE>');

	document.write('<STYLE TYPE="text/css">');
	document.write('CODE { font-family:Verdana; font-size:6pt; color:Red; }');
	document.write('</STYLE>');

	document.write('<STYLE TYPE="text/css">');
	document.write('.roll {');
  	document.write('font-family:Arial;');
  	document.write('font-size:8pt;');
  	document.write('font-weight:bold;');
  	document.write('text-decoration:none;');
  	document.write('color:Teal;');
 	document.write('}'); 
  	document.write('A.roll:hover {');
  	document.write('font-family:Arial;');
  	document.write('font-size:8pt;');
  	document.write('font-weight:bold;');
  	document.write('color:Blue;');
  	document.write('}');
 	document.write('</STYLE>');

 } else {
	document.write('<STYLE TYPE="text/css">');
	document.write('BIG { font-family:Arial; font-size:16pt; color:Teal; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('SAMP { font-family:Arial; font-size:16pt; color:Black; }');
	document.write('</STYLE>');
	 
	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:12pt; color:Black; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('TT { font-family:Arial; font-size:16pt; color:Blue; }');
	document.write('</STYLE>');
	 
	document.write('<STYLE TYPE="text/css">');
	document.write('STRONG { font-family:Arial; font-size:12pt; color:Blue; }');
	document.write('</STYLE>');

	document.write('<STYLE TYPE="text/css">');
	document.write('CODE { font-family:Verdana; font-size:10pt; color:Red; }');
	document.write('</STYLE>');

        document.write('<STYLE TYPE="text/css">');
        document.write('.roll {');
	document.write('font-family:Arial;');
  	document.write('font-size:7pt;');
  	document.write('font-weight:bold;');
  	document.write('text-decoration:none;');
  	document.write('color:Teal;');
 	document.write('}'); 
  	document.write('A.roll:hover {');
  	document.write('font-family:Arial;');
  	document.write('font-size:7pt;');
  	document.write('font-weight:bold;');
  	document.write('color:Blue;');
  	document.write('}'); 	 
  	document.write('</STYLE>');

}
}