function showPic (whichpic) {	if (document.getElementById) {document.getElementById('placeholder').src = whichpic.href;		return false;	} else {		return true;	}}function showPic2 (whichpic) {	if (document.getElementById) {var the_height=0;document.getElementById('videoholder').src='../products/video.php';document.getElementById('videoholder').contentWindow.document.body.scrollHeight;document.getElementById('videoholder').height=the_height;document.getElementById('placeholder').src = whichpic.href;		return false;	} else {		return true;	}}function hidePic(){if (document.getElementById){document.getElementById('placeholder').src = '../img/spacer.gif';}}function showSwf(whichswf) {if (document.getElementById){var the_height=365;document.getElementById('videoholder').src='../products/video.php?file='+whichswf;document.getElementById('videoholder').contentWindow.document.body.scrollHeight;document.getElementById('videoholder').height=the_height;		return false;	} else {		return true;	}}