﻿

// FOCUS Mauszeiger aktuelle Seite
window.onload = function () {window.focus();};

self.focus();

// Bookmark
function bookmarksite(title, url){if (document.all)window.external.AddFavorite(url, title);
else if (window.sidebar)window.sidebar.addPanel(title, url, "")};

// <a href="javascript:bookmarksite('Karmapas Healthcare Project','http://www.karmapa-healthcare.org/khcp-e.htm')">Bookmark this site</a>


//Mouse-Over
img1= new Image();
img1.src = "img/button-donation1.png"
img2= new Image();
img2.src = "img/button-donation2.png"
img3= new Image();
img3.src = "img/tashi_100x120.jpg"
img4= new Image();
img4.src = "img/tashiclick_100x120.jpg"
img3= new Image();
img3.src = "photos/home/hK17-Tashi_9PC2536_rPC.jpg"
img4= new Image();
img4.src = "photos/home/hK17-Tashi_9PC2536click_rPC.jpg"
img5= new Image();
img5.src = "photos/home/h-Tashi-Ostern.jpg"
img6= new Image();
img6.src = "photos/home/h-Tashi-Ostern-click.jpg"

/* usw. für alle Grafiken, die am Mouse-Over-Effekt beteiligt sind */
//  <a title="Click for Tashi movie" href="khcp-web-tashi-christmas09-d.htm" onmouseover="tashi2.src='img/tashiclick_100x120.jpg';" onmouseout="tashi2.src='img/w_tashi_weihnacht1.jpg';"><img src="img/w_tashi_weihnacht1.jpg" alt="CLICK HERE for Tashi movie" border="0" width="125" height="190" name="tashi2"></a>
													
//Popup-Fenster
//function popup (url) {fenster = window.open(url, "Popupfenster", "width=600,height=400,resizable=yes");fenster.focus();return false;}
													