
// e-mail page
<!--
function mailpage()
{
mail_str = "mailto:?subject= Information from the Claims Conference";
mail_str += "&body=I thought this page might be of interest to you. ";  
mail_str += "Click on the following link to read this piece on the Conference on Jewish Material Claims Against Germany (Claims Conference) Web site. " + location.href;
location.href = mail_str;
}
//-->

// print page
function PrintThisPage() 
{ 
   var sOption="toolbar=yes,location=no,directories=yes,menubar=yes,"; 
         sOption+="scrollbars=yes,width=750,height=600,left=100,top=25"; 
   
   var winprint=window.open("../print2.asp","Print",sOption); 
 
    winprint.focus(); 
}
// -->

// select
// preload page items

<!--
    if (document.images)
    {
    image1 = new Image();
    image1.src = "http://www.claimscon.org/images/home/logo.gif";
    image2 = new Image();
    image2.src = "http://www.claimscon.org/images/home/email-open-regular.gif";
    image3 = new Image();
    image3.src = "http://www.claimscon.org/images/home/contact2.gif";
    image4 = new Image();
    image4.src = "http://www.claimscon.org/images/home/sitemap2.gif";
    image5 = new Image();
    image5.src = "http://www.claimscon.org/images/home/languages.gif";
    image6 = new Image();
    image6.src = "http://www.claimscon.org/images/home/search.gif";
    image7 = new Image();
    image7.src = "http://www.claimscon.org/images/home/home2.gif";
      image8 = new Image();
    image8.src = "http://www.claimscon.org/images/home/top4.jpg";
      image9 = new Image();
    image9.src = "http://www.claimscon.org/images/home/top5.jpg";
      image10 = new Image();
    image10.src = "http://www.claimscon.org/images/home/top6.jpg";
     image11 = new Image();
    image11.src = "http://www.claimscon.org/images/home/top7.jpg";
     image12 = new Image();
    image12.src = "http://www.claimscon.org/images/home/top8.jpg";
     image13 = new Image();
    image13.src = "http://www.claimscon.org/images/home/top9.jpg";
      image14 = new Image();
    image14.src = "http://www.claimscon.org/images/home/top10.jpg";
     image15 = new Image();
    image15.src = "http://www.claimscon.org/images/home/top11.jpg";
      image16 = new Image();
    image16.src = "http://www.claimscon.org/images/home/site_rt.gif";
    image17 = new Image();
    image17.src = "http://www.claimscon.org/images/home/allocations.gif";
    image18 = new Image();
    image18.src = "http://www.claimscon.org/images/home/news.gif";
    image19 = new Image();
    image19.src = "http://www.claimscon.org/images/home/compensation.gif";
	image20 = new Image();
    image20.src = "http://www.claimscon.org/images/home/news/allocations020509.jpg";
	image21 = new Image();
    image21.src = "http://www.claimscon.org/images/home/news/judaica020509.jpg";
	image22 = new Image();
    image22.src = "http://www.claimscon.org/images/home/regions.gif";
	image23 = new Image();
    image23.src = "http://www.claimscon.org/images/home/learn.gif";
	image24 = new Image();
    image24.src = "http://www.claimscon.org/images/home/email-open-regular.gif";
		image25 = new Image();
    image25.src = "http://www.claimscon.org/images/home/email_page.gif";
		image26 = new Image();
    image26.src = "http://www.claimscon.org/images/home/print.gif";
	image27 = new Image();
    image27.src = "http://www.claimscon.org/images/allocations_images/homecare.jpg";
	image28 = new Image();
    image28.src = "http://www.claimscon.org/images/home/alloc_red.jpg";
	image29 = new Image();
    image29.src = "http://www.claimscon.org/images/grant_apply.jpg";
	image30 = new Image();
    image30.src = "http://www.claimscon.org/images/alloc_rep3.gif";
	image31 = new Image();
    image31.src = "http://www.claimscon.org/images/home/negotiations1.jpg";
        }
//-->
