function showPic (whichpic){
	if (document.getElementById){
		document.getElementById('img-big').src = whichpic.href;

		return false;
	} else {
		return true;
	}
}