function picWin(image){
	var theUrl = "/picwin.php?img=/userfiles/photos/large/" + image;
	//alert(theUrl);
	window.open(theUrl,'theWin','width=660,height=520,toolbar=0,menubar=0,status=0,scrollbars=0,location=0,resizable=0')
}

function swapImage(filename) {
	document.getElementById("main_img").innerHTML = '<img src="'+filename+'" alt="" id="big_img" height="203" width="310" />';
}
