<!--
window.defaultStatus = "Das online Portfolio von Christian Schindler - Webdesigner";

function swapImage_over(imgBtn, imgname, bigImg){
     if (document.images){
          document[imgBtn].src = imgname;
          document['showImg'].src = bigImg;
     }
}
function swapImage_out(imgBtn, imgname, bigImg){
     if (document.images){
          document[imgBtn].src = imgname;
          document['showImg'].src = bigImg;        
     }
}


function poop(popfile){
	actinfo = window.open(popfile, "http://www.malukoo.de - popup", "width=420, height=320, top=20, left=100, dependent=yes, menubar=0, status=0, toolbar=0, resizable=0, scrollbars=0, hotkeys=no");
	actinfo.focus();
}
//-->
