function polaroid(image,text) {
	var path = "/cgi-bin/misc/polaroid.pl?image=" + image + ".jpg&text=" + text;
	window.open(path,image,'directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0,width=175,height=192');
	return false;
}	
