
s="na"; //screen.width
j="na"; //javaEnabled
f=""+escape(document.referrer); //
s=screen.width;
h=screen.height;
v=navigator.appName;

if(v != "Netscape") 
{
   if(s<=800)
   {
      document.write("<style>");
      document.write("	Body{");
      document.write("		background-image: url(images/claude1.jpg);");
      document.write("		background-repeat : no-repeat;");
      document.write("		background-position : center; }");
      document.write("	H1{");
      document.write("     margin-left: 100px; margin-top: 75px; font-family : 'Times New Roman', Times, serif; }");
      document.write("</style>");
      
      thesize=false;
   }
   else if(s>=1024)
   {
      document.write("<style>");
      document.write("	Body{");
      document.write("		background-image: url(images/claude2.jpg);");
      document.write("		background-repeat : no-repeat;");
      document.write("		background-position : center; }");
      document.write("	H1{");
      document.write("     margin-left: 110px; margin-top: 85px; font-family : 'Times New Roman', Times, serif; }");
      document.write("</style>");
      
      thesize=true;
   }
}
else
{
   if(s<=800)
   {
      document.write("<style>");
      document.write("	Body{");
      document.write("		background-image: url(images/claude1.jpg);");
      document.write("		background-repeat : no-repeat;");
      document.write("		background-position : center; }");
      document.write("	H1{");
      document.write("     margin-left: 100px; margin-top: 75px; font-family : 'Times New Roman', Times, serif; }");
      document.write("</style>");
      
      thesize=false;
   }
   else if(s>=1024)
   {
      document.write("<style>");
      document.write("	Body{");
      document.write("		background-image: url(images/claude2.jpg);");
      document.write("		background-repeat : no-repeat;");
      document.write("		background-position : center; }");
      document.write("	H1{");
      document.write("     margin-left: 110px; margin-top: 85px; font-family : 'Times New Roman', Times, serif; }");
      document.write("</style>");
      
      thesize=true;
   }
}
j=navigator.javaEnabled()
//document.write("<BR>javaEnabled="+j);
//-->