function popupWindow(url){
	window.open(url, "_blank", "height=400,width=600,status=no,toolbar=no,menubar=no,location=no,resizable,scrollbars=yes");
}
function swapImages(from, to){
	from.src	= to;
}
