/*  FWD:labs
Updated: 11/3/06
---------- */

function fwdFriend(url){
	window.open(url,"pop","width=650,height=500,toolbars=0,scrollbars=1")
}

var popUp="width=510,height=480,resizable=1,scrollbars=1";


function showPic (whichpic) { 
	if (document.getElementById) { 
		document.getElementById('placeholder').src = whichpic.href; 
		if (whichpic.title) { 
			document.getElementById('desc').childNodes[0].nodeValue = whichpic.title; 
		} else { 
			document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue; 
		} 
		return false; 
	} else { 
		return true; 
	} 
}