$(document).ready(function () {

    $('#ppy1').popeye();
});



function GetElement(id) {

	if (document.getElementById)  return document.getElementById(id); /* DOM*/
	else if (document.all)        return document.all[id];            /*  IE 4 und h&ouml;her*/
	else if (document.layers)     return document.layers[id];         /* NS 4 u. h&ouml;her*/
	return false;
	
}

function SwitchImage {


}



