
setThumb160 = function(url){
	//comment's or node's id (don't pass for the node)
	var id = setThumb160.arguments.length == 2 ? 'thumb160_'+setThumb160.arguments[1] : 'thumb160'
	var img = new Image();
	img.src = url;
	document.getElementById(id).src = img.src;
}

showPic = function(fid){
	window.open('?q=hinsdale/show_pic&fid='+fid,'pic'+fid,'menubar=0,toolbar=0,scrollbars=1');
}

function setPstsOp(v , op){
	document.cookie = v + "=" + op + "; path=/";
	document.location.reload();
}