/**
 * @link       http://www.bystricky.net/
 * @author     Tomas Bystricky aka -bystricky.net- <tomas@bystricky.net>
 * @copyright  Copyright (c) 2006 Tomas Bystricky
 */

function showPic(whichpic, linka) {
		if (document.getElementById) {
			document.getElementById('placeholder').src = whichpic.href;
			return false;
		} else {
			return true;
		}
}
